Files
binutils-gdb/gdb/testsuite/gdb.python
Tom de Vries a16c96980d [gdb/testsuite] Fix ERROR in gdb.python/py-breakpoint.exp
With test-case gdb.python/py-breakpoint.exp I run into:
...
(gdb) ERROR: tcl error sourcing gdb.python/py-breakpoint.exp.
ERROR: can't read "skip_hw_watchpoint_tests_p": no such variable
    while executing
"if {$skip_hw_watchpoint_tests_p} {
        gdb_test_no_output "set can-use-hw-watchpoints 0" ""
    }"
...

Fix this by adding the missing "global skip_hw_watchpoint_tests_p" in two
procs.

Tested on x86_64-linux.
2022-10-19 09:04:12 +02:00
..
2022-07-05 10:28:39 -06:00
2022-07-15 07:55:32 -06:00
2022-05-17 10:31:36 +01:00
2022-08-30 11:49:48 -06:00