Commit
221e1a37 (remote non-stop: Process initially stopped threads
before other commands) caused a test regression when testing with the
native-extended-gdbserver board:
FAIL: gdb.server/solib-list.exp: non-stop 1: non-stop interior stop (timeout)
This "interior stop" now happens before "target remote" prints the
prompt, so we should no longer explicitly expect it.
gdb/testsuite/ChangeLog:
2015-08-20 Pedro Alves <palves@redhat.com>
* gdb.server/solib-list.exp: No longer expect an interior stop in
non-stop mode.
+2015-08-20 Pedro Alves <palves@redhat.com>
+
+ * gdb.server/solib-list.exp: No longer expect an interior stop in
+ non-stop mode.
+
2015-08-20 Pedro Alves <palves@redhat.com>
* gdb.server/connect-stopped-target.c: New file.
}
}
- if $nonstop {
- set test "non-stop interior stop"
- gdb_test_multiple "" $test {
- -re " #1 stopped\\.\r\n" {
- pass $test
- }
- }
- }
-
gdb_test "continue" "Program received signal SIGUSR1, .*"
gdb_test "sharedlibrary" ".*"
gdb_test "p libvar" " = 23"