* 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.
This commit is contained in:
Keith Seitz 2002-09-10 22:28:44 +00:00
parent 08b468e0c5
commit fc5cfef41b
5 changed files with 16 additions and 8 deletions

View 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

View 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

View 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

View 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

View 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