OpenSDN source code
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
BackTrace Class Reference

#include <backtrace.h>

Static Public Member Functions

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 Private Member Functions

static ssize_t ToString (void *const *callstack, int frames, char *buf, size_t buf_len)
 

Detailed Description

Definition at line 15 of file backtrace.h.

Member Function Documentation

int BackTrace::Get ( void *const *&  callstack)
static

Definition at line 62 of file backtrace.cc.

void BackTrace::Log ( const std::string &  msg)
static

Definition at line 77 of file backtrace.cc.

Here is the call graph for this function:

void BackTrace::Log ( void *const *  callstack,
int  frames,
const std::string &  msg 
)
static

Definition at line 67 of file backtrace.cc.

Here is the call graph for this function:

ssize_t BackTrace::ToString ( void *const *  callstack,
int  frames,
char *  buf,
size_t  buf_len 
)
staticprivate

Definition at line 13 of file backtrace.cc.


The documentation for this class was generated from the following files: