diff options
author | Pedro Alves <pedro@codesourcery.com> | 2012-01-27 13:56:56 +0000 |
---|---|---|
committer | Pedro Alves <pedro@codesourcery.com> | 2012-01-27 13:56:56 +0000 |
commit | 110fe2deb915fd1f762d2bfda972b4604c9c4c81 (patch) | |
tree | 16f69f813f3eacc4cc0ccdcf47ede985cc182178 /gdb/testsuite/gdb.base/watchpoint.exp | |
parent | e60ba65060c309301f2ef4778e34bc0f8c2a0820 (diff) | |
download | gdb-110fe2deb915fd1f762d2bfda972b4604c9c4c81.tar.gz |
2012-01-27 Pedro Alves <palves@redhat.com>
* gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
Diffstat (limited to 'gdb/testsuite/gdb.base/watchpoint.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watchpoint.exp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/gdb/testsuite/gdb.base/watchpoint.exp b/gdb/testsuite/gdb.base/watchpoint.exp index 9aeb5ec3001..38793085154 100644 --- a/gdb/testsuite/gdb.base/watchpoint.exp +++ b/gdb/testsuite/gdb.base/watchpoint.exp @@ -803,13 +803,7 @@ if [initialize] then { gdb_load $binfile } - # Only enabled for some targets merely because it has not been tested - # elsewhere. - if {[istarget "hppa*-*-*"] || \ - [istarget "sparc*-*-sunos*"] || \ - [istarget "m32r-*-*"]} then { - test_complex_watchpoint - } + test_complex_watchpoint test_inaccessible_watchpoint |