diff options
author | Kung Hsu <kung@cygnus> | 1995-04-01 00:16:39 +0000 |
---|---|---|
committer | Kung Hsu <kung@cygnus> | 1995-04-01 00:16:39 +0000 |
commit | 4729c3e2ca86965174dfb3813e950e394b913a6f (patch) | |
tree | 81b8922e456379295ce7c4b4cad78cae8a484cde /gdb/testsuite/config | |
parent | 6764c4cdad433d474d5571d03e9df7640c23e76f (diff) | |
download | gdb-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.exp | 4 |
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 } |