mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 01:36:01 +02:00
Updated comment to reflect the current status given a fix earlier today.
This commit is contained in:
parent
d5c6bb4f11
commit
ff3f6bc722
1 changed files with 3 additions and 4 deletions
|
@ -41,10 +41,9 @@ public class Spawner extends Process {
|
||||||
* the 'kill' utility isn't available, send the process a CTRL-C
|
* the 'kill' utility isn't available, send the process a CTRL-C
|
||||||
* <li>If the process is <i>not</i> a cygwin program, send the process a CTRL-C
|
* <li>If the process is <i>not</i> a cygwin program, send the process a CTRL-C
|
||||||
* </ul>
|
* </ul>
|
||||||
* <li>If the process this is being raised against was <i>not</i> launched by us, search for a console
|
* <li>If the process this is being raised against was <i>not</i> launched by us, use
|
||||||
* window whose PID matches the one we're trying to raise a signal on. If we find one, then send keyboard
|
* DebugBreakProcess to interrupt it (sending a CTRL-C is easy only if we share a console
|
||||||
* events to simulate the user hitting CTRL-C at that console. We do all this because we can't programatically
|
* with the target process)
|
||||||
* send a CTRL-C to a process that doesn't share our console.
|
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* On non-Windows, raising this just raises a POSIX SIGINT
|
* On non-Windows, raising this just raises a POSIX SIGINT
|
||||||
|
|
Loading…
Add table
Reference in a new issue