Functions |
|
void | senf::formatBacktrace (std::ostream &os, void **backtrace, int numEntries) |
Format a given backtrace. |
|
void | senf::backtrace (std::ostream &os, int numEntries) |
Write a backtrace to os. |
void senf:: | ||||
backtrace | ( | std::ostream & | os, | |
int | numEntries | ) | ||
Write a backtrace to os.
backtrace() will write a backtrace of the current call stack to os.
Definition at line 90 of file Backtrace.cc.
void senf:: | ||||
formatBacktrace | ( | std::ostream & | os, | |
void ** | backtrace, | |||
int | numEntries | ) | ||
Format a given backtrace.
This functions will write backtrace formatted to os. This includes demangling symbol names and interpreting some additional kernel symbols.
Definition at line 43 of file Backtrace.cc.