summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/watch-vfork.exp
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-01-08 11:40:32 -0700
committerTom Tromey <tom@tromey.com>2023-01-13 13:18:58 -0700
commite379cbb128e3e672af03bdbb97e6e4085925d1bc (patch)
tree22d4eea8c2afb98a18cb7314ad0c42b02884f647 /gdb/testsuite/gdb.base/watch-vfork.exp
parent9bc8ef1d750796d69d38f1822c8dd6df5729a187 (diff)
downloadbinutils-gdb-e379cbb128e3e672af03bdbb97e6e4085925d1bc.tar.gz
Rename to allow_hw_watchpoint_tests
This changes skip_hw_watchpoint_tests to invert the sense, and renames it to allow_hw_watchpoint_tests.
Diffstat (limited to 'gdb/testsuite/gdb.base/watch-vfork.exp')
-rw-r--r--gdb/testsuite/gdb.base/watch-vfork.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watch-vfork.exp b/gdb/testsuite/gdb.base/watch-vfork.exp
index 180641ab6b7..2d36a4d5446 100644
--- a/gdb/testsuite/gdb.base/watch-vfork.exp
+++ b/gdb/testsuite/gdb.base/watch-vfork.exp
@@ -44,7 +44,7 @@ proc test_watchpoint_across_vfork { hw teststr } {
"Watchpoint triggers after vfork ($teststr)"
}
-if { ![skip_hw_watchpoint_tests] } {
+if { [allow_hw_watchpoint_tests] } {
test_watchpoint_across_vfork 1 "hw"
}