24#include "gdbsupport/rsp-low.h"
34 size_t check_len,
const bfd_byte *
check);
41 const bfd_byte *build_id);
48 const bfd_byte *build_id);
65static inline std::string
68 gdb_assert (build_id != NULL);
70 return bin2hex (build_id->data, build_id->size);
static std::string build_id_to_string(const bfd_build_id *build_id)
std::string find_separate_debug_file_by_buildid(struct objfile *objfile, deferred_warnings *warnings)
int build_id_verify(bfd *abfd, size_t check_len, const bfd_byte *check)
gdb_bfd_ref_ptr build_id_to_exec_bfd(size_t build_id_len, const bfd_byte *build_id)
gdb_bfd_ref_ptr build_id_to_debug_bfd(size_t build_id_len, const bfd_byte *build_id)
const struct bfd_build_id * build_id_bfd_get(bfd *abfd)
gdb::ref_ptr< struct bfd, gdb_bfd_ref_policy > gdb_bfd_ref_ptr
static void check(BOOL ok, const char *file, int line)