[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: |
Thu, 25 Aug 2022 21:59:40 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29075
--- Comment #22 from Aaron Merey <amerey at redhat dot com> ---
Created attachment 14299
--> https://sourceware.org/bugzilla/attachment.cgi?id=14299&action=edit
Revised Patch
I've attached an updated patch. I took Nick's original patch and added a
function _bfd_elf_find_nearest_line_with_alt to bfd/elf.c.
Objdump can now specify the filename of a .gnu_debugaltlink file in order to
skip libbfd's built-in search that doesn't check the debuginfod cache.
Also, instead of always passing an exec/solib file to libbfd's
find_nearest_line facilities we now pass the .gnu_debuglink file if it exists.
With these changes obdjump can pass all necessary files from the debuginfod
cache to libbfd's find_nearest_line without adding debuginfod support to libbfd
itself. This approach can also be reused by other binutils tools if desired.
--
You are receiving this mail because:
You are on the CC list for the bug.
- [Bug binutils/29075] objdump -S does not support debuginfod, mliska at suse dot cz, 2022/08/08
- [Bug binutils/29075] objdump -S does not support debuginfod, mark at klomp dot org, 2022/08/08
- [Bug binutils/29075] objdump -S does not support debuginfod, fche at redhat dot com, 2022/08/08
- [Bug binutils/29075] objdump -S does not support debuginfod, nickc at redhat dot com, 2022/08/08
- [Bug binutils/29075] objdump -S does not support debuginfod, fche at redhat dot com, 2022/08/08
- [Bug binutils/29075] objdump -S does not support debuginfod, amerey at redhat dot com, 2022/08/11
- [Bug binutils/29075] objdump -S does not support debuginfod, nickc at redhat dot com, 2022/08/15
- [Bug binutils/29075] objdump -S does not support debuginfod, amerey at redhat dot com, 2022/08/17
- [Bug binutils/29075] objdump -S does not support debuginfod, nickc at redhat dot com, 2022/08/18
- [Bug binutils/29075] objdump -S does not support debuginfod, amerey at redhat dot com, 2022/08/18
- [Bug binutils/29075] objdump -S does not support debuginfod,
amerey at redhat dot com <=
- [Bug binutils/29075] objdump -S does not support debuginfod, nickc at redhat dot com, 2022/08/26
- [Bug binutils/29075] objdump -S does not support debuginfod, nickc at redhat dot com, 2022/08/26