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)
 

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 
)

Definition at line 66 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 
)

◆ 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 
)

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

Referenced by open_source_file().