bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/29075] objdump -S does not support debuginfod


From: amerey at redhat dot com
Subject: [Bug binutils/29075] objdump -S does not support debuginfod
Date: Fri, 12 Aug 2022 00:16:18 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=29075

Aaron Merey <amerey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|nickc at redhat dot com            |amerey at redhat dot com
                 CC|                            |amerey at redhat dot com

--- Comment #17 from Aaron Merey <amerey at redhat dot com> ---
(In reply to Nick Clifton from comment #15)
> The other issue is finding the time to actually write this code.  If someone
> is volunteering then I would be very happy to leave it to them ... :-)

I'll take a look at this and try to keep any additional debuginfod support
contained in objdump.

(In reply to Frank Ch. Eigler from comment #16)
> (OTOH bfd/opencls.c has debuginfod-analogous lookup (hard-coding the
> /usr/lib/.build-id/XXX convention).  It could fall back to a debuginfod
> query via spawning an external debuginfod-find process, if the
> EXTRA_DEBUG_ROOT1 searches fail.  Any idea why we thought putting the code
> into binutils/dwarf.c instead was the right place for the hook?)

Despite using BFD, objdump and GDB implement their own procedures for finding
and loading separate debuginfo so tool-specific debuginfod clients were needed
in these cases. This doesn't mean that BFD should not also include debuginfod
support but until now there didn't appear to be much need for it.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]