Uh oh!
There was an error while loading. Please reload this page.
Support managed debugging when CET is enabled - #73572
Conversation
ghost
commented
Aug 8, 2022
Tagging subscribers to this area: @tommcdon Issue DetailsThis change adds out of process SetThreadContext support on Windows x64. The feature will be automatically enabled if the process is enabled for CET or with a configuration setting (useful for testing purposes). I've validated our mainline scenarios with the Visual Studio debugger, including breakpoints, stepping, mixed-mode debugging, and Edit-And-Continue (Hot Reload).
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Remove RS GetLiveContext/SetLiveContext implementations Update debugger contract
…t with HandleSetThreadContextNeeded implementation
tommcdon
commented
Aug 10, 2022
Test failures look unrelated to this PR and so merging |
This change adds out of process SetThreadContext support on Windows x64. The feature will be automatically enabled if the process is enabled for CET or with a configuration setting (useful for testing purposes). I've validated our mainline scenarios with the Visual Studio debugger, including breakpoints, stepping, mixed-mode debugging, and Edit-And-Continue (Hot Reload).