#include <Exception.h>
#include <string.h>
#include <stdio.h>
#include <typeinfo>
#include <execinfo.h>
Functions | |
void | DefaultUnexpected () |
This is an unexpected handler provided by the library. |
|
This is an unexpected handler provided by the library. It prints to stderr a stack trace and all possible available informations about the escaped exception. To have the function names in the stack trace, the executables need to be linked using the -rdynamic flag. |