ATLAS Offline Software
Namespaces | Macros | Functions
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

 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...
 

Macro Definition Documentation

◆ MYWRITELIT

#define MYWRITELIT (   fd,
  str 
)    MYWRITE(fd,str,sizeof(str)-1)

Definition at line 36 of file exctrace.cxx.