Skip to content

Commit

Permalink
New changes to adapt code to libdw.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasha Nicolas committed Feb 24, 2017
1 parent aa7b799 commit 0e8585e
Show file tree
Hide file tree
Showing 3 changed files with 336 additions and 280 deletions.
1 change: 1 addition & 0 deletions symtabAPI/src/Object-elf.C
Expand Up @@ -2452,6 +2452,7 @@ bool Object::dwarf_parse_aranges(::Dwarf * dbg, std::set<Dwarf_Off>& dies_seen)
if(dies_seen.count(cu_die_off) != 0) continue;
if(len == 0) continue;

//May be wrong
Dwarf_Die cu_die, * cu_die_p;
cu_die_p = dwarf_offdie(dbg, cu_die_off, &cu_die);
assert(cu_die_p != NULL);
Expand Down

0 comments on commit 0e8585e

Please sign in to comment.