View on GitHub

Vistle

Distributed Data-parallel Scientific Visualization in VR

tools.h
Go to the documentation of this file.
1#ifndef TOOLS_H
2#define TOOLS_H
3
4#include <string>
5
6#include "export.h"
7
8namespace vistle {
9
10V_UTILEXPORT std::string backtrace();
12
14
15} // namespace vistle
16
17#endif
Definition: allobjects.cpp:30
bool attach_debugger()
Definition: tools.cpp:44
std::string backtrace()
Definition: tools.cpp:20
bool parentProcessDied()
Definition: tools.cpp:97
#define V_UTILEXPORT
Definition: export.h:19