diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r-- | gdb/testsuite/gdb.threads/attach-into-signal.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/watchthreads.exp | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/watchthreads2.exp | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/gdb.threads/attach-into-signal.exp b/gdb/testsuite/gdb.threads/attach-into-signal.exp index 3266c38..167c08a 100644 --- a/gdb/testsuite/gdb.threads/attach-into-signal.exp +++ b/gdb/testsuite/gdb.threads/attach-into-signal.exp @@ -150,7 +150,7 @@ if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {deb gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set debug lin-lwp 1" "" "" +gdb_test_no_output "set debug lin-lwp 1" "" corefunc nonthreaded @@ -164,6 +164,6 @@ if { [gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" execut gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set debug lin-lwp 1" "" "" +gdb_test_no_output "set debug lin-lwp 1" "" corefunc threaded diff --git a/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp b/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp index e327fcf..af9fdc1 100644 --- a/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp +++ b/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp @@ -37,7 +37,7 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set can-use-hw-watchpoints 1" "" "" +gdb_test_no_output "set can-use-hw-watchpoints 1" "" if ![runto_main] then { fail "Can't run to main" @@ -93,7 +93,7 @@ gdb_test "continue" \ "the other thread stopped on breakpoint" # Delete the new breakpoint, we don't need it anymore. -gdb_test "delete 5" "" "" +gdb_test_no_output "delete 5" "" # Check if the local watchpoint hasn't been deleted (is still listed). # This is simpler to check than expecting 'the program has left ...', diff --git a/gdb/testsuite/gdb.threads/watchthreads.exp b/gdb/testsuite/gdb.threads/watchthreads.exp index 0ab7839..1380d3a 100644 --- a/gdb/testsuite/gdb.threads/watchthreads.exp +++ b/gdb/testsuite/gdb.threads/watchthreads.exp @@ -44,7 +44,7 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set can-use-hw-watchpoints 1" "" "" +gdb_test_no_output "set can-use-hw-watchpoints 1" "" # # Run to `main' where we begin our tests. diff --git a/gdb/testsuite/gdb.threads/watchthreads2.exp b/gdb/testsuite/gdb.threads/watchthreads2.exp index 07b091f..18395e7 100644 --- a/gdb/testsuite/gdb.threads/watchthreads2.exp +++ b/gdb/testsuite/gdb.threads/watchthreads2.exp @@ -44,7 +44,7 @@ gdb_start gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} -gdb_test "set can-use-hw-watchpoints 1" "" "" +gdb_test_no_output "set can-use-hw-watchpoints 1" "" # # Run to `main' where we begin our tests. |