Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright comments to 2025 | Ali Demiralp | 2025-03-18 | 1 | -4/+2 |
| | | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <[email protected]> | ||||
* | Bind the lifetime of editor subprocesses to the VS process | Ali Can Demiralp | 2024-09-30 | 1 | -0/+58 |
Added SubprocessTracker which uses the Windows Job API to bind the lifetime of subprocesses to the process. Used it to track the editor subprocesses to ensure they are terminated when VS receives a SIGINT/SIGKILL e.g. via crashing or using the "Stop Debugging" button when debugging VS tools. Fixes: QTVSADDINBUG-1213 Change-Id: I4be25087e13166f3efdc79df7c7835caec73c92e Reviewed-by: Karsten Heimrich <[email protected]> |