* lib/mi-support.exp (mi_gdb_load): Fix typo.

This commit is contained in:
Corinna Vinschen 2005-08-09 19:00:16 +00:00
parent 8e70166dc5
commit 2f168eed4b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-08-09 Corinna Vinschen <vinschen@redhat.com>
* lib/mi-support.exp (mi_gdb_load): Fix typo.
2005-08-02 Bob Rossi <bob@brasko.net>
* gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.

View File

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