Re: [PATCH] readelf: Handle .debug_loclists.

2018-05-29 Thread Mark Wielaard
On Sun, 2018-05-27 at 14:25 +0200, Mark Wielaard wrote: > The new DWARF5 .debug_loclists sections are like .debug_rnglists, but > plus locations. For Split Dwarf GCC generates the .debug_loclists fully > in the split .dwo file. Any references to addresses need to be resolved > through the skeleton

[PATCH] readelf: Handle .debug_loclists.

2018-05-27 Thread Mark Wielaard
The new DWARF5 .debug_loclists sections are like .debug_rnglists, but plus locations. For Split Dwarf GCC generates the .debug_loclists fully in the split .dwo file. Any references to addresses need to be resolved through the skeleton .debug_addr section. Signed-off-by: Mark Wielaard --- libdw/C