aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e4fec87..3e80741 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2008-10-24 Pedro Alves <pedro@codesourcery.com>
+ * fork-child.c (startup_inferior): Only set threads not-executing
+ after getting all the pending execs. On TARGET_WAITKIND_IGNORE,
+ keep waiting, don't resume. On all other cases but
+ TARGET_WAITKIND_SIGNALLED and TARGET_WAITKIND_EXITED, switch to
+ the event ptid.
+
+2008-10-24 Pedro Alves <pedro@codesourcery.com>
+
Remote non-stop mode support.
* remote.c (pending_stop_reply): New.