19#ifndef DEBUGINFOD_SUPPORT_H
20#define DEBUGINFOD_SUPPORT_H
22#include "gdbsupport/scoped_fd.h"
45 gdb::unique_xmalloc_ptr<char> *destname);
64 gdb::unique_xmalloc_ptr<char> *destname);
82 gdb::unique_xmalloc_ptr<char>
104 const char *filename,
105 const char *section_name,
106 gdb::unique_xmalloc_ptr<char>
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)
scoped_fd debuginfod_source_query(const unsigned char *build_id, int build_id_len, const char *src_path, gdb::unique_xmalloc_ptr< char > *destname)