Go to the documentation of this file.
39 #include "getfem/getfem_arch_config.h"
47 std::string demangle(
const char *mangled_name);
48 inline void dump_backtrace() {
49 #ifdef GETFEM_HAVE_BACKTRACE
50 void dump_glibc_backtrace();
51 dump_glibc_backtrace();