exception_tracer.cpp File Reference

Backtracing glibc style. More...

#include <ecl/config/ecl.hpp>
#include <execinfo.h>
#include <signal.h>
#include <cstdlib>
#include <exception>
#include <iostream>
Include dependency graph for exception_tracer.cpp:

Go to the source code of this file.


Detailed Description

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

Date:
March, 2011

Definition in file exception_tracer.cpp.



ecl_exceptions
Author(s): Daniel Stonier (d.stonier@gmail.com)
autogenerated on Thu Jan 2 2014 11:11:54