Bug ID | 1215917 |
---|---|
Summary | gdb does not download executables from debuginfod server |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | Leap 15.5 |
Hardware | Other |
OS | openSUSE Leap 15.5 |
Status | NEW |
Severity | Normal |
Priority | P5 - None |
Component | Development |
Assignee | screening-team-bugs@suse.de |
Reporter | jcejka@suse.com |
QA Contact | qa-bugs@suse.de |
Target Milestone | --- |
Found By | --- |
Blocker | --- |
gdb-12.1 on Leap 15.4/15.5 support downloading debuginfo/debugsource artefacts from debuginfod server but it's unable to download executables and shared libraries. This makes hard to debug core files on different machines where the binaries are not available. The issue was already fixed in upstream (released in gdb-13.1): https://sourceware.org/bugzilla/show_bug.cgi?id=27570 PR gdb/27570: missing support for debuginfod in core_target::build_file_mappings https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=b91f93a02c9c32e55073c0f18b330a6a9c5cfa34 gdb: Add soname to build-id mapping for core files https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=39f53acb410c3e303fb25ff823de57eb316515ca Can be these two patches applied on gdb from Leap15.4 / 15.5?