Re: [PATCH] readelf: Print DIE offset in attribute reading error messages.

2017-11-21 Thread Mark Wielaard
On Thu, 2017-11-16 at 15:31 +0100, Mark Wielaard wrote: > On Tue, 2017-10-03 at 16:59 +0200, Mark Wielaard wrote: > > When processing large files it is useful to know the DIE offset if > > printing of attributes fails (especially when redirecting the output). > > With this change the error message

Re: [PATCH] readelf: Print DIE offset in attribute reading error messages.

2017-11-21 Thread Tom Tromey
> "Mark" == Mark Wielaard writes: Mark> This has been really useful to debug some DWARF format issues, but it Mark> could be even more useful. Since we know the attribute name and form Mark> (or we would have generated an error earlier) add those to the error Mark> message too. Thanks for do