#include "gdbsupport/scoped_fd.h"
Go to the source code of this file.
|
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) |
|
◆ 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 |
◆ 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 |
◆ 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 |