Kernel: Clenup stacktrace printing on exception
Start from current ip and bp. This removes kernel call stack to debug printing function from the stack trace
This commit is contained in:
@@ -76,6 +76,7 @@
|
||||
namespace Debug
|
||||
{
|
||||
void dump_stack_trace();
|
||||
void dump_stack_trace(uintptr_t ip, uintptr_t bp);
|
||||
void dump_qr_code();
|
||||
|
||||
void putchar(char);
|
||||
|
||||
Reference in New Issue
Block a user