diff options
author | Daniel Jacobowitz <dan@debian.org> | 2003-06-22 00:04:27 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2003-06-22 00:04:27 +0000 |
commit | 2a2ffb4bb96eaec0ae923cbccf505b85875ba0ac (patch) | |
tree | f7c1bd32651628fc4f41fa2bc7961a4cc6512275 /gdb/testsuite | |
parent | 0bcdb2af06883bdeb4b8177cabf1db6fcdbdeabb (diff) | |
download | gdb-2a2ffb4bb96eaec0ae923cbccf505b85875ba0ac.tar.gz |
* lib/mi-support.exp (mi_run_cmd): Expect an MI response to
000-exec-continue.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 87cdfb9a7c6..c972b3eb248 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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 diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 59076280ce8..4239a3761f3 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; |