mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45: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
|
||||
* <li>If the process is <i>not</i> a cygwin program, send the process a CTRL-C
|
||||
* </ul>
|
||||
* <li>If the process this is being raised against was <i>not</i> launched by us, search for a console
|
||||
* window whose PID matches the one we're trying to raise a signal on. If we find one, then send keyboard
|
||||
* events to simulate the user hitting CTRL-C at that console. We do all this because we can't programatically
|
||||
* send a CTRL-C to a process that doesn't share our console.
|
||||
* <li>If the process this is being raised against was <i>not</i> launched by us, use
|
||||
* DebugBreakProcess to interrupt it (sending a CTRL-C is easy only if we share a console
|
||||
* with the target process)
|
||||
* </ul>
|
||||
*
|
||||
* On non-Windows, raising this just raises a POSIX SIGINT
|
||||
|
|
Loading…
Add table
Reference in a new issue