This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
[PATCH 0/1] Add debuginfod support to objdump and readelf
- From: Aaron Merey <amerey at redhat dot com>
- To: binutils at sourceware dot org
- Date: Wed, 8 Jan 2020 23:07:05 -0500
- Subject: [PATCH 0/1] Add debuginfod support to objdump and readelf
This patch is a follow-up to a previous RFC:
https://sourceware.org/ml/binutils/2019-11/msg00340.html
Some of the concerns raised in that thread should be addressed by this
patch, including configure check issues and code reuse between binutils'
and GDB's configury. It's worth mentioning that a separate configure
option for controlling progress update output from debuginfod was
not added. Instead output is now controlled on the debuginfod-side by
an environment variable and is disabled by default.
For additional background information regarding debuginfod you can check
out the following links:
https://developers.redhat.com/blog/2019/10/14/introducing-debuginfod-the-elfutils-debuginfo-server/
https://gcc.gnu.org/wiki/cauldron2019#cauldron2019talks.The_elfutils_debuginfo_server
https://developers.redhat.com/blog/2019/12/17/deploying-debuginfod-servers-for-your-developers/
- Aaron Merey