Re: [PATCH 13/14] libdw: Apply DWARF package file section offsets where appropriate

2023-11-07 Thread Omar Sandoval
On Thu, Nov 02, 2023 at 11:20:33PM +0100, Mark Wielaard wrote: > Hi Omar, > > On Wed, Sep 27, 2023 at 11:21:02AM -0700, Omar Sandoval wrote: > > The final piece of DWARF package file support is that offsets have to be > > interpreted relative to the section offset from the package index. > > .debu

Re: [PATCH 13/14] libdw: Apply DWARF package file section offsets where appropriate

2023-11-02 Thread Mark Wielaard
Hi Omar, On Wed, Sep 27, 2023 at 11:21:02AM -0700, Omar Sandoval wrote: > The final piece of DWARF package file support is that offsets have to be > interpreted relative to the section offset from the package index. > .debug_abbrev.dwo is already covered, so sprinkle around calls to > dwarf_cu_dwp

[PATCH 13/14] libdw: Apply DWARF package file section offsets where appropriate

2023-09-27 Thread Omar Sandoval
From: Omar Sandoval The final piece of DWARF package file support is that offsets have to be interpreted relative to the section offset from the package index. .debug_abbrev.dwo is already covered, so sprinkle around calls to dwarf_cu_dwp_section_info for the remaining sections: .debug_line.dwo,