https://bugs.winehq.org/show_bug.cgi?id=47406
Bug ID: 47406 Summary: add support for debug symbols is separate files Product: Wine Version: 4.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: galtgendo@o2.pl Distribution: ---
<will be a bit ranty>
One on the "installation options" on Gentoo is 'splitdebug'. It allows to keep debug symbols in separate files (and potentially keep them compressed). gdb supports it (AFAICT) seamlessly. While addr2line doesn't seem to supports it, the one from elfutils does.
I don't know where Gentoo got the idea, but given gdb and elfutils, it's likely more wide-spread than Gentoo family.
So, would you consider adding support for it in winedbg ?