mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
Kernel: Implement __panic() for the aarch64 Kernel
Now that dump_backtrace() works, we can actually print a helpful backtrace when the Kernel panics.
This commit is contained in:
parent
e7cf591ec0
commit
e81e1fa9c8
Notes:
sideshowbarker
2024-07-17 11:21:24 +09:00
Author: https://github.com/FireFox317
Commit: e81e1fa9c8
Pull-request: https://github.com/SerenityOS/serenity/pull/13895
Reviewed-by: https://github.com/nico
4 changed files with 26 additions and 10 deletions
|
@ -6,6 +6,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Format.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
[[noreturn]] void __panic(char const* file, unsigned int line, char const* function);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue