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 1eac839 commit 30118d0Copy full SHA for 30118d0
src/parser/file/dwarf/dwarf_parser.h
@@ -30,6 +30,7 @@
30
31
#include "v4/parser.h"
32
#include "v5/parser.h"
33
+#include "v5/optional_uint64_t.h" // TODO: Move up!!!
34
35
#include "../lcs_section.h"
36
@@ -85,6 +86,7 @@ struct dwarf_parser {
85
86
87
/** The directory where the binary was compiled in. */
88
char* compilationDirectory;
89
+ optional_uint64_t debugStrOffset;
90
91
/** The function to destroy the version dependent part of this parser. */
92
void (*destroy) (struct dwarf_parser*);
0 commit comments