Re: [PATCH 4/9] [libbacktrace] Handle DW_FORM_GNU_strp_alt

2019-01-15 Thread Ian Lance Taylor via gcc-patches
On Tue, Dec 11, 2018 at 2:15 AM Tom de Vries wrote: > > Handle DW_FORM_GNU_strp_alt which references the .debug_str section in the > .gnu_debugaltlink file. > > 2018-11-11 Tom de Vries > > * dwarf.c (read_attribute): Handle DW_FORM_GNU_strp_alt > using altlink. This is OK. Tha

[PATCH 4/9] [libbacktrace] Handle DW_FORM_GNU_strp_alt

2018-12-11 Thread Tom de Vries
Handle DW_FORM_GNU_strp_alt which references the .debug_str section in the .gnu_debugaltlink file. 2018-11-11 Tom de Vries * dwarf.c (read_attribute): Handle DW_FORM_GNU_strp_alt using altlink. --- libbacktrace/dwarf.c | 25 + 1 file changed, 17 inserti