From: Nick Roberts Date: Sat, 16 Sep 2006 09:46:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=14a5127d74449bf235c9d3323f4cffa4b6d1b1de;p=thirdparty%2Fbinutils-gdb.git *** empty log message *** --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 589ff7f10c0..5a02518e0aa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,8 +1,8 @@ 2006-09-16 Nick Roberts - * linux-nat.c (linux_test_for_tracefork): Re-insert call to - my_waitpid (removed inadvertantly). - (linux_nat_detach): Call init_lwp_list for asynchronous case too. + * linux-nat.c (linux_nat_detach): Call init_lwp_list for + asynchronous case too. + (linux_test_for_tracefork): Don't leave zombie process. * infcall.c (call_function_by_hand): Destroy signal thread while synchronous and then recreate.