GDB (xrefs)
|
Go to the source code of this file.
Functions | |
const struct bfd_build_id * | build_id_bfd_get (bfd *abfd) |
int | build_id_verify (bfd *abfd, size_t check_len, const bfd_byte *check) |
gdb_bfd_ref_ptr | build_id_to_debug_bfd (size_t build_id_len, const bfd_byte *build_id) |
gdb_bfd_ref_ptr | build_id_to_exec_bfd (size_t build_id_len, const bfd_byte *build_id) |
std::string | find_separate_debug_file_by_buildid (struct objfile *objfile) |
static std::string | build_id_to_string (const bfd_build_id *build_id) |
const struct bfd_build_id * build_id_bfd_get | ( | bfd * | abfd | ) |
Definition at line 33 of file build-id.c.
Referenced by build_id_verify(), elf_symfile_read_dwarf2(), find_separate_debug_file_by_buildid(), gdbpy_lookup_objfile(), get_gdb_index_contents_from_cache(), get_gdb_index_contents_from_cache_dwz(), locate_exec_from_corefile_build_id(), objfpy_get_build_id(), open_source_file(), index_cache::store(), and validate_exec_file().
gdb_bfd_ref_ptr build_id_to_debug_bfd | ( | size_t | build_id_len, |
const bfd_byte * | build_id | ||
) |
Definition at line 189 of file build-id.c.
References build_id_to_bfd_suffix().
Referenced by dwarf2_get_dwz_file(), and find_separate_debug_file_by_buildid().
gdb_bfd_ref_ptr build_id_to_exec_bfd | ( | size_t | build_id_len, |
const bfd_byte * | build_id | ||
) |
Definition at line 197 of file build-id.c.
References build_id_to_bfd_suffix().
Referenced by locate_exec_from_corefile_build_id().
|
inlinestatic |
Definition at line 60 of file build-id.h.
Referenced by index_cache::make_index_filename(), set_cbfd_soname_build_id(), solib_map_sections(), and index_cache::store().
int build_id_verify | ( | bfd * | abfd, |
size_t | check_len, | ||
const bfd_byte * | check | ||
) |
Definition at line 49 of file build-id.c.
References build_id_bfd_get(), and check().
Referenced by build_id_to_debug_bfd_1(), dwarf2_get_dwz_file(), dwz_search_other_debugdirs(), elf_symfile_read_dwarf2(), and locate_exec_from_corefile_build_id().
std::string find_separate_debug_file_by_buildid | ( | struct objfile * | objfile | ) |
Definition at line 205 of file build-id.c.
References build_id_bfd_get(), build_id_to_debug_bfd(), gdb_printf(), gdb_stdlog, objfile::obfd, objfile_name(), and separate_debug_file_debug.
Referenced by coff_symfile_read(), and elf_symfile_read_dwarf2().