Re: [PATCH] Add __libdw_getdieranges

2024-02-27 Thread Mark Wielaard
Hi Aaron, On Mon, 2024-02-26 at 10:40 -0500, Aaron Merey wrote: > __libdw_getdieranges builds an aranges list by iterating over CUs and > recording each address range. > > __libdw_getdieranges provides an alternative to relying on .debug_aranges > for address ranges, since this section might be a

[PATCH] Add __libdw_getdieranges

2024-02-26 Thread Aaron Merey
__libdw_getdieranges builds an aranges list by iterating over CUs and recording each address range. __libdw_getdieranges provides an alternative to relying on .debug_aranges for address ranges, since this section might be absent or incomplete. https://sourceware.org/bugzilla/show_bug.cgi?id=22288