#include <backtrace.h>
|
static void | Log (const std::string &msg) |
|
static void | Log (void *const *callstack, int frames, const std::string &msg) |
|
static int | Get (void *const *&callstack) |
|
|
static ssize_t | ToString (void *const *callstack, int frames, char *buf, size_t buf_len) |
|
Definition at line 15 of file backtrace.h.
int BackTrace::Get |
( |
void *const *& |
callstack | ) |
|
|
static |
void BackTrace::Log |
( |
const std::string & |
msg | ) |
|
|
static |
void BackTrace::Log |
( |
void *const * |
callstack, |
|
|
int |
frames, |
|
|
const std::string & |
msg |
|
) |
| |
|
static |
ssize_t BackTrace::ToString |
( |
void *const * |
callstack, |
|
|
int |
frames, |
|
|
char * |
buf, |
|
|
size_t |
buf_len |
|
) |
| |
|
staticprivate |
The documentation for this class was generated from the following files: