aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 10:55:43 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:57 -0700
commit435d58376aae933ddb8f2a2f55d24dc93c463bf0 (patch)
tree3178911bbb9ae1f07b1b210fcb9eb33294f5e6cd /gdb/testsuite/gdb.threads
parentb63724b8c2840302e498ce45298d361d6e57b4b9 (diff)
downloadbinutils-435d58376aae933ddb8f2a2f55d24dc93c463bf0.zip
binutils-435d58376aae933ddb8f2a2f55d24dc93c463bf0.tar.gz
binutils-435d58376aae933ddb8f2a2f55d24dc93c463bf0.tar.bz2
Rename to allow_hw_watchpoint_access_tests
This changes skip_hw_watchpoint_access_tests to invert the sense, and renames it to allow_hw_watchpoint_access_tests.
Diffstat (limited to 'gdb/testsuite/gdb.threads')
-rw-r--r--gdb/testsuite/gdb.threads/watchthreads-reorder.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/watchthreads-reorder.exp b/gdb/testsuite/gdb.threads/watchthreads-reorder.exp
index 2469b3a..d5de2c6 100644
--- a/gdb/testsuite/gdb.threads/watchthreads-reorder.exp
+++ b/gdb/testsuite/gdb.threads/watchthreads-reorder.exp
@@ -25,7 +25,7 @@
# could be assigned during continuation of a thread with pending SIGTRAP to the
# different/new watchpoint, just based on the watchpoint/debug register number.
-require !skip_hw_watchpoint_access_tests !skip_hw_watchpoint_multi_tests
+require allow_hw_watchpoint_access_tests !skip_hw_watchpoint_multi_tests
if {![istarget *-*-linux*]} {
return 0
}