diff options
author | Keith Seitz <keiths@redhat.com> | 2002-09-10 22:28:44 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2002-09-10 22:28:44 +0000 |
commit | fc5cfef41b00f6e0bf42de663039a0d77ea5bd50 (patch) | |
tree | d1fd041869582287492877737d6ab2a641d62695 /gdb/testsuite/gdb.mi/mi-simplerun.exp | |
parent | 08b468e0c5bf893b50aea6d59c3760fabac4bcdc (diff) | |
download | gdb-fc5cfef41b00f6e0bf42de663039a0d77ea5bd50.zip gdb-fc5cfef41b00f6e0bf42de663039a0d77ea5bd50.tar.gz gdb-fc5cfef41b00f6e0bf42de663039a0d77ea5bd50.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-simplerun.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-simplerun.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-simplerun.exp b/gdb/testsuite/gdb.mi/mi-simplerun.exp index a6f82fc..a3ebd20 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 |