OSDN Git Service

* linux-low.c (linux_remove_process): Remove `detaching'
authorpalves <palves>
Tue, 29 Dec 2009 01:09:27 +0000 (01:09 +0000)
committerpalves <palves>
Tue, 29 Dec 2009 01:09:27 +0000 (01:09 +0000)
commit818549e1f1e716959b88a495472feacac93dda0d
tree687be5de300af99859d2dd2c60e67b656f79dfbe
parent4543ed4ff624db1929a68f9a61c52c5e3882655a
* linux-low.c (linux_remove_process): Remove `detaching'
parameter.  Don't release/detach from thread_db here.
(linux_kill): Release/detach from thread_db here, ...
(linux_detach): ... and here, before actually detaching.
(linux_wait_1): ... and here, when a process exits.
* thread-db.c (any_thread_of): New.
(thread_db_free): Switch the current inferior to a thread of the
passed in process.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/thread-db.c