https://sourceware.org/bugzilla/show_bug.cgi?id=22288
Aaron Merey <amerey at redhat dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED CC| |amerey at redhat dot com --- Comment #6 from Aaron Merey <amerey at redhat dot com> --- Fixed in the following commit: commit d7768acc697735cc7498ddc891a1065439ba1d6f Author: Aaron Merey <ame...@redhat.com> Date: Mon Feb 26 09:58:39 2024 -0500 Add __libdw_getdieranges __libdw_getdieranges builds an aranges list by iterating over each CU and recording each address range. This function is an alternative to dwarf_getaranges. dwarf_getaranges attempts to read address ranges from .debug_aranges, which might be absent or incomplete. This patch replaces dwarf_getaranges with __libdw_getdieranges in dwarf_addrdie and dwfl_module_addrdie. The existing tests in run-getsrc-die.sh are also rerun with .debug_aranges removed from the testfiles. https://sourceware.org/bugzilla/show_bug.cgi?id=22288 https://sourceware.org/bugzilla/show_bug.cgi?id=30948 Signed-off-by: Aaron Merey <ame...@redhat.com> -- You are receiving this mail because: You are on the CC list for the bug.