2001-08-02 Dave Brolley <brolley@redhat.com>
authorDave Brolley <brolley@redhat.com>
Sat, 4 Aug 2001 15:56:41 +0000 (15:56 +0000)
committerDave Brolley <brolley@redhat.com>
Sat, 4 Aug 2001 15:56:41 +0000 (15:56 +0000)
* config/sid.exp: Rename gdb-socket to cpu-gdb-socket.

gdb/testsuite/ChangeLog
gdb/testsuite/config/sid.exp

index 5c6528a..a84990e 100644 (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
index 7a73162..a969f8a 100644 (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]"
        }