gdb
authorTom Tromey <tromey@redhat.com>
Thu, 8 Nov 2012 21:16:43 +0000 (21:16 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 8 Nov 2012 21:16:43 +0000 (21:16 +0000)
commit9015683b1c9a8d301cd846fcc8bf73726310bd4f
treefd705128b6fdec9dbea260b3181dbceca9b8ee80
parentea9f10bb87523d421e6c863a7ec66dfee41692b4
gdb
* linux-tdep.c (linux_make_siginfo_note): New function.
(linux_make_corefile_notes): Use it.
* corelow.c (get_core_siginfo): New function.
(core_xfer_partial) <TARGET_OBJECT_SIGNAL_INFO>: New case.
gdb/testsuite
* gdb.base/siginfo-obj.exp: Create core file.  Test siginfo from
core files, if possible.
* gdb.base/siginfo-thread.c: New file
* gdb.base/siginfo-thread.exp: New file
bfd
* elf.c (elfcore_grok_note) <NT_SIGINFO>: New case; make
pseudosection.
bfd/ChangeLog
bfd/elf.c
gdb/ChangeLog
gdb/corelow.c
gdb/linux-tdep.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/siginfo-obj.exp
gdb/testsuite/gdb.base/siginfo-thread.c [new file with mode: 0644]
gdb/testsuite/gdb.base/siginfo-thread.exp [new file with mode: 0644]