Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoreutarass2010-08-31 17:16:13 +0000
committereutarass2010-08-31 17:16:13 +0000
commit493447598715d6e61052679121c7034cf6f49a60 (patch)
treedd481ba9e8f35b0e8a923c0bb40f74ab8a7d6e54 /docs
parent81dd2033244bb37a75943e8d19ced0c2ab9bf9d9 (diff)
downloadorg.eclipse.tcf-493447598715d6e61052679121c7034cf6f49a60.tar.gz
org.eclipse.tcf-493447598715d6e61052679121c7034cf6f49a60.tar.xz
org.eclipse.tcf-493447598715d6e61052679121c7034cf6f49a60.zip
Bug 324107: getEnvironment command for the Processess service does not comply with the protocol
Diffstat (limited to 'docs')
-rw-r--r--docs/TCF Service - Processes.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/TCF Service - Processes.html b/docs/TCF Service - Processes.html
index 68012e08a..be10835de 100644
--- a/docs/TCF Service - Processes.html
+++ b/docs/TCF Service - Processes.html
@@ -301,14 +301,7 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; getEnvironment &bull;
<p>Reply:</p>
<pre><b><font face="Courier New" size=2 color=#333399>
-R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull; <i>&lt;object: environment variables&gt;</i> &bull;
-</font></b></pre>
-
-<h3><a name='CmdStart'>Start</a></h3>
-
-<pre><b><font face="Courier New" size=2 color=#333399>
-C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string: working directory&gt;</i> &bull; <i>&lt;string: program image file&gt;</i> &bull;
- <i>&lt;string array: command line&gt;</i> &bull; <i>&lt;object: environment variables&gt;</i> &bull; <i>&lt;boolean: attach&gt;</i> &bull;
+R &bull; <i>&lt;token&gt;</i> &bull; <i>&lt;error report&gt;</i> &bull; <i>&lt;string array: environment variables&gt;</i> &bull;
<i>&lt;string array&gt;</i>
&rArr; null
@@ -320,6 +313,13 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string
&rArr; <i>&lt;string list&gt;</i> , <i>&lt;string&gt;</i>
</font></b></pre>
+<h3><a name='CmdStart'>Start</a></h3>
+
+<pre><b><font face="Courier New" size=2 color=#333399>
+C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string: working directory&gt;</i> &bull; <i>&lt;string: program image file&gt;</i> &bull;
+ <i>&lt;string array: command line&gt;</i> &bull; <i>&lt;string array: environment variables&gt;</i> &bull; <i>&lt;boolean: attach&gt;</i> &bull;
+</font></b></pre>
+
<p>The command starts a new process on remote machine.
<ul>
<li><i>&lt;string: working directory&gt;</i> - initial value of working directory for the process.
@@ -327,7 +327,7 @@ C &bull; <i>&lt;token&gt;</i> &bull; Processes &bull; start &bull; <i>&lt;string
<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,
+ <li><i>&lt;string array: 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>
</ul>

Back to the top