Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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

Functions

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

Detailed Description

Backtrace printing.

Definition in file backtrace.h.