mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 11:09:18 +00:00
Kernel: Symbolicate the crash address too, not just the call stack.
Also print it in shiny red to make it extra easy to spot. :^) Fixes #244.
This commit is contained in:
parent
c5d623e048
commit
15bea7153a
Notes:
sideshowbarker
2024-07-19 13:32:52 +09:00
Author: https://github.com/awesomekling
Commit: 15bea7153a
3 changed files with 11 additions and 7 deletions
|
@ -204,7 +204,7 @@ public:
|
|||
|
||||
static void initialize();
|
||||
|
||||
[[noreturn]] void crash(int signal = SIGSEGV);
|
||||
[[noreturn]] void crash(int signal, dword eip);
|
||||
[[nodiscard]] static int reap(Process&);
|
||||
|
||||
const TTY* tty() const { return m_tty; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue