Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
backtrace.h File Reference

Backtrace printing. More...

#include "roc_core/stddefs.h"
Include dependency graph for backtrace.h:

Go to the source code of this file.

Namespaces

 roc
 Root namespace.
 
 roc::core
 General-purpose building blocks and platform abstraction layer.
 

Functions

void roc::core::print_backtrace_full ()
 Print backtrace to stderr. More...
 
void roc::core::print_backtrace_safe ()
 Print backtrace to stderr (emergency mode). More...
 
const char * roc::core::demangle_symbol (const char *mangled, char *&demangled_buf, size_t &demangled_size)
 Demangle symbol name. More...
 

Detailed Description

Backtrace printing.

Definition in file backtrace.h.