ATLAS Offline Software
Loading...
Searching...
No Matches
exctrace.cxx File Reference
#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>
Include dependency graph for exctrace.cxx:

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.

Macro Definition Documentation

◆ MYWRITELIT

#define MYWRITELIT ( fd,
str )
Value:
MYWRITE(fd,str,sizeof(str)-1)
#define MYWRITE(fd, data, n)
Definition SealDebug.h:44

Definition at line 35 of file exctrace.cxx.