Re: [PATCH] libdw: Handle DW_FORM_line_strp.

2018-05-06 Thread Mark Wielaard
On Wed, Apr 25, 2018 at 01:23:27PM +0200, Mark Wielaard wrote: > DW_FORM_line_strp strings come from a separate .debug_line_str section. > Make error messages more distinct (no .debug_str, no .debug_line_str or > not a string form). Pushed to master.

[PATCH] libdw: Handle DW_FORM_line_strp.

2018-04-25 Thread Mark Wielaard
DW_FORM_line_strp strings come from a separate .debug_line_str section. Make error messages more distinct (no .debug_str, no .debug_line_str or not a string form). Signed-off-by: Mark Wielaard --- libdw/ChangeLog | 10 ++ libdw/dwarf_begin_elf.c | 1 + libdw/dwarf_error.c