diff options
author | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-19 13:57:28 +0000 |
---|---|---|
committer | Vladimir Prus <vladimir@codesourcery.com> | 2008-08-19 13:57:28 +0000 |
commit | 7f7efbd95fbc488424ef541bc1ddb5f3e1964bbb (patch) | |
tree | 7795a0588856ff20d9cc3816e51133826debf87f /gdb/ChangeLog | |
parent | 9908b56683c3fce81b58ff5ee888741790f516d0 (diff) | |
download | gdb-7f7efbd95fbc488424ef541bc1ddb5f3e1964bbb.zip gdb-7f7efbd95fbc488424ef541bc1ddb5f3e1964bbb.tar.gz gdb-7f7efbd95fbc488424ef541bc1ddb5f3e1964bbb.tar.bz2 |
* infrun.c (resume): If the thread is placed to the deferred step
queue, mark it as running.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 35bd2ac..5319ac2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-08-19 Vladimir Prus <vladimir@codesourcery.com> + * infrun.c (resume): If the thread is placed to the deferred step + queue, mark it as running. + +2008-08-19 Vladimir Prus <vladimir@codesourcery.com> + Make sure target supports non-stop. * infcmd.c (run_command_1, attach_command): If non-stop mode is requested, verify the target supports it. |