mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 17:18:55 +00:00
When loading separate debug info files, also attempt to locate a file based upon the build-id.
PR 28697 * dwarf.c (load_build_id_debug_file): New function. (try_build_id_prefix): New function. (check_for_and_load_links): Call load_build_id_debug_file. (debug_displays): Add entry for .note.gnu.build-id. * dwarf.h (enum dwarf_section_display_enum): Add note_gnu_build_id. * testsuite/binutils-all/debuginfod.exp (test_fetch_debuglink): Fix regexp for loads via debuglink section.
This commit is contained in:
@@ -122,6 +122,7 @@ enum dwarf_section_display_enum
|
||||
gnu_debugaltlink,
|
||||
debug_sup,
|
||||
separate_debug_str,
|
||||
note_gnu_build_id,
|
||||
max
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user