aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2003-06-22 00:04:27 +0000
committerDaniel Jacobowitz <drow@false.org>2003-06-22 00:04:27 +0000
commit1df0c130e8aa48104f961c2d2e638c7e179e3839 (patch)
tree480339f86bc654aa166c605e257d9dbfd91fefe6 /gdb/testsuite/lib
parenteda7bdeb3ae6c317d9f964e949587e8271e582e4 (diff)
downloadgdb-1df0c130e8aa48104f961c2d2e638c7e179e3839.zip
gdb-1df0c130e8aa48104f961c2d2e638c7e179e3839.tar.gz
gdb-1df0c130e8aa48104f961c2d2e638c7e179e3839.tar.bz2
* lib/mi-support.exp (mi_run_cmd): Expect an MI response to
000-exec-continue.
Diffstat (limited to 'gdb/testsuite/lib')
-rw-r--r--gdb/testsuite/lib/mi-support.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp
index 5907628..4239a37 100644
--- a/gdb/testsuite/lib/mi-support.exp
+++ b/gdb/testsuite/lib/mi-support.exp
@@ -636,7 +636,7 @@ proc mi_run_cmd {args} {
}
send_gdb "000-exec-continue\n";
gdb_expect 60 {
- -re "Continu\[^\r\n\]*\[\r\n\]" {}
+ -re "000\\^running\[\r\n\]+$mi_gdb_prompt$" {}
default {}
}
return;