![]() |
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 | |
CxxUtils | |
Macros | |
#define | MYWRITELIT(fd, str) MYWRITE(fd,str,sizeof(str)-1) |
Functions | |
void | CxxUtils::exctrace (const std::exception &e, IOFD fd=IOFD_INVALID) |
Print out information for the last exception. More... | |