GDB (xrefs)
Loading...
Searching...
No Matches
Functions
debuginfod-support.h File Reference
#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_section_query (const unsigned char *build_id, int build_id_len, const char *filename, const char *section_name, gdb::unique_xmalloc_ptr< char > *destname)
 

Function Documentation

◆ debuginfod_debuginfo_query()

scoped_fd debuginfod_debuginfo_query ( const unsigned char * build_id,
int build_id_len,
const char * filename,
gdb::unique_xmalloc_ptr< char > * destname )
extern

Definition at line 78 of file debuginfod-support.c.

Referenced by dwarf2_get_dwz_file(), and elf_symfile_read_dwarf2().

◆ debuginfod_exec_query()

scoped_fd debuginfod_exec_query ( const unsigned char * build_id,
int build_id_len,
const char * filename,
gdb::unique_xmalloc_ptr< char > * destname )
extern

◆ debuginfod_section_query()

scoped_fd debuginfod_section_query ( const unsigned char * build_id,
int build_id_len,
const char * filename,
const char * section_name,
gdb::unique_xmalloc_ptr< char > * destname )
extern

Definition at line 96 of file debuginfod-support.c.

◆ debuginfod_source_query()

scoped_fd debuginfod_source_query ( const unsigned char * build_id,
int build_id_len,
const char * src_path,
gdb::unique_xmalloc_ptr< char > * destname )
extern

Definition at line 69 of file debuginfod-support.c.

Referenced by open_source_file().