Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Enumerator
a
b
c
d
f
g
h
i
l
m
n
o
p
r
s
t
u
v
x
y
Classes
Class List
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Properties
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Related Functions
:
a
b
c
d
e
f
g
i
m
o
q
r
s
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
b
c
d
e
f
h
k
l
o
p
r
s
t
u
x
z
Enumerator
b
c
d
f
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
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 Sun Jan 26 2025 03:23:22