* config/slite-gdb.exp: Responds to load symbol table prompt.

This commit is contained in:
Kung Hsu 1995-04-01 00:16:39 +00:00
parent 6764c4cdad
commit 4729c3e2ca

View file

@ -70,6 +70,10 @@ proc gdb_load { arg } {
send "y\n"
exp_continue
}
-re "Load new symbol table.*y or n. $" {
send "y\n"
exp_continue
}
-re "Reading symbols from.*done..*$prompt $" {}
-re "$prompt $" { perror "GDB couldn't read file" }
timeout { perror "(timeout) read symbol file" ; return -1 }