diff options
author | Pedro Alves <palves@redhat.com> | 2015-11-30 16:05:24 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-11-30 18:42:33 +0000 |
commit | f4836ba964a96364f39c7eab8b8b2f8656d14d05 (patch) | |
tree | fd248467ab884bf3588b2470a41ef9de32aa59c7 /gdb/ChangeLog | |
parent | 04bf20c5687b102b9a2c2a915d4c400788296a3b (diff) | |
download | gdb-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/ChangeLog | 7 |
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 |