diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index becaa54..1fd28bc 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,12 @@ +2010-01-14 Joel Brobecker <brobecker@adacore.com> + + Tru64: Dead threads are never deleted. + * dec-thread.c (dec_thread_ptid_is_alive): New function. + (dec_thread_count_gdb_threads): Fix counter increment. + (dec_thread_add_gdb_thread): Fix *listp increment. + (resync_thread_list): Fix bug in deletion of dead threads that + caused all threads to be deleted, instead of just the dead ones. + 2010-01-13 Phil Muldoon <pmuldoon@redhat.com> PR python/10705 |