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 | 04c60d84dfc21b775101164351899eff7fc0a1b3 (patch) | |
tree | 072e2629bb642927864e077e2bf58c7d544f1187 /gdb/testsuite/gdb.mi/mi-simplerun.exp | |
parent | 41317c34460d613b14c4ea8afd45318339589ca2 (diff) | |
download | gdb-04c60d84dfc21b775101164351899eff7fc0a1b3.tar.gz |
* 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 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 |