Trace functions. More...
#include <inttypes.h>
#include "attribute.h"
Functions | |
uint16_t | mck_get_call_stack_trace (int16_t sz_trace, void **trace) mc_external_code_ram |
Gets the stack trace (commonly called 'backtrace' in linux). More... | |
Trace functions.
uint16_t mck_get_call_stack_trace | ( | int16_t | sz, |
void ** | trace | ||
) |
Gets the stack trace (commonly called 'backtrace' in linux).
sz | The size of the array passed in trace. |
trace | The array in wich the trace is going to be saved. |