mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
* config/udi-gdb.exp (gdb_start): Don't send "set args main" to
GDB. GDB doesn't work that way (not anymore at least) on UDI. * gdb.t01/run.exp: Don't pass extra first argument for UDI.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/udi-gdb.exp (gdb_start): Don't send "set args main" to
|
||||||
|
GDB. GDB doesn't work that way (not anymore at least) on UDI.
|
||||||
|
* gdb.t01/run.exp: Don't pass extra first argument for UDI.
|
||||||
|
|
||||||
Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
|
||||||
|
|
||||||
* gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
|
* gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
|
||||||
|
@ -154,10 +154,6 @@ proc gdb_start { } {
|
|||||||
# force the width to "unlimited", so no wraparound occurs
|
# force the width to "unlimited", so no wraparound occurs
|
||||||
send "set width 0\n"
|
send "set width 0\n"
|
||||||
expect -re ".*$prompt $" {}
|
expect -re ".*$prompt $" {}
|
||||||
# set the default arguments to "main", so that "run" with no
|
|
||||||
# arguments will work correctly.
|
|
||||||
send "set args main\n"
|
|
||||||
expect -re ".*$prompt $" {}
|
|
||||||
|
|
||||||
verbose "Setting up target, Please wait..."
|
verbose "Setting up target, Please wait..."
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user