* lib/mi-support.exp (mi_run_cmd): Expect an MI response to
authorDaniel Jacobowitz <drow@false.org>
Sun, 22 Jun 2003 00:04:27 +0000 (00:04 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 22 Jun 2003 00:04:27 +0000 (00:04 +0000)
000-exec-continue.

gdb/testsuite/ChangeLog
gdb/testsuite/lib/mi-support.exp

index 87cdfb9a7c6e570682e9d8dd9dbfd216d5cf0d4e..c972b3eb248aa347c2eaa519991c6e3b95bf989d 100644 (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
index 59076280ce88a1ab0c4876e7c5a56a598971b415..4239a3761f359d7cbeca71415b2a4031aa765513 100644 (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;
This page took 0.031099 seconds and 4 git commands to generate.