Welcome to the NetCologne GmbH open source mirroring service!
This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
GetFEM: src/getfem/dal_backtrace.h Source File
Go to the documentation of this file.
40 #include "getfem/getfem_arch_config.h"
48 std::string demangle(
const char *mangled_name);
49 inline void dump_backtrace() {
50 #ifdef GETFEM_HAVE_BACKTRACE
51 void dump_glibc_backtrace();
52 dump_glibc_backtrace();