sevaa / dwex

DWARF Explorer - a GUI utility for navigating the DWARF debug information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LocationListsPair.get_location_list_at_offset is broken

sevaa opened this issue · comments

The said function is only invoked if the binary has both loc and loclists (a mix of DWARF 4 and 5). It tries to forward the call to the right section, and it makes a reference to CompileUnit.version - there is no such property, should be .header.version. This doesn't come up on the autotest - I don't think we have a test file with both loc sections.