Skip to content

Commit 30118d0

Browse files
committed
Added debug str offsets offset to the parser
1 parent 1eac839 commit 30118d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/parser/file/dwarf/dwarf_parser.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030

3131
#include "v4/parser.h"
3232
#include "v5/parser.h"
33+
#include "v5/optional_uint64_t.h" // TODO: Move up!!!
3334

3435
#include "../lcs_section.h"
3536

@@ -85,6 +86,7 @@ struct dwarf_parser {
8586

8687
/** The directory where the binary was compiled in. */
8788
char* compilationDirectory;
89+
optional_uint64_t debugStrOffset;
8890

8991
/** The function to destroy the version dependent part of this parser. */
9092
void (*destroy) (struct dwarf_parser*);

0 commit comments

Comments
 (0)