Re: [PATCH] readelf: Add .debug_rnglists support.

2018-05-27 Thread Mark Wielaard
On Wed, May 23, 2018 at 04:29:56PM +0200, Mark Wielaard wrote: > Parse the .debug_rnglists section for DWARF5 --debug-dump=ranges. > Add testcase to show both "normal" and "split" DWARF variants are > handled for DWARF4 and DWARF5. Pushed to master.

[PATCH] readelf: Add .debug_rnglists support.

2018-05-23 Thread Mark Wielaard
Parse the .debug_rnglists section for DWARF5 --debug-dump=ranges. Add testcase to show both "normal" and "split" DWARF variants are handled for DWARF4 and DWARF5. Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 11 + libdw/dwarf.h | 13 ++ libdw/dwarf_begin_elf.c