mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
Improve Javadoc in HostShellProcessAdapter
This commit is contained in:
parent
2f2da842d1
commit
08be597207
1 changed files with 4 additions and 0 deletions
|
@ -84,6 +84,10 @@ IHostShellOutputListener {
|
|||
if(hostShell.isActive())
|
||||
throw new IllegalThreadStateException();
|
||||
// No way to tell what the exit value was.
|
||||
// TODO it would be possible to get the exit value
|
||||
// when the remote process is started like this:
|
||||
// sh -c 'remotecmd ; echo "-->RSETAG<-- $?\"'
|
||||
// Then the output steram could be examined for -->RSETAG<-- to get the exit value.
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue