Beamlib
3.0.1
This is the Beam C++ class library.
|
Backtrace on crash class. More...
#include <BDebug.h>
Public Member Functions | |
BDebugBacktrace () | |
~BDebugBacktrace () | |
void | dumpBacktraceStdout (char *comment) |
int | dumpBacktraceFile (char *fileName, char *comment) |
void | dumpBacktraceSyslog (char *comment) |
void | dumpBacktrace (char *strBuf, int strBufLen, char *comment) |
Backtrace on crash class.
BDebugBacktrace::BDebugBacktrace | ( | ) |
BDebugBacktrace::~BDebugBacktrace | ( | ) |
void BDebugBacktrace::dumpBacktraceStdout | ( | char * | comment | ) |
int BDebugBacktrace::dumpBacktraceFile | ( | char * | fileName, |
char * | comment | ||
) |
void BDebugBacktrace::dumpBacktraceSyslog | ( | char * | comment | ) |
void BDebugBacktrace::dumpBacktrace | ( | char * | strBuf, |
int | strBufLen, | ||
char * | comment | ||
) |