aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/config
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1996-10-15 23:50:54 +0000
committerStu Grossman <grossman@cygnus>1996-10-15 23:50:54 +0000
commit4ed1437f34af5ba40325daf2faaffc03dd2c76c3 (patch)
treee09271d8c283c6eeedeb07f6fd6660734036af31 /gdb/testsuite/config
parentac9548059b9ca25c3d990925a6b0602ae932637b (diff)
downloadfsf-binutils-gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.zip
fsf-binutils-gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.tar.gz
fsf-binutils-gdb-4ed1437f34af5ba40325daf2faaffc03dd2c76c3.tar.bz2
* 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.
Diffstat (limited to 'gdb/testsuite/config')
-rw-r--r--gdb/testsuite/config/sim-gdb.exp8
1 files changed, 0 insertions, 8 deletions
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
}
#