2001-08-02 Dave Brolley <brolley@redhat.com>

* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
This commit is contained in:
Dave Brolley 2001-08-04 15:56:41 +00:00
parent 20713691c2
commit 74a9a58ab5
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2001-08-02 Dave Brolley <brolley@redhat.com>
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
2001-07-25 Michael Snyder <msnyder@redhat.com>
* gdb.base/consecutive.exp: New file. Test stepping over

View File

@ -50,7 +50,7 @@ proc sid_start {} {
if {! [file exists $env(SID)]} then { error "Cannot find sid in build tree" }
}
if { [board_info target sim,protocol] == "sid" } {
set spawncmd "[target_info sim] [target_info sim,options] -e \"set gdb-socket sockaddr-local 0.0.0.0:$port\""
set spawncmd "[target_info sim] [target_info sim,options] -e \"set cpu-gdb-socket sockaddr-local 0.0.0.0:$port\""
} else {
set spawncmd "../../sid/bsp/[target_info sim] $sidverbose $sidendian --gdb=$port [target_info sim,options]"
}
@ -67,7 +67,7 @@ proc sid_start {} {
if { [board_info target sim,protocol] == "sid" } {
# FIXME: sim,options may be from the build tree, should find
# it in the install tree.
set spawncmd "sid [target_info sim,options] -e \"set gdb-socket sockaddr-local 0.0.0.0:$port\""
set spawncmd "sid [target_info sim,options] -e \"set cpu-gdb-socket sockaddr-local 0.0.0.0:$port\""
} else {
set spawncmd "[target_info sim] $sidverbose $sidendian --gdb=$port [target_info sim,options]"
}