diff options
author | Pedro Alves <palves@redhat.com> | 2011-10-24 14:25:52 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2011-10-24 14:25:52 +0000 |
commit | e21ffe51c946b8311385340e5a97cba56231cd89 (patch) | |
tree | 7bce52696ebecf137cb57a6b6bd94685c3880dfe /gdb/ChangeLog | |
parent | 7951ca422a45989cd898cb6e6d18c3388d49985d (diff) | |
download | gdb-e21ffe51c946b8311385340e5a97cba56231cd89.zip gdb-e21ffe51c946b8311385340e5a97cba56231cd89.tar.gz gdb-e21ffe51c946b8311385340e5a97cba56231cd89.tar.bz2 |
2011-10-24 Pedro Alves <pedro@codesourcery.com>
gdb/
* linux-nat.c (linux_handle_extended_wait): When handling a clone
event, in non-stop, if not stopping, make sure the new lwp has
last_resume_kind set to resume_continue. Assert that when we're
resuming the new lwp, its last_resume_kind is resume_continue.
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 6f9974e..30cf144 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,12 @@ 2011-10-24 Pedro Alves <pedro@codesourcery.com> + * linux-nat.c (linux_handle_extended_wait): When handling a clone + event, in non-stop, if not stopping, make sure the new lwp has + last_resume_kind set to resume_continue. Assert that when we're + resuming the new lwp, its last_resume_kind is resume_continue. + +2011-10-24 Pedro Alves <pedro@codesourcery.com> + * infrun.c (handle_inferior_event): Don't assume inferior_ptid is already set when marking the event thread as not executing in non-stop mode. |