aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/watchthreads.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:57:35 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit9bc8ef1d750796d69d38f1822c8dd6df5729a187 (patch)
treef1c57b5d81500805166f0dc3daca3c07038488da /gdb/testsuite/gdb.threads/watchthreads.exp
parent435d58376aae933ddb8f2a2f55d24dc93c463bf0 (diff)
downloadgdb-9bc8ef1d750796d69d38f1822c8dd6df5729a187.zip
gdb-9bc8ef1d750796d69d38f1822c8dd6df5729a187.tar.gz
gdb-9bc8ef1d750796d69d38f1822c8dd6df5729a187.tar.bz2
Rename to allow_hw_watchpoint_multi_tests
This changes skip_hw_watchpoint_multi_tests to invert the sense, and renames it to allow_hw_watchpoint_multi_tests.
Diffstat (limited to 'gdb/testsuite/gdb.threads/watchthreads.exp')
-rw-r--r--gdb/testsuite/gdb.threads/watchthreads.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/watchthreads.exp b/gdb/testsuite/gdb.threads/watchthreads.exp
index d2a95bf..1aa7957 100644
--- a/gdb/testsuite/gdb.threads/watchthreads.exp
+++ b/gdb/testsuite/gdb.threads/watchthreads.exp
@@ -20,7 +20,7 @@
# This test verifies that a watchpoint is detected in the proper thread
# so the test is only meaningful on a system with hardware watchpoints.
-require !skip_hw_watchpoint_multi_tests
+require allow_hw_watchpoint_multi_tests
proc target_no_stopped_data { } {
return [istarget s390*-*-*]