Backtracing glibc style. More...
#include <ecl/config/ecl.hpp>
#include <execinfo.h>
#include <signal.h>
#include <cstdlib>
#include <exception>
#include <iostream>
Go to the source code of this file.
Backtracing glibc style.
This is an interesting exception tracer that provides functions and memory addresses of the backtrace where thrown.
Not really useful as is, could use additional help to show line numbers as well. See here for a complicated example that does this:
http://cairo.sourcearchive.com/documentation/1.9.4/backtrace-symbols_8c-source.html
Definition in file exception_tracer.cpp.