aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorKung Hsu <kung@cygnus>1995-04-01 00:16:39 +0000
committerKung Hsu <kung@cygnus>1995-04-01 00:16:39 +0000
commit4729c3e2ca86965174dfb3813e950e394b913a6f (patch)
tree81b8922e456379295ce7c4b4cad78cae8a484cde /gdb/testsuite/config
parent6764c4cdad433d474d5571d03e9df7640c23e76f (diff)
downloadgdb-4729c3e2ca86965174dfb3813e950e394b913a6f.zip
gdb-4729c3e2ca86965174dfb3813e950e394b913a6f.tar.gz
gdb-4729c3e2ca86965174dfb3813e950e394b913a6f.tar.bz2
* config/slite-gdb.exp: Responds to load symbol table prompt.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/slite-gdb.exp4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/config/slite-gdb.exp b/gdb/testsuite/config/slite-gdb.exp
index cbab074..84d3a1c 100644
--- a/gdb/testsuite/config/slite-gdb.exp
+++ b/gdb/testsuite/config/slite-gdb.exp
@@ -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 }