![]() |
ATLAS Offline Software
|
#include "CxxUtils/exctrace.h"#include "CxxUtils/checker_macros.h"#include <cstring>#include <cstdio>#include <cstdlib>#include <iterator>#include <execinfo.h>#include <unistd.h>#include <dlfcn.h>Go to the source code of this file.
Namespaces | |
| namespace | CxxUtils |
Macros | |
| #define | MYWRITELIT(fd, str) |
Functions | |
| void | CxxUtils::exctrace (const std::exception &e, IOFD fd=IOFD_INVALID) |
| Print out information for the last exception. | |
| #define MYWRITELIT | ( | fd, | |
| str ) |
Definition at line 35 of file exctrace.cxx.