|
ARB
|
#include <cstdlib>#include <cstdio>#include <execinfo.h>#include <arb_assert.h>#include "arbtools.h"
Go to the source code of this file.
Classes | |
| class | BackTraceInfo |
Macros | |
| #define | MAX_BACKTRACE 66 |
| #define | ARB_CRASH_CODE(sig) (128+(sig)) |
Functions | |
| void | demangle_backtrace (const class BackTraceInfo &trace, FILE *out, const char *message) |
| #define MAX_BACKTRACE 66 |
Definition at line 15 of file arb_backtrace.h.
Referenced by BackTraceInfo::BackTraceInfo(), and BackTraceInfo::dump().
| #define ARB_CRASH_CODE | ( | sig | ) | (128+(sig)) |
Definition at line 33 of file arb_backtrace.h.
Referenced by GBK_terminate(), and sigsegv_handler().
|
inline |
Definition at line 95 of file arb_backtrace.h.
References BackTraceInfo::dump(), and BackTraceInfo::suppress().
Referenced by GBK_dump_backtrace(), GBK_dump_former_backtrace(), and UNITTEST_sigsegv_handler().
1.8.8