https://sourceware.org/bugzilla/show_bug.cgi?id=32186
Bug ID: 32186
Summary: eu-unstrip should search for debuginfo via debuginfod
Product: elfutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: tools
Assignee: unassigned at sourceware dot org
Reporter: fche at redhat dot com
CC: elfutils-devel at sourceware dot org
Target Milestone: ---
eu-unstrip always requires two files on its command line. If one's a normal
stripped binary on a Proper distro, eu-unstrip should be able to find the
corresponding debuginfo by debuginfod queries. (Unfortunately,
% eu-unstrip BINARY `debuginfod-find debuginfo BINARY`
almost works, except that eu-unstrip wants to write into the second file, which
is in the (read-only) debuginfo cache.)
Let's consider giving eu-unstrip a mode where, given a single file (a stripped
executable), it'll download debuginfo if possible, then rewrite the file as
unstripped.
--
You are receiving this mail because:
You are on the CC list for the bug.