New python attribute gdb.Objfile.build_id.
[deliverable/binutils-gdb.git] / gdb / build-id.h
index ddd2645743ee4aefd1fffd167326e26358fbdb9a..548ea5e63045ae269a8b359d9d111edc84355e67 100644 (file)
 #ifndef BUILD_ID_H
 #define BUILD_ID_H
 
+/* Locate NT_GNU_BUILD_ID from ABFD and return its content.  */
+
+extern const struct elf_build_id *build_id_bfd_get (bfd *abfd);
+
 /* Return true if ABFD has NT_GNU_BUILD_ID matching the CHECK value.
    Otherwise, issue a warning and return false.  */
 
This page took 0.086603 seconds and 4 git commands to generate.