]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/infrun.c
* infrun.c (prepare_to_proceed): Document. Assert !non_stop.
authorDoug Evans <dje@google.com>
Sat, 30 May 2009 00:19:13 +0000 (00:19 +0000)
committerDoug Evans <dje@google.com>
Sat, 30 May 2009 00:19:13 +0000 (00:19 +0000)
commit5a43797524a9df0545e73709583a43bb404b3d9a
tree046603d97b17fcdf5fd8716c0e40e2d95e01bd07
parent17c3b0a8bf32f6c76cf133cd9ecd35452150a88f
* 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.
gdb/ChangeLog
gdb/infrun.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/hand-call-in-threads.c [new file with mode: 0644]
gdb/testsuite/gdb.threads/hand-call-in-threads.exp [new file with mode: 0644]