summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/readDwarf.h')
-rw-r--r--src/readDwarf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/readDwarf.h b/src/readDwarf.h
index 813c1fd..71b43a2 100644
--- a/src/readDwarf.h
+++ b/src/readDwarf.h
@@ -356,6 +356,9 @@ public:
// Create a new DIECursor
DIECursor(DWARF_CompilationUnit* cu_, byte* ptr);
+ // Goto next sibling DIE. If the last read DIE had any children, they will be skipped over.
+ void gotoSibling();
+
// Reads next sibling DIE. If the last read DIE had any children, they will be skipped over.
// Returns 'false' upon reaching the last sibling on the current level.
bool readSibling(DWARF_InfoData& id);