Amjad50 / Emerald

An Operating System in Rust
https://amjad.alsharafi.dev/Emerald
MIT License
12 stars 0 forks source link

stack unwinding #81

Closed Amjad50 closed 1 month ago

Amjad50 commented 8 months ago

Add debugging and profiling capabilities, and this will include stack unwinding so that we can create a flamegrpah kind of stuff, among other stuff

Amjad50 commented 1 month ago

Update: Right now we have stack unwinding, but not using it to collect samples, but instead just to get a crash trace.

Amjad50 commented 1 month ago

Remove the profiling stuff into #118 and #119 , and closing this, we have done a lot here and we can constrain it to stack unwinding.