bug.cpp File Reference
#include "mpqc/util/misc/bug.h"
#include <unistd.h>
#include <csignal>
#include <cstdio>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <iterator>
#include <sstream>
#include "mpqc/util/core/backtrace.h"
#include "mpqc/util/core/exenv.h"
#include "mpqc/util/keyval/forcelink.h"
Include dependency graph for bug.cpp:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 

Macros

#define NSIG   100
 
#define SIMPLE_STACK    (defined(linux) && defined(i386)) || (defined(__OSF1__) && defined(i860))
 

Functions

void mpqc::launch_gdb_xterm ()
 Use this to launch GNU debugger in xterm. More...
 
void mpqc::launch_lldb_xterm ()
 Use this to launch LLVM debugger in xterm. More...
 

Macro Definition Documentation

◆ NSIG

#define NSIG   100

◆ SIMPLE_STACK

#define SIMPLE_STACK    (defined(linux) && defined(i386)) || (defined(__OSF1__) && defined(i860))