Cambridge SMT System
|
Adapted from http://charette.no-ip.com:81/programming/2010-01-25_Backtrace/ Simple example of backtrace(), backtrace_symbols(), and __cxa_demangle() Remember to pass in the -rdynamic flag to GCC: More...
#include <execinfo.h>
#include <stdlib.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
int | displayBacktrace (void) |
Display backtrace of functions. More... | |
Adapted from http://charette.no-ip.com:81/programming/2010-01-25_Backtrace/ Simple example of backtrace(), backtrace_symbols(), and __cxa_demangle() Remember to pass in the -rdynamic flag to GCC:
Definition in file backtrace.hpp.
|
inline |
Display backtrace of functions.
Definition at line 36 of file backtrace.hpp.