From: Daniel Jacobowitz Date: Sun, 22 Jun 2003 00:04:27 +0000 (+0000) Subject: * lib/mi-support.exp (mi_run_cmd): Expect an MI response to X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=1df0c130e8aa48104f961c2d2e638c7e179e3839;p=deliverable%2Fbinutils-gdb.git * lib/mi-support.exp (mi_run_cmd): Expect an MI response to 000-exec-continue. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 87cdfb9a7c..c972b3eb24 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2003-06-21 Daniel Jacobowitz + + * lib/mi-support.exp (mi_run_cmd): Expect an MI response to + 000-exec-continue. + 2003-06-15 Mark Kettenis * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 59076280ce..4239a3761f 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;