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:
2026-01-16 16:31:35 +02:00
parent d3df00f0ba
commit 5d62fa3f10
3 changed files with 20 additions and 10 deletions

View File

@@ -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);