|
TuttleOFX
1
|
#include "backtrace.hpp"#include <string.h>#include <stdlib.h>#include <ostream>#include <sstream>#include <iomanip>
Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::stack_trace |
Defines | |
| #define | BOOST_SOURCE |
Functions | |
| int | boost::stack_trace::trace (void **, int) |
| std::string | boost::stack_trace::get_symbol (void *ptr) |
| std::string | boost::stack_trace::get_symbols (void *const *ptrs, int size) |
| void | boost::stack_trace::write_symbols (void *const *addresses, int size, std::ostream &out) |
| #define BOOST_SOURCE |
Definition at line 8 of file backtrace.cpp.