This is the mail archive of the
src-cvs@sourceware.org
mailing list .
src/rda/unix ChangeLog thread-db.c
- From: kevinb at sourceware dot org
- To: src-cvs at sources dot redhat dot com
- Date: 4 Nov 2005 21:16:29 -0000
- Subject: src/rda/unix ChangeLog thread-db.c
CVSROOT: /cvs/src
Module name: src
Changes by: kevinb@sourceware.org 2005-11-04 21:16:29
Modified files:
rda/unix : ChangeLog thread-db.c
Log message:
* thread-db.c (ALWAYS_UPDATE_THREAD_LIST): Define to be 0.
(handle_thread_db_event): Update thread list upon receipt of
TD_CREATE or TD_DEATH events.
(thread_db_check_child_state): Potentially disable, depending upon
value of ALWAYS_UPDATE_THREAD_LIST, the thread list update.
(thread_db_check_child_state): Update thread list for signal based
event model too.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/ChangeLog.diff?cvsroot=src&r1=1.49&r2=1.50
http://sourceware.org/cgi-bin/cvsweb.cgi/src/rda/unix/thread-db.c.diff?cvsroot=src&r1=1.14&r2=1.15