Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
adding 'exec' prevents to use "script" syntax:
xds-exec -c xds-config.env -- "cd build && cmake .."
But 'exec' binary is mandatory to allow to pass correctly signals to subprocess such as gdb.
As workaround, exec is set for now on client side (eg. in xds-gdb).
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio).
This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option).
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
|
|
|
|
|
|
By default wait folder insync.
Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization.
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|
|
|
|
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
|