[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #8 from Frank Ch. Eigler --- OK - once gdb fixes that shortcoming, the .cache should contain both executables and debuginfo, and then zip-packing up the cache should fulfill this use case with existing elfutils code. -- You are r

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 Martin Liska changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #6 from Frank Ch. Eigler --- > To be honest, gdb should be able to load all these with libdebuginfod-client > library. It can - as long as $DEBUGINFOD_URLS is set to something, anything, the client library will gladly check out t

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread mliska at suse dot cz via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #5 from Martin Liska --- > If the use case is letting a gdb user without debuginfod connectivity of her > own access a cache of debug content ... perhaps transmit a tarball of > $HOME/.cache/debuginfod along with the core dump? Th