3rdparty
backward-cpp
backward.cpp
Go to the documentation of this file.
1
// Pick your poison.
2
//
3
// On GNU/Linux, you have few choices to get the most out of your stack trace.
4
//
5
// By default you get:
6
// - object filename
7
// - function name
8
//
9
// In order to add:
10
// - source filename
11
// - line and column numbers
12
// - source code snippet (assuming the file is accessible)
13
14
// Install one of the following library then uncomment one of the macro (or
15
// better, add the detection of the lib and the macro definition in your build
16
// system)
17
18
// - apt-get install libdw-dev ...
19
// - g++/clang++ -ldw ...
20
// #define BACKWARD_HAS_DW 1
21
22
// - apt-get install binutils-dev ...
23
// - g++/clang++ -lbfd ...
24
// #define BACKWARD_HAS_BFD 1
25
26
#include "
backward.hpp
"
27
28
namespace
backward
{
29
30
backward::SignalHandling
sh
;
31
32
}
// namespace backward
backward::SignalHandling
Definition:
backward.hpp:4164
backward.hpp
backward
Definition:
backward.cpp:28
backward::sh
backward::SignalHandling sh
Definition:
backward.cpp:30
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:43