Re: [PATCH] readelf: Add DWARF5 .debug_line support.

2018-05-15 Thread Mark Wielaard
On Fri, 2018-05-11 at 14:28 +0200, Mark Wielaard wrote: > This only changes the parsing of the directory and file name tables. > It does this by sharing the printing of (non-CU based) from data from > the .debug_macro code. Adding support for printing strx[1234] form > data > by sharing the code th

[PATCH] readelf: Add DWARF5 .debug_line support.

2018-05-11 Thread Mark Wielaard
This only changes the parsing of the directory and file name tables. It does this by sharing the printing of (non-CU based) from data from the .debug_macro code. Adding support for printing strx[1234] form data by sharing the code that detects the correct str_offsets_base in libdw. The header form