aboutsummaryrefslogtreecommitdiffstats
path: root/QtVsTools.Core/SubprocessTracker.cs
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright comments to 2025Ali Demiralp2025-03-181-4/+2
| | | | | Change-Id: I9ab1f8919a3d28cb546cd71bfdc8da1f6ae9e123 Reviewed-by: Karsten Heimrich <[email protected]>
* Bind the lifetime of editor subprocesses to the VS processAli Can Demiralp2024-09-301-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]>