New python attribute gdb.Objfile.build_id.
[deliverable/binutils-gdb.git] / gdb / build-id.c
index 491900b3e545c72325a54fc79847b8872fa63aae..5c1f415fd10b9153f362e7c7b2a500c24d65914d 100644 (file)
 #include "elf-bfd.h"
 #include "gdb_bfd.h"
 #include "build-id.h"
-#include <string.h>
 #include "gdb_vecs.h"
 #include "symfile.h"
 #include "objfiles.h"
 #include "filenames.h"
 
-/* Locate NT_GNU_BUILD_ID from ABFD and return its content.  */
+/* See build-id.h.  */
 
-static const struct elf_build_id *
+const struct elf_build_id *
 build_id_bfd_get (bfd *abfd)
 {
   if (!bfd_check_format (abfd, bfd_object)
This page took 0.029862 seconds and 4 git commands to generate.