diff options
author | Pedro Alves <pedro@codesourcery.com> | 2012-01-27 13:59:21 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2012-01-27 13:59:21 +0000 |
commit | 771cd540cc4721040859984e27529c7ab5141b06 (patch) | |
tree | 041d0b3c0dd38fc05edd07372771746ae910dd6d /gdb/testsuite/gdb.base/watchpoint.exp | |
parent | cfcedca708a8d6f091a1a400f1406f42c2cfe3f8 (diff) | |
download | gdb-771cd540cc4721040859984e27529c7ab5141b06.tar.gz |
2012-01-27 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint.exp (top level): Delete watch ival3.
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index a4f30b39268..6eba4b0882d 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -866,6 +866,8 @@ if [initialize] then { "Watchpoint \[0-9\]*: ival3.*Old value = 1.*New value = 2.*" \ "trigger slow conditional watch" + gdb_test_no_output "delete \$bpnum" "delete watch ival3" + # We've explicitly disabled hardware watches. Verify that GDB # refrains from using them. # |