bfd/
[deliverable/binutils-gdb.git] / bfd / elfcore.h
index 168c81ae21b0b0c2acd1e2b3c3302c4e4aba63ca..81980c0fecc49a5fb1a353971ea69c6ae9b9fdf0 100644 (file)
@@ -31,6 +31,12 @@ elf_core_file_failing_signal (bfd *abfd)
   return elf_tdata (abfd)->core_signal;
 }
 
+int
+elf_core_file_pid (bfd *abfd)
+{
+  return elf_tdata (abfd)->core_pid;
+}
+
 bfd_boolean
 elf_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
 {
This page took 0.023738 seconds and 4 git commands to generate.