5 #ifndef BASE_BACKTRACE_H__
6 #define BASE_BACKTRACE_H__
17 static ssize_t
ToString(
void *
const* callstack,
int frames,
char *buf,
21 static void Log(
const std::string &msg);
22 static void Log(
void *
const* callstack,
int frames,
23 const std::string &msg);
24 static int Get(
void *
const* &callstack);
27 #endif // BASE_BACKTRACE_H__
static void Log(const std::string &msg)
static ssize_t ToString(void *const *callstack, int frames, char *buf, size_t buf_len)
static int Get(void *const *&callstack)