aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-11-30 16:05:24 +0000
committerPedro Alves <palves@redhat.com>2015-11-30 18:42:33 +0000
commitf4836ba964a96364f39c7eab8b8b2f8656d14d05 (patch)
treefd248467ab884bf3588b2470a41ef9de32aa59c7 /gdb/ChangeLog
parent04bf20c5687b102b9a2c2a915d4c400788296a3b (diff)
downloadgdb-f4836ba964a96364f39c7eab8b8b2f8656d14d05.zip
gdb-f4836ba964a96364f39c7eab8b8b2f8656d14d05.tar.gz
gdb-f4836ba964a96364f39c7eab8b8b2f8656d14d05.tar.bz2
infrun: Fix TARGET_WAITKIND_NO_RESUMED handling in non-stop mode
Running the testsuite against gdbserver with "maint set target-non-stop on" stumbled on a set of problems. See code comments for details. This handles my concerns expressed in PR14618. gdb/ChangeLog: 2015-11-30 Pedro Alves <palves@redhat.com> PR 14618 * infrun.c (handle_no_resumed): New function. (handle_inferior_event_1) <TARGET_WAITKIND_NO_RESUMED>: Defer to handle_no_resumed.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fdbc7d9..0f188e6 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2015-11-30 Pedro Alves <palves@redhat.com>
+ PR 14618
+ * infrun.c (handle_no_resumed): New function.
+ (handle_inferior_event_1) <TARGET_WAITKIND_NO_RESUMED>: Defer to
+ handle_no_resumed.
+
+2015-11-30 Pedro Alves <palves@redhat.com>
+
* NEWS (New commands): Mention "set/show remote thread-events"
commands.
(New remote packets): Mention thread created/exited stop reasons