This repository has been archived on 2023-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
homepage/content/projects/noxos/docs/codebase/mm/stack.h.md

458 B

title summary
stack.h functions to extract data from the call stack

stack_dump_call_info(rip, symbol) - function (void)

Logs information about a call. Give this function the rip of the call and the related symbol, to make it happy.

stack_trace_call_stack(rbp) - function (void)

Analyses the stack and recursively dumps information about all calls until it hits a call to _start or fails to resolve the calls symbol name.