bug.cpp File Reference
#include "bug.h"
#include <unistd.h>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <iterator>
#include <sstream>
#include "backtrace.h"
Include dependency graph for bug.cpp:
Namespaces | |
TiledArray | |
Macros | |
#define | NSIG 100 |
#define | SIMPLE_STACK (defined(linux) && defined(i386)) || (defined(__OSF1__) && defined(i860)) |
Functions | |
void | TiledArray::launch_gdb_xterm () |
Use this to launch GNU debugger in xterm. More... | |
void | TiledArray::launch_lldb_xterm () |
Use this to launch LLVM debugger in xterm. More... | |