From: Keith Seitz Date: Tue, 10 Sep 2002 22:28:44 +0000 (+0000) Subject: * mi-simplerun.exp (test_controlled_execution): Follow renaming of X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fc5cfef41b00f6e0bf42de663039a0d77ea5bd50;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/gdb.mi/ChangeLog b/gdb/testsuite/gdb.mi/ChangeLog index ac00d9f402c..fe7d37a2156 100644 --- a/gdb/testsuite/gdb.mi/ChangeLog +++ b/gdb/testsuite/gdb.mi/ChangeLog @@ -1,3 +1,11 @@ +2002-09-10 Keith Seitz + + * 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 * gdb680.exp: New file to test to check for uiout list/tuple diff --git a/gdb/testsuite/gdb.mi/mi-simplerun.exp b/gdb/testsuite/gdb.mi/mi-simplerun.exp index a6f82fcca81..a3ebd20910b 100644 --- a/gdb/testsuite/gdb.mi/mi-simplerun.exp +++ b/gdb/testsuite/gdb.mi/mi-simplerun.exp @@ -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 diff --git a/gdb/testsuite/gdb.mi/mi-var-cmd.exp b/gdb/testsuite/gdb.mi/mi-var-cmd.exp index b157aa3e7a6..a052832ed6f 100644 --- a/gdb/testsuite/gdb.mi/mi-var-cmd.exp +++ b/gdb/testsuite/gdb.mi/mi-var-cmd.exp @@ -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 diff --git a/gdb/testsuite/gdb.mi/mi0-simplerun.exp b/gdb/testsuite/gdb.mi/mi0-simplerun.exp index 9113e1fa30b..74ab042e189 100644 --- a/gdb/testsuite/gdb.mi/mi0-simplerun.exp +++ b/gdb/testsuite/gdb.mi/mi0-simplerun.exp @@ -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 diff --git a/gdb/testsuite/gdb.mi/mi0-var-cmd.exp b/gdb/testsuite/gdb.mi/mi0-var-cmd.exp index d28186c8c6d..e5ce26e84b9 100644 --- a/gdb/testsuite/gdb.mi/mi0-var-cmd.exp +++ b/gdb/testsuite/gdb.mi/mi0-var-cmd.exp @@ -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