GDB (xrefs)
|
#include "gdbsupport/scoped_fd.h"
Go to the source code of this file.
Functions | |
scoped_fd | debuginfod_source_query (const unsigned char *build_id, int build_id_len, const char *src_path, gdb::unique_xmalloc_ptr< char > *destname) |
scoped_fd | debuginfod_debuginfo_query (const unsigned char *build_id, int build_id_len, const char *filename, gdb::unique_xmalloc_ptr< char > *destname) |
scoped_fd | debuginfod_exec_query (const unsigned char *build_id, int build_id_len, const char *filename, gdb::unique_xmalloc_ptr< char > *destname) |
scoped_fd debuginfod_debuginfo_query | ( | const unsigned char * | build_id, |
int | build_id_len, | ||
const char * | filename, | ||
gdb::unique_xmalloc_ptr< char > * | destname | ||
) |
Definition at line 320 of file debuginfod-support.c.
References debuginfod_is_enabled(), get_debuginfod_client(), target_terminal::ours(), print_outcome(), and target_supports_terminal_ours().
Referenced by dwarf2_get_dwz_file(), and elf_symfile_read_dwarf2().
scoped_fd debuginfod_exec_query | ( | const unsigned char * | build_id, |
int | build_id_len, | ||
const char * | filename, | ||
gdb::unique_xmalloc_ptr< char > * | destname | ||
) |
Definition at line 358 of file debuginfod-support.c.
References debuginfod_is_enabled(), get_debuginfod_client(), target_terminal::ours(), print_outcome(), and target_supports_terminal_ours().
Referenced by core_target::build_file_mappings(), locate_exec_from_corefile_build_id(), and solib_map_sections().
scoped_fd debuginfod_source_query | ( | const unsigned char * | build_id, |
int | build_id_len, | ||
const char * | src_path, | ||
gdb::unique_xmalloc_ptr< char > * | destname | ||
) |
Definition at line 279 of file debuginfod-support.c.
References debuginfod_is_enabled(), get_debuginfod_client(), target_terminal::ours(), print_outcome(), and target_supports_terminal_ours().
Referenced by open_source_file().