diff options
author | eutarass | 2010-05-20 18:31:42 +0000 |
---|---|---|
committer | eutarass | 2010-05-20 18:31:42 +0000 |
commit | 770337d1b335a14c29c3065295bb469418458a97 (patch) | |
tree | 3ea0b23c362b62a1a8d1ca1c62a746ce5b39cde2 /plugins | |
parent | eaec0ce3852eab960d9ac864fb6223783784b9a1 (diff) | |
download | org.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 'plugins')
-rw-r--r-- | plugins/org.eclipse.tm.tcf.core/src/org/eclipse/tm/tcf/services/IProcesses.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/org.eclipse.tm.tcf.core/src/org/eclipse/tm/tcf/services/IProcesses.java b/plugins/org.eclipse.tm.tcf.core/src/org/eclipse/tm/tcf/services/IProcesses.java index 33562f6c7..a9136507f 100644 --- a/plugins/org.eclipse.tm.tcf.core/src/org/eclipse/tm/tcf/services/IProcesses.java +++ b/plugins/org.eclipse.tm.tcf.core/src/org/eclipse/tm/tcf/services/IProcesses.java @@ -276,6 +276,8 @@ public interface IProcesses extends IService { * @param directory - initial value of working directory for the process. * @param file - process image file. * @param 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. * @param environment - map of environment variables for the process, * if null then default set of environment variables will be used. * @param attach - if true debugger should be attached to the process. |