From: Corinna Vinschen Date: Tue, 9 Aug 2005 19:00:16 +0000 (+0000) Subject: * lib/mi-support.exp (mi_gdb_load): Fix typo. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1080daa979a9d0cfdc7e359d0d44fd5d20a3f548;p=pf3gnuchains%2Fpf3gnuchains3x.git * lib/mi-support.exp (mi_gdb_load): Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 97e7791390..434f02b5dd 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2005-08-09 Corinna Vinschen + + * lib/mi-support.exp (mi_gdb_load): Fix typo. + 2005-08-02 Bob Rossi * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 64f42b5f2e..e1c7d77ba4 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -493,7 +493,7 @@ proc mi_gdb_load { arg } { # For SID, things get complex send_target_sid gdb_expect 60 { - -re "\\^done,.*$mi_gdb_prompt$" { + -re "\\^done.*$mi_gdb_prompt$" { } timeout { perror "Unable to connect to SID target"