File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change 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 ...
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 ...
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 ...
You can’t perform that action at this time.
0 commit comments