Re: [PATCH v2 1/4] libdw: Parse DWARF package file index sections

2024-02-15 Thread Mark Wielaard
Hi Omar, On Wed, 2023-12-06 at 01:22 -0800, 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 > and doi

[PATCH v2 1/4] libdw: Parse DWARF package file index sections

2023-12-06 Thread Omar Sandoval
From: Omar Sandoval 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 and doing lookups in the index sections. We look up a unit