mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
* 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.
This commit is contained in:
@ -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>
|
Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
* Makefile.in (clean mostlyclean): Also remove chill *.grt files.
|
* Makefile.in (clean mostlyclean): Also remove chill *.grt files.
|
||||||
|
@ -45,13 +45,6 @@ proc gdb_target_sim { } {
|
|||||||
global exit_status
|
global exit_status
|
||||||
global target_sim_options
|
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"
|
send "target sim $target_sim_options\n"
|
||||||
set timeout 60
|
set timeout 60
|
||||||
verbose "Timeout is now $timeout seconds" 2
|
verbose "Timeout is now $timeout seconds" 2
|
||||||
@ -115,7 +108,6 @@ proc gdb_load { arg } {
|
|||||||
proc gdb_start { } {
|
proc gdb_start { } {
|
||||||
default_gdb_start
|
default_gdb_start
|
||||||
verbose "Setting up target, Please wait..."
|
verbose "Setting up target, Please wait..."
|
||||||
gdb_target_sim
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user