Re: [PATCH] libdw: Parse new DWARF5 units and CU DIEs.

2018-02-21 Thread Mark Wielaard
On Tue, 2018-01-30 at 13:33 +0100, Mark Wielaard wrote: > Parse DWARF5 units, add the unit_type to the Dwarf_CU and generalize some > code calculating the header length and getting at the first DIE of a unit. > Unit headers can have different sizes depending on the unit type. I pushed this to mast

[PATCH] libdw: Parse new DWARF5 units and CU DIEs.

2018-01-30 Thread Mark Wielaard
Parse DWARF5 units, add the unit_type to the Dwarf_CU and generalize some code calculating the header length and getting at the first DIE of a unit. Unit headers can have different sizes depending on the unit type. Signed-off-by: Mark Wielaard --- libdw/ChangeLog| 36