#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.
◆ Get()
| int BackTrace::Get |
( |
void *const *& |
callstack | ) |
|
|
static |
◆ Log() [1/2]
| void BackTrace::Log |
( |
const std::string & |
msg | ) |
|
|
static |
◆ Log() [2/2]
| void BackTrace::Log |
( |
void *const * |
callstack, |
|
|
int |
frames, |
|
|
const std::string & |
msg |
|
) |
| |
|
static |
◆ ToString()
| 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: