summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/stack_trace.s
AgeCommit message (Collapse)Author
2024-06-24arch: i386: add a function that walks the stackDanny Holman
Add a function that will walk the stack and save the return addresses into an array. This will allow the kernel to print out stack traces during a panic or on demand inside a debugger. Signed-off-by: Danny Holman <dholman@gymli.org>