Re: [PATCH] readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.

2018-06-01 Thread Mark Wielaard
On Fri, 2018-06-01 at 02:51 +0200, Mark Wielaard wrote: > Normal and split dwarf from GNU DebugFission look the same, but should > be treated competely separtely. When having a file with both skeletons > and real compile units only note the secoffsets into the real .debug_loc > in readelf. Otherwis

[PATCH] readelf: Deal with combined normal and split dwarf DebugFission .debug_loc.

2018-05-31 Thread Mark Wielaard
Normal and split dwarf from GNU DebugFission look the same, but should be treated competely separtely. When having a file with both skeletons and real compile units only note the secoffsets into the real .debug_loc in readelf. Otherwise or known_locslistptr will get confused. Add a testfile that c