Definition in file backtrace.h.
Go to the source code of this file.
Macros | |
#define | BACKTRACE_SIZE (4U) |
Maximum number of return addresses to print. | |
Functions | |
void | backtrace_print (void) |
Print the last BACKTRACE_SIZE return addresses from call of this function. | |