This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] patch to testsuite/config/sid.exp


>>>>> "Michael" == Michael Snyder <msnyder@redhat.com> writes:

  Michael> It all looks ok to me, except I have a question about...

  >> --- sid.exp     2002/04/05 23:31:59     1.25
  >> +++ sid.exp     2002/04/29 22:16:49
  >> @@ -53,6 +53,8 @@ proc sid_start {} {
  >> }
  >> if { [board_info target sim,protocol] == "sid" } {
  >> set spawncmd "[target_info sim] [target_info sim,options] $sidendian2 -e \"set cpu-gdb-socket sockaddr-local 0.0.0.0:$port\""
  >> +       } elseif { [board_info target sim,protocol] == "rawsid" } {
  >> +           set spawncmd "[target_info sim] [target_info sim,options] -$sidendian --gdb=$port"
  >> } else {
  >> set spawncmd "../../sid/bsp/[target_info sim] $sidendian --gdb=$port [target_info sim,options]"

  Michael> one of the diffs between these two spawncmds, namely, that the old one
  Michael> specifies a path before [target_info sim], but your new one doesn't.

  Michael> Is that intentional?

Yes.

Ben


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]