mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
Kernel+LibC: Add a dump_backtrace() syscall.
This is very simple but already very useful. Now you're able to call to dump_backtrace() from anywhere userspace to get a nice symbolicated backtrace in the debugger output. :^)
This commit is contained in:
parent
3965fcc484
commit
d2b521f0ab
Notes:
sideshowbarker
2024-07-19 13:07:01 +09:00
Author: https://github.com/awesomekling
Commit: d2b521f0ab
6 changed files with 18 additions and 1 deletions
|
@ -104,6 +104,7 @@ public:
|
|||
void die();
|
||||
void finalize();
|
||||
|
||||
int sys$dump_backtrace();
|
||||
int sys$gettid();
|
||||
int sys$donate(int tid);
|
||||
int sys$shm_open(const char* name, int flags, mode_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue