]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/gdbserver/linux-low.c
gdb/gdbserver/
authorPedro Alves <palves@redhat.com>
Mon, 12 Apr 2010 17:39:42 +0000 (17:39 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 12 Apr 2010 17:39:42 +0000 (17:39 +0000)
commit505106cdc7c816a44bbfee11daf500f4e5e14072
tree3d597594a2631f14b55ffe8e38f0b0125b785dd6
parent58f03a4028987eef6b222b41d49e1f5781510b7c
gdb/gdbserver/
* linux-low.c (linux_mourn): Also remove the process.
* server.c (handle_target_event): Don't remove the process here.
* nto-low.c (nto_mourn): New.
(nto_target_ops): Install it.
* spu-low.c (spu_mourn): New.
(spu_target_ops): Install it.
* win32-low.c (win32_mourn): New.
(win32_target_ops): Install it.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/nto-low.c
gdb/gdbserver/server.c
gdb/gdbserver/spu-low.c
gdb/gdbserver/win32-low.c