components/gdb/patches/gdb.bfd.elf-bfd.h.patch
author pkidd <patrick.kidd@oracle.com>
Thu, 01 Dec 2016 09:15:00 -0800
branchs11u3-sru
changeset 7423 a17eef087a5e
parent 2814 dff3ca0071d6
child 6420 65948e9e205b
permissions -rw-r--r--
Added tag 0.175.3.15.0.4.0, S11.3SRU15.4 for changeset f2e0a2f2bfc0

--- gdb-7.6/bfd/elf-bfd.h	2013-03-08 09:13:30.000000000 -0800
+++ gdb-7.6/bfd/elf-bfd.h	2013-09-26 22:25:56.705487200 -0700
@@ -1117,6 +1117,11 @@
   bfd_boolean (*elf_backend_grok_psinfo)
     (bfd *, Elf_Internal_Note *);
 
+  /* This function, if defined, is called when an NT_LWPSTATUS
+     note is found in a core file.  */
+  bfd_boolean (*elf_backend_grok_lwpstatus)
+    (bfd *, Elf_Internal_Note *);
+
   /* This function, if defined, is called to write a note to a corefile.  */
   char *(*elf_backend_write_core_note)
     (bfd *abfd, char *buf, int *bufsiz, int note_type, ...);