le_backtrace.h File Reference

Go to the source code of this file.

Macros

#define LE_BACKTRACE(msg)   _le_backtrace(msg)
 

Functions

void _le_backtrace (const char *msg)
 

Detailed Description

Legato Call Stack Backtrace Functionality include file.

Macro Definition Documentation

◆ LE_BACKTRACE

#define LE_BACKTRACE (   msg)    _le_backtrace(msg)

Dump the current call stack to stderr.

Parameters
msgString to print as the title of the backtrace.