diff options
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 } |