components/gdb/patches/gdb.bfd.elfxx-target.h.patch
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Tue, 17 Jun 2014 10:59:59 -0700
branchs11-update
changeset 3184 5e069d70e84c
parent 2814 dff3ca0071d6
child 6420 65948e9e205b
permissions -rw-r--r--
Close of build 42.1.

--- gdb-7.6/bfd/elfxx-target.h	2013-02-11 14:15:53.000000000 -0800
+++ gdb-7.6/bfd/elfxx-target.h	2013-09-26 22:26:05.361368200 -0700
@@ -539,6 +539,9 @@
 #ifndef elf_backend_grok_psinfo
 #define elf_backend_grok_psinfo			NULL
 #endif
+#ifndef elf_backend_grok_lwpstatus
+#define elf_backend_grok_lwpstatus              NULL
+#endif
 #ifndef elf_backend_write_core_note
 #define elf_backend_write_core_note		NULL
 #endif
@@ -737,6 +740,7 @@
   elf_backend_count_relocs,
   elf_backend_grok_prstatus,
   elf_backend_grok_psinfo,
+  elf_backend_grok_lwpstatus,
   elf_backend_write_core_note,
   elf_backend_lookup_section_flags_hook,
   elf_backend_reloc_type_class,