Functions
stacktrace.h File Reference

Go to the source code of this file.

Functions

static void print_stacktrace (std::ostream &exception_stream, unsigned int max_frames=63)
 

Function Documentation

◆ print_stacktrace()

static void print_stacktrace ( std::ostream &  exception_stream,
unsigned int  max_frames = 63 
)
inlinestatic

Print a demangled stack backtrace of the caller function

Definition at line 47 of file stacktrace.h.

References oomph::CommandLineArgs::Argc, oomph::CommandLineArgs::Argv, and i.

Referenced by oomph::OomphLibException::OomphLibException().