Use require target_can_use_run_cmd
authorTom Tromey <tom@tromey.com>
Thu, 15 Dec 2022 23:47:05 +0000 (16:47 -0700)
committerTom Tromey <tom@tromey.com>
Fri, 13 Jan 2023 20:18:56 +0000 (13:18 -0700)
This changes some tests to use "require target_can_use_run_cmd".

gdb/testsuite/gdb.base/annota1.exp
gdb/testsuite/gdb.base/annota3.exp
gdb/testsuite/gdb.base/dprintf-execution-x-script.exp
gdb/testsuite/gdb.cp/annota2.exp
gdb/testsuite/gdb.cp/annota3.exp
gdb/testsuite/gdb.multi/bkpt-multi-exec.exp

index 49cbd6856d61c28e530563dedbc3cc49b242c7ca..966986426752d18cff4008506eabdc499a2ee81b 100644 (file)
@@ -19,9 +19,7 @@
 # This testcase cannot use runto_main because of the different prompt
 # we get when using annotation level 2.
 #
-if ![target_can_use_run_cmd] {
-    return 0
-}
+require target_can_use_run_cmd
 
 set breakpoints_invalid "\r\n\032\032breakpoints-invalid\r\n"
 
index 7aaf6df6deeedf15a1994b8cd13faa0e180ee477..62efd1aff66224ed23cb2eae56f16efea161c48d 100644 (file)
@@ -19,9 +19,7 @@
 # This testcase cannot use runto_main because of the different prompt
 # we get when using annotation level 2.
 #
-if ![target_can_use_run_cmd] {
-    return 0
-}
+require target_can_use_run_cmd
 
 
 #
index 5a343fc9ad474daaa92061f48ff7178cdb559545..5b410f32a1f5fde8a294bdaedfa900161d630701 100644 (file)
@@ -20,9 +20,7 @@
 # part of this test.
 
 # Bail out if the target can't use the 'run' command.
-if ![target_can_use_run_cmd] {
-    return 0
-}
+require target_can_use_run_cmd
 
 standard_testfile
 
index 160d26903d82f182dc9d44a4ea010ffbe23c1089..5116355049f1ade071a38978dcd20d60e33613fc 100644 (file)
@@ -32,9 +32,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile \
 # This testcase cannot use runto_main because of the different prompt
 # we get when using annotation level 2.
 #
-if ![target_can_use_run_cmd] {
-    return 0
-}
+require target_can_use_run_cmd
 
 set breakpoints_invalid "\r\n\032\032breakpoints-invalid\r\n"
 set frames_invalid "\r\n\032\032frames-invalid\r\n"
index 5a5f3ff38a4b707cb41398245dfd330e8603ad75..5d8c152d33d590faa66cb21d62476a4b79fb1ce6 100644 (file)
@@ -32,9 +32,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile \
 # This testcase cannot use runto_main because of the different prompt
 # we get when using annotation level 2.
 #
-if ![target_can_use_run_cmd] {
-    return 0
-}
+require target_can_use_run_cmd
 
 #
 # line number where we need to stop in main
index 30d049daa38357ca34d4a602b4b979a1f9d8eb1c..9ab1ef18559948c8eb5b96aeff8e157e06c47f92 100644 (file)
@@ -13,9 +13,7 @@
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-if ![target_can_use_run_cmd] {
-    return
-}
+require target_can_use_run_cmd
 
 # Until "catch exec" is implemented on other targets...
 #