diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/threadapply.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/threadapply.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/threadapply.exp b/gdb/testsuite/gdb.threads/threadapply.exp index bdf41c3..5982455 100644 --- a/gdb/testsuite/gdb.threads/threadapply.exp +++ b/gdb/testsuite/gdb.threads/threadapply.exp @@ -63,7 +63,7 @@ gdb_test_multiple "define backthread" "defining macro" { # Cause backtraces to fail by setting a limit. This allows us to # verify that the macro can get past the backtrace error and perform # subsequent commands. -gdb_test "set backtrace limit 3" "" +gdb_test_no_output "set backtrace limit 3" gdb_test "thread apply all backthread" "Thread ..*\\\$\[0-9]+ = 0x14.*Thread ..*\\\$\[0-9]+ = 0x14.*Thread ..*\\\$\[0-9]+ = 0x14.*Thread ..*\\\$\[0-9]+ = 0x14.*Thread ..*\\\$\[0-9]+ = 0x14.*Thread ..*\\\$\[0-9]+ = 0x14" # Go into the thread_function to check that a simple "thread apply" |