TuttleOFX  1
TuttleOFX/libraries/tuttle/src/tuttle/common/utils/backtrace.cpp File Reference
#include "backtrace.hpp"
#include <string.h>
#include <stdlib.h>
#include <ostream>
#include <sstream>
#include <iomanip>
Include dependency graph for backtrace.cpp:

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 Documentation

#define BOOST_SOURCE

Definition at line 8 of file backtrace.cpp.