Re: [PATCH] readelf: Support showing view pairs in loclists as GNU extension.

2020-10-02 Thread Mark Wielaard
On Mon, Sep 28, 2020 at 09:43:44AM +0200, Mark Wielaard wrote: > View pairs are encoded in .debug_loclists as they are encoded in > .debug_locs sections by the GCC compiler. Scan for DW_AT_GNU_locviews > attributes that point to the view pairs just in front of the actual > location lists. Pushed.

[PATCH] readelf: Support showing view pairs in loclists as GNU extension.

2020-09-28 Thread Mark Wielaard
View pairs are encoded in .debug_loclists as they are encoded in .debug_locs sections by the GCC compiler. Scan for DW_AT_GNU_locviews attributes that point to the view pairs just in front of the actual location lists. Signed-off-by: Mark Wielaard --- src/ChangeLog | 9 ++ src/readelf.c | 7