Stack traceback (only under native)¶
Address-trace back.
If you call the trace.h::trace_print() function a stack traceback of all return addresses up to trace.h::TRACE_SIZE will be printed from the point of execution.
-
void
trace_print(void)¶ Print the last
trace.h::TRACE_SIZEreturn addresses from call of this function.
-
TRACE_SIZE¶ Maximum number of return addresses to print.
1
(4U)