diff options
author | Doug Evans <dje@google.com> | 2009-05-30 00:19:13 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2009-05-30 00:19:13 +0000 |
commit | 5a43797524a9df0545e73709583a43bb404b3d9a (patch) | |
tree | 046603d97b17fcdf5fd8716c0e40e2d95e01bd07 /gdb/testsuite/ChangeLog | |
parent | 17c3b0a8bf32f6c76cf133cd9ecd35452150a88f (diff) | |
download | gdb-5a43797524a9df0545e73709583a43bb404b3d9a.zip gdb-5a43797524a9df0545e73709583a43bb404b3d9a.tar.gz gdb-5a43797524a9df0545e73709583a43bb404b3d9a.tar.bz2 |
* infrun.c (prepare_to_proceed): Document. Assert !non_stop.
If scheduler-locking is enabled, we're not going to be singlestepping
any other previously stopped thread.
* gdb.threads/hand-call-in-threads.exp: New file.
* gdb.threads/hand-call-in-threads.c: New file.
Diffstat (limited to 'gdb/testsuite/ChangeLog')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index c444806..01ee306 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2009-05-29 Doug Evans <dje@google.com> + + * gdb.threads/hand-call-in-threads.exp: New. + * gdb.threads/hand-call-in-threads.c: New. + 2009-05-28 Pedro Alves <pedro@codesourcery.com> * gdb.threads/threxit-hop-specific.c: New. |