Skip to content

Commit 23b9050

Browse files
committed
specify that variable values in stacktraces are not supported currently
also replace tabs with spaces in comment list lines to make list consistent
1 parent 7794605 commit 23b9050

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

backward.hpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,10 @@
141141
// - object filename
142142
// - function name
143143
// - source filename
144-
// - line and column numbers
145-
// - source code snippet (assuming the file is accessible)
146-
// - variables name and values (if not optimized out)
144+
// - line and column numbers
145+
// - source code snippet (assuming the file is accessible)
146+
// - variable names (if not optimized out)
147+
// - variable values (not supported by backward-cpp)
147148
// - You need to link with the lib "dw":
148149
// - apt-get install libdw-dev
149150
// - g++/clang++ -ldw ...
@@ -153,8 +154,8 @@
153154
// - object filename
154155
// - function name
155156
// - source filename
156-
// - line numbers
157-
// - source code snippet (assuming the file is accessible)
157+
// - line numbers
158+
// - source code snippet (assuming the file is accessible)
158159
// - You need to link with the lib "bfd":
159160
// - apt-get install binutils-dev
160161
// - g++/clang++ -lbfd ...
@@ -166,7 +167,8 @@
166167
// - source filename
167168
// - line and column numbers
168169
// - source code snippet (assuming the file is accessible)
169-
// - variables name and values (if not optimized out)
170+
// - variable names (if not optimized out)
171+
// - variable values (not supported by backward-cpp)
170172
// - You need to link with the lib "dwarf":
171173
// - apt-get install libdwarf-dev
172174
// - g++/clang++ -ldwarf ...

0 commit comments

Comments
 (0)