2001-08-02 Dave Brolley <brolley@redhat.com>
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
This commit is contained in:
parent
20713691c2
commit
74a9a58ab5
@ -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>
|
2001-07-25 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
* gdb.base/consecutive.exp: New file. Test stepping over
|
* gdb.base/consecutive.exp: New file. Test stepping over
|
||||||
|
@ -50,7 +50,7 @@ proc sid_start {} {
|
|||||||
if {! [file exists $env(SID)]} then { error "Cannot find sid in build tree" }
|
if {! [file exists $env(SID)]} then { error "Cannot find sid in build tree" }
|
||||||
}
|
}
|
||||||
if { [board_info target sim,protocol] == "sid" } {
|
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 {
|
} else {
|
||||||
set spawncmd "../../sid/bsp/[target_info sim] $sidverbose $sidendian --gdb=$port [target_info sim,options]"
|
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" } {
|
if { [board_info target sim,protocol] == "sid" } {
|
||||||
# FIXME: sim,options may be from the build tree, should find
|
# FIXME: sim,options may be from the build tree, should find
|
||||||
# it in the install tree.
|
# 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 {
|
} else {
|
||||||
set spawncmd "[target_info sim] $sidverbose $sidendian --gdb=$port [target_info sim,options]"
|
set spawncmd "[target_info sim] $sidverbose $sidendian --gdb=$port [target_info sim,options]"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user