[PATCH v2] Add debuginfod support to GDB

Aaron Merey amerey@redhat.com
Thu Feb 6 21:15:00 GMT 2020


Hello,

I've attached a revised patch for adding debuginfod support to GDB in
which I've made a couple small changes. I've removed gdb/debuginfod
since it only contained two small files that can easily go in gdb/.
Since there is no longer a debuginfod subdirectory I've also modified
the configure-time handling of debuginfod. debuginfod-support.c is now
compiled unconditionally but if GDB is built without debuginfod then
the helper functions become one-line stubs via #ifndef HAVE_LIBDEBUGINFOD.

For testing I've added a new branch users/amerey/debuginfod which
contains the most up-to-date debuginfod functionality, including
these changes.

Aaron

On Tue, Jan 21, 2020 at 4:21 PM Aaron Merey <amerey@redhat.com> wrote:
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-debuginfod-support-to-GDB.patch
Type: text/x-patch
Size: 50595 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/gdb-patches/attachments/20200206/1eb24b22/attachment.bin>


More information about the Gdb-patches mailing list