Skip to content
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

[DAC] ClrDataAccess::GetFrameName support Frames using identifier instead of vptr #112488

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

max-charlamb
Copy link
Contributor

@max-charlamb max-charlamb commented Feb 12, 2025

#112166 converted Frames to use a FrameIdentifier value instead of a VPtr to differentiate types, removing all Frame types from the list of VPTR_CLASS's. ClrDataAccess::GetFrameName previously searched for the Frame name from the list of VPTR_CLASS's, this PR converts the logic to use the FrameIdentifier value instead.

Note, there is Frame::GetFrameTypeName which could be reused but would require refactoring as it is only compiled in DEBUG, non-DAC builds.

Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

Files not reviewed (3)
  • src/coreclr/debug/daccess/dacfn.cpp: Language not supported
  • src/coreclr/debug/daccess/request.cpp: Language not supported
  • src/coreclr/inc/daccess.h: Language not supported
@max-charlamb max-charlamb requested a review from jkotas February 12, 2025 21:07
Copy link
Member

@jkotas jkotas left a comment

Choose a reason for hiding this comment

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

LGTM!

@jkotas jkotas merged commit 0f66f23 into dotnet:main Feb 13, 2025
91 of 93 checks passed
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.

2 participants