mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 02:37:38 +00:00
Miscellaneous fixes for config/slite.exp.
This commit is contained in:
parent
ef87597cfa
commit
0e865b3950
@ -1,5 +1,7 @@
|
||||
Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||
|
||||
* config/slite.exp: Miscellaneous fixes.
|
||||
|
||||
* lib/gdb.exp: Fix runto.
|
||||
|
||||
* gdb.base/signals.exp: Check for a gdb,nosignals feature of
|
||||
|
@ -141,7 +141,11 @@ proc gdb_load { arg } {
|
||||
}
|
||||
|
||||
if [target_info exists gdb_serial] {
|
||||
send_gdb "target remote [target_info gdb_serial]\n"
|
||||
set serial [target_info gdb_serial];
|
||||
} else {
|
||||
set serial [target_info serial];
|
||||
}
|
||||
send_gdb "target remote $serial\n"
|
||||
set timeout 60
|
||||
verbose "Timeout is now $timeout seconds" 2
|
||||
expect {
|
||||
@ -159,7 +163,6 @@ proc gdb_load { arg } {
|
||||
return -1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if [info exists expect_out(buffer)] then {
|
||||
send_log $expect_out(buffer)
|
||||
|
Loading…
x
Reference in New Issue
Block a user