Implement pahole-like 'ptype /o' option
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / break-idempotent.exp
index c5dae96d18318f0db28576e647c6ecbc0eae597a..2944edd4973aeac5016119ec12d19b3291aa0f69 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 2014-2015 Free Software Foundation, Inc.
+# Copyright 2014-2017 Free Software Foundation, Inc.
 
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} {
 }
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
@@ -127,7 +127,7 @@ proc test_break { always_inserted break_command } {
        delete_breakpoints
 
        if ![runto_main] then {
-           fail "Can't run to main"
+           fail "can't run to main"
            return
        }
 
@@ -174,7 +174,8 @@ foreach always_inserted { "off" "on" } {
        test_break $always_inserted "watch"
     }
 
-    if {![skip_hw_watchpoint_access_tests]} {
+    if {![skip_hw_watchpoint_access_tests]
+       && ![skip_hw_watchpoint_multi_tests]} {
        test_break $always_inserted "rwatch"
        test_break $always_inserted "awatch"
     }
This page took 0.025442 seconds and 4 git commands to generate.