Re: [PATCH 08/14] libdw: Parse DWARF package file index sections

2023-11-06 Thread Omar Sandoval
On Thu, Nov 02, 2023 at 12:07:04AM +0100, Mark Wielaard wrote: > Hi Omar, > > On Wed, Sep 27, 2023 at 11:20:57AM -0700, Omar Sandoval wrote: > > The .debug_cu_index and .debug_tu_index sections in DWARF package files > > are basically hash tables mapping a unit's 8 byte signature to an offset > >

Re: [PATCH 08/14] libdw: Parse DWARF package file index sections

2023-11-01 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:20:57AM -0700, Omar Sandoval wrote: > The .debug_cu_index and .debug_tu_index sections in DWARF package files > are basically hash tables mapping a unit's 8 byte signature to an offset > and size in each section used by that unit [1]. Add support for parsing >