-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[release/5.0] Port Debugger data breakpoint deadlock fixes to .NET 5.0 #44563
Conversation
* Add ICorDebugHeapValue4 * Add EnableGCNotificationEvents deprecation comment
…otnet#44549) * Stop providing IID_ICorDebugProcess10 Prevent older VS versions from setting managed data breakpoints. * Simplify the thread collision logic to prevent deadlock This is a simplification of dotnet#44539 as proposed by @kouvel
Tagging subscribers to this area: @tommcdon Issue meta data
|
/azp run runtime |
Azure Pipelines successfully started running 1 pipeline(s). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved. Please get several code reviews as the change is on the larger side.
Sure. I might have neglected to mention that a lot of this is machine generated core from the MIDL compiler. I left the whitespace as MIDL generated it. The change set looks substantially smaller with ignore whitespace. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Marking servicing approved per tactics |
Backport of #44471 & #44549 to release/5.0
Customer Impact
Regression?
Testing
Risk
This is a minimal risk patch.
CC @tommcdon @noahfalk @kouvel @chuckries @jeffschwMSFT