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

Mark Wielaard <mark at klomp dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark at klomp dot org

--- Comment #1 from Mark Wielaard <mark at klomp dot org> ---
This might be a feature request for the debugedit project.

It seems what you want is some kind of move-debug command, which extracts the
debuginfo from an exe, puts it under some DESTDIR, then it might optionally
also move the sources that are referenced from the debuginfo and then also move
(and optionally rewrite?) any associated .dwo files.

Which is basically what the debugedit find-debuginfo script does, except for
the .dwo part.
https://sourceware.org/cgit/debugedit/tree/scripts/find-debuginfo.in

find-debuginfo also (optionally) does a couple more things, like adding
mini-debuginfo, dwz compression, providing source lists, etc.

It could even be extended to actually run dwp to collect all .dwos into a .dwp
file.

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

Reply via email to