Browse Source

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

gdb-csl-arm-20051020-branch
Corinna Vinschen 21 years ago
parent
commit
2f168eed4b
  1. 4
      gdb/testsuite/ChangeLog
  2. 2
      gdb/testsuite/lib/mi-support.exp

4
gdb/testsuite/ChangeLog

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

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

Loading…
Cancel
Save