KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Stack tracing. More...
Go to the source code of this file.
Functions | |
void | arch_stk_trace (int n) |
Do a stack trace from the current function. | |
void | arch_stk_trace_at (uint32_t fp, size_t n) |
Do a stack trace from the current function. | |
Stack tracing.
The functions in this file deal with doing stack traces. These functions will do a stack trace, as specified, printing it out to stdout (usually a dcload terminal). These functions only work if frame pointers have been enabled at compile time (-DFRAME_POINTERS and no -fomit-frame-pointer flag).