ReFRACtor
|
Functions | |
std::string | get_symbol (void *ptr) |
std::string | get_symbols (void *const *ptrs, int size) |
int | trace (void **, int) |
void | write_symbols (void *const *addresses, int size, std::ostream &out) |
std::string boost::stack_trace::get_symbol | ( | void * | ptr | ) |
Definition at line 266 of file backtrace.cpp.
std::string boost::stack_trace::get_symbols | ( | void *const * | ptrs, |
int | size | ||
) |
Definition at line 276 of file backtrace.cpp.
int boost::stack_trace::trace | ( | void ** | , |
int | |||
) |
Definition at line 66 of file backtrace.cpp.
void boost::stack_trace::write_symbols | ( | void *const * | addresses, |
int | size, | ||
std::ostream & | out | ||
) |
Definition at line 286 of file backtrace.cpp.