Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix "base" calculation for rangelists.
This fixes finding inline functions in DWARF5. 1) if there's no base in the original DIE, use the one from the root of the TU: ```The applicable base address of a range list entry is determined by the closest preceding base address selection entry (see below) in the same range list. If there is no such selection entry, then the applicable base address defaults to the base address of the compilation unit``` 2) Fix base calculations for DWARFv5 which was using a local variable for the 'base' rather than the passed value.
- Loading branch information