src/gdb/gdbserver ChangeLog linux-low.c thread ...
palves@sourceware.org
palves@sourceware.org
Mon Dec 28 16:09:00 GMT 2009
CVSROOT: /cvs/src
Module name: src
Changes by: palves@sourceware.org 2009-12-28 16:09:28
Modified files:
gdb/gdbserver : ChangeLog linux-low.c thread-db.c
Log message:
* 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.
Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.312&r2=1.313
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-low.c.diff?cvsroot=src&r1=1.118&r2=1.119
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/thread-db.c.diff?cvsroot=src&r1=1.31&r2=1.32
More information about the Gdb-cvs
mailing list