Selected Documentation for Messaging-Cells Library
Functions
trace.h File Reference

Trace functions. More...

#include <inttypes.h>
#include "attribute.h"
+ Include dependency graph for trace.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Trace functions.


Function Documentation

uint16_t mck_get_call_stack_trace ( int16_t  sz,
void **  trace 
)

Gets the stack trace (commonly called 'backtrace' in linux).

Parameters
szThe size of the array passed in trace.
traceThe array in wich the trace is going to be saved.
See also
mck_abort

+ Here is the call graph for this function: