mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* config/udi.exp: Use mondfe,name instead of remote_host.
remote_host is a bad naming choice.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
|
||||||
|
|
||||||
|
* config/udi.exp: Use mondfe,name instead of remote_host.
|
||||||
|
|
||||||
Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
|
Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
|
||||||
|
|
||||||
* gdb.base/structs.exp: Expect some failures from the .
|
* gdb.base/structs.exp: Expect some failures from the .
|
||||||
|
@ -31,7 +31,7 @@ proc gdb_target_udi { } {
|
|||||||
global verbose
|
global verbose
|
||||||
global exit_status
|
global exit_status
|
||||||
|
|
||||||
set targetname [target_info remote_host];
|
set targetname [target_info mondfe,name];
|
||||||
# set targets hostname
|
# set targets hostname
|
||||||
send "target udi $targetname\n"
|
send "target udi $targetname\n"
|
||||||
set timeout 60
|
set timeout 60
|
||||||
|
Reference in New Issue
Block a user