* mi-simplerun.exp (test_controlled_execution): Follow renaming of
authorKeith Seitz <keiths@redhat.com>
Tue, 10 Sep 2002 22:28:44 +0000 (22:28 +0000)
committerKeith Seitz <keiths@redhat.com>
Tue, 10 Sep 2002 22:28:44 +0000 (22:28 +0000)
        mi_run_to to mi_execute_to.
        * mi-var-cmd.exp: Likewise.
        * mi0-simplerun.exp: Likewise.
        * mi0-var-cmd.exp: Likewise.

gdb/testsuite/gdb.mi/ChangeLog
gdb/testsuite/gdb.mi/mi-simplerun.exp
gdb/testsuite/gdb.mi/mi-var-cmd.exp
gdb/testsuite/gdb.mi/mi0-simplerun.exp
gdb/testsuite/gdb.mi/mi0-var-cmd.exp

index ac00d9f402c8af0e448bf4532b91bba236e705fc..fe7d37a21561a72db3e8a257919f25e2d1bbf40b 100644 (file)
@@ -1,3 +1,11 @@
+2002-09-10  Keith Seitz  <keiths@redhat.com>
+
+       * mi-simplerun.exp (test_controlled_execution): Follow renaming of
+       mi_run_to to mi_execute_to.
+       * mi-var-cmd.exp: Likewise.
+       * mi0-simplerun.exp: Likewise.
+       * mi0-var-cmd.exp: Likewise.
+
 2002-09-03  Keith Seitz  <keiths@redhat.com>
 
        * gdb680.exp: New file to test to check for uiout list/tuple
index a6f82fcca817d636120dbc3ab35cd1a4672a4fe7..a3ebd20910b4bb46ced2c0269384f30abda86cb9 100644 (file)
@@ -140,7 +140,7 @@ proc test_controlled_execution {} {
 
     # FIXME: A string argument is not printed right; should be fixed and
     #        we should look for the right thing here.
-    mi_run_to "exec-step 3" "end-stepping-range" "callee4" "" \
+    mi_execute_to "exec-step 3" "end-stepping-range" "callee4" "" \
        "basics.c" "8" "" "step to callee4"
 
     # FIXME: A string argument is not printed right; should be fixed and
index b157aa3e7a665a33300abc9e525cb8529eede5bb..a052832ed6ff974a2e8dac7dc605d1f6070955b4 100644 (file)
@@ -227,7 +227,7 @@ mi_gdb_test "-var-update *" \
 #  lsimple.unsigned_integer = 255;
 #  lsimple.character = 'a';
 
-mi_run_to "exec-step 9" "end-stepping-range" "do_locals_tests" "" \
+mi_execute_to "exec-step 9" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "119" "" "step at do_locals_tests (5)"
 
 # Test: c_variable-2.6
@@ -243,7 +243,7 @@ mi_gdb_test "-var-update *" \
 #  lpsimple = &lsimple;
 #  func = nothing;
 
-mi_run_to "exec-step 4" "end-stepping-range" "do_locals_tests" "" \
+mi_execute_to "exec-step 4" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "125" "" "step at do_locals_tests (6)"
 
 # Test: c_variable-2.7
@@ -262,7 +262,7 @@ mi_gdb_test "-var-update *" \
 #  lsimple.unsigned_integer = 4321;
 #  lsimple.character = 'b';
 
-mi_run_to "exec-step 8" "end-stepping-range" "do_locals_tests" "" \
+mi_execute_to "exec-step 8" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "133" "" "step at do_locals_tests (7)"
 
 # Test: c_variable-2.8
index 9113e1fa30b73db8500dd3e1da1cb8f525833f4c..74ab042e1895daad72952752da5944b21bbd9961 100644 (file)
@@ -142,7 +142,7 @@ proc test_controlled_execution {} {
 
     # FIXME: A string argument is not printed right; should be fixed and
     #        we should look for the right thing here.
-    mi0_run_to "exec-step 3" "end-stepping-range" "callee4" "" \
+    mi0_execute_to "exec-step 3" "end-stepping-range" "callee4" "" \
        "basics.c" "8" "" "step to callee4"
 
     # FIXME: A string argument is not printed right; should be fixed and
index d28186c8c6d621516333431bb328744c3be1469d..e5ce26e84b92b975ce4bc44cec5e85a783b8c5d0 100644 (file)
@@ -227,7 +227,7 @@ mi_gdb_test "-var-update *" \
 #  lsimple.unsigned_integer = 255;
 #  lsimple.character = 'a';
 
-mi0_run_to "exec-step 9" "end-stepping-range" "do_locals_tests" "" \
+mi0_execute_to "exec-step 9" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "119" "" "step at do_locals_tests (5)"
 
 # Test: c_variable-2.6
@@ -243,7 +243,7 @@ mi_gdb_test "-var-update *" \
 #  lpsimple = &lsimple;
 #  func = nothing;
 
-mi0_run_to "exec-step 4" "end-stepping-range" "do_locals_tests" "" \
+mi0_execute_to "exec-step 4" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "125" "" "step at do_locals_tests (6)"
 
 # Test: c_variable-2.7
@@ -262,7 +262,7 @@ mi_gdb_test "-var-update *" \
 #  lsimple.unsigned_integer = 4321;
 #  lsimple.character = 'b';
 
-mi0_run_to "exec-step 8" "end-stepping-range" "do_locals_tests" "" \
+mi0_execute_to "exec-step 8" "end-stepping-range" "do_locals_tests" "" \
        "var-cmd.c" "133" "" "step at do_locals_tests (7)"
 
 # Test: c_variable-2.8