18 #ifndef LIBMESH_PRINT_TRACE_H
19 #define LIBMESH_PRINT_TRACE_H
22 #include "libmesh/libmesh_config.h"
33 void print_trace(std::ostream & out_stream = std::cerr);
38 std::string
demangle(
const char * name);
52 #endif // LIBMESH_PRINT_TRACE_H
void write_traceout()
Writes a stack trace to a uniquely named file if –enable-tracefiles has been set by configure...
std::string demangle(const char *name)
Mostly system independent demangler.
void print_trace(std::ostream &out_stream)
Print a stack trace (for code compiled with gcc)