We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8412589 commit 4034920Copy full SHA for 4034920
src/parser/file/dwarf/dwarf_parser.h
@@ -86,6 +86,7 @@ struct dwarf_parser {
86
87
/** The directory where the binary was compiled in. */
88
char* compilationDirectory;
89
+ /** The main offset into the debug string offsets table. */
90
optional_uint64_t debugStrOffset;
91
92
/** The function to destroy the version dependent part of this parser. */
0 commit comments