Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-05-20 18:31:42 +0000
committereutarass2010-05-20 18:31:42 +0000
commit770337d1b335a14c29c3065295bb469418458a97 (patch)
tree3ea0b23c362b62a1a8d1ca1c62a746ce5b39cde2 /docs/TCF Service - Processes.html
parenteaec0ce3852eab960d9ac864fb6223783784b9a1 (diff)
downloadorg.eclipse.tcf-770337d1b335a14c29c3065295bb469418458a97.tar.gz
org.eclipse.tcf-770337d1b335a14c29c3065295bb469418458a97.tar.xz
org.eclipse.tcf-770337d1b335a14c29c3065295bb469418458a97.zip
Changed docs for Bug 313719: Reference agent: argv[0] is missing in the execve() for Processes.start command
Diffstat (limited to 'docs/TCF Service - Processes.html')
-rw-r--r--docs/TCF Service - Processes.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/TCF Service - Processes.html b/docs/TCF Service - Processes.html
index ec4a3d20e..68012e08a 100644
--- a/docs/TCF Service - Processes.html
+++ b/docs/TCF Service - Processes.html
@@ -325,6 +325,8 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string
<li><i>&lt;string: working directory&gt;</i> - initial value of working directory for the process.
<li><i>&lt;string: program image file&gt;</i> - image file to start process with.
<li><i>&lt;string array: command line&gt;</i> - command line arguments for the process.
+ Note: the service does NOT add image file name as first argument for the process.
+ If a client wants first parameter to be the file name, it should add it itself.
<li><i>&lt;object: environment variables&gt;</i> - list of environment variables for the process,
they will be added to default process environment.
<li><i>&lt;boolean: attach&gt;</i> - if true debugger should be attached to the process.</p>
@@ -594,6 +596,8 @@ E &bull; Processes &bull; exited &bull; <i>&lt;string: process ID&gt;</i> &bull;
* <font color=#7F9FBF>@param</font> directory - initial value of working directory for the process.
* <font color=#7F9FBF>@param</font> file - process image file.
* <font color=#7F9FBF>@param</font> command_line - command line arguments for the process.
+ * Note: the service does NOT add image file name as first argument for the process.
+ * If a client wants first parameter to be the file name, it should add it itself.
* <font color=#7F9FBF>@param</font> environment - list of environment variables for the process.
* if null then default set of environment variables will be used.
* <font color=#7F9FBF>@param</font> attach - if true debugger should be attached to the process.

Back to the top