19#ifndef DEBUGINFOD_SUPPORT_H
20#define DEBUGINFOD_SUPPORT_H
22#include "gdbsupport/scoped_fd.h"
44 gdb::unique_xmalloc_ptr<char> *destname);
62 gdb::unique_xmalloc_ptr<char> *destname);
79 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_source_query(const unsigned char *build_id, int build_id_len, const char *src_path, gdb::unique_xmalloc_ptr< char > *destname)