Skip to content

[cDAC] X86 support FuncEvalFrame #116796

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

Merged
merged 1 commit into from
Jun 19, 2025
Merged

Conversation

max-charlamb
Copy link
Contributor

@max-charlamb max-charlamb commented Jun 18, 2025

Contributes to #114019

Verified using VS to debug a dotnet program and hang the immediate evaluation with Console.Read(). Used dotnet-dump to collect a dump of the debugged process with a [FuncEvalFrame] on the stack.

@Copilot Copilot AI review requested due to automatic review settings June 18, 2025 20:57
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds X86 support for function evaluation frames by updating interface method implementations and introducing a new method to handle function evaluation scenarios.

  • Changed explicit interface implementations for handling faulting exception and hijack frames to public methods.
  • Added the public override method HandleFuncEvalFrame to update the register context during function evaluation.

Copy link
Contributor

Tagging subscribers to this area: @steveisok, @dotnet/dotnet-diag
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants