TwiceAsNice  2019-02-18
Namespaces | Functions
Backtrace.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <execinfo.h>
#include <cxxabi.h>
#include <boost/filesystem.hpp>
#include <Nice/BuiltinSequences.h>
Include dependency graph for Backtrace.h:

Namespaces

 Nice
 

 
 Nice::Util
 

Functions

Nice::SeqSeqString Nice::Util::backtrace (unsigned int max_frames=63)
 Print a demangled stack backtrace of the caller function to Nice::SeqSeqString out. More...
 
std::string Nice::Util::backtraceAsString (unsigned int max_frames=63)