From 4ed1437f34af5ba40325daf2faaffc03dd2c76c3 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Tue, 15 Oct 1996 23:50:54 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 17 +++++++++++++++++ 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 844a25b32a7..e025f85d1ae 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 + + From Peter Schauer : + * 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 * 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 a6e2daf26ef..58dcca8508d 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 } # -- 2.30.2