Set "exec" command from client side. v0.0.2
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 24 Aug 2017 14:44:27 +0000 (16:44 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Thu, 24 Aug 2017 14:44:27 +0000 (16:44 +0200)
gdb-xds.go

index f174017..e663714 100644 (file)
@@ -44,7 +44,7 @@ type GdbXds struct {
 func NewGdbXds(log *logrus.Logger, args []string, env []string) *GdbXds {
        return &GdbXds{
                log:     log,
-               ccmd:    "$GDB", // var set by environment-setup-xxx script
+               ccmd:    "exec $GDB", // var set by environment-setup-xxx script
                aargs:   args,
                eenv:    env,
                httpCli: nil,