projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6764c4c
)
* config/slite-gdb.exp: Responds to load symbol table prompt.
author
Kung Hsu
<kung@cygnus>
Sat, 1 Apr 1995 00:16:39 +0000
(
00:16
+0000)
committer
Kung Hsu
<kung@cygnus>
Sat, 1 Apr 1995 00:16:39 +0000
(
00:16
+0000)
gdb/testsuite/config/slite-gdb.exp
patch
|
blob
|
history
diff --git
a/gdb/testsuite/config/slite-gdb.exp
b/gdb/testsuite/config/slite-gdb.exp
index cbab074f9cdfacd4ee7e206e69a3bac3d6f073ce..84d3a1c926f26e442e957c6a05bc3e2c40b2ae33 100644
(file)
--- 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 }