* lib/mi-support.exp (mi_run_cmd): Expect an MI response to

000-exec-continue.
This commit is contained in:
Daniel Jacobowitz 2003-06-22 00:04:27 +00:00
parent eda7bdeb3a
commit 1df0c130e8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-06-21 Daniel Jacobowitz <drow@mvista.com>
* lib/mi-support.exp (mi_run_cmd): Expect an MI response to
000-exec-continue.
2003-06-15 Mark Kettenis <kettenis@gnu.org>
* gdb.base/attach.exp: Use -1 for the ID of a nonexistent process

View file

@ -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;