diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 | ||||
-rw-r--r-- | gdb/testsuite/config/sim-gdb.exp | 8 |
2 files changed, 17 insertions, 8 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 844a25b..e025f85 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com) + + * config/sim-gdb.exp (gdb_target_sim): Remove setting of height + and width commands. This is done elsewhere. + * (gdb_start): Don't call gdb_start_sim here. That's already + done in gdb_load. This fixes lots of failures in default.exp. + +Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com> + + From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>: + * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load. + * lib/gdb.exp (gdb_test): Treat failures due to program exiting + in the same we we treat other failures (since it may be an expected + condition), rather than as an error. + * gdb.base/signals.exp (test_handle_all_print): Revert back to + old test format. + Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com> * Makefile.in (clean mostlyclean): Also remove chill *.grt files. diff --git a/gdb/testsuite/config/sim-gdb.exp b/gdb/testsuite/config/sim-gdb.exp index a6e2daf..58dcca8 100644 --- a/gdb/testsuite/config/sim-gdb.exp +++ b/gdb/testsuite/config/sim-gdb.exp @@ -45,13 +45,6 @@ proc gdb_target_sim { } { global exit_status global target_sim_options - # force the height to "unlimited", so no pagers get used - send "set height 0\n" - expect -re ".*$prompt $" {} - # force the width to "unlimited", so no wraparound occurs - send "set width 0\n" - expect -re ".*$prompt $" {} - send "target sim $target_sim_options\n" set timeout 60 verbose "Timeout is now $timeout seconds" 2 @@ -115,7 +108,6 @@ proc gdb_load { arg } { proc gdb_start { } { default_gdb_start verbose "Setting up target, Please wait..." - gdb_target_sim } # |