components/gdb/patches/gdb.bfd.elf-bfd.h.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Fri, 08 Nov 2013 08:16:59 -0800
branchs11-update
changeset 2814 dff3ca0071d6
child 6420 65948e9e205b
permissions -rw-r--r--
17086418 upgrade gdb to 7.6

--- 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, ...);