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

CoreCLR Interpreter - diagnostics #112744

Open
7 tasks
janvorli opened this issue Feb 20, 2025 · 1 comment
Open
7 tasks

CoreCLR Interpreter - diagnostics #112744

janvorli opened this issue Feb 20, 2025 · 1 comment

Comments

@janvorli
Copy link
Member

This issue tracks required work and progress for the diagnostics changes needed for supporting the CoreCLR interpreter.

M1

M2

  • Update debugger related code in CoreCLR to support interpreter frames.
  • SOS gcroot and dumpstackobjects commands work with interpreted frames
  • SOS gcinfo command works with interpreted methods
  • SOS dumpmd command shows address of IR for interpreted methods

M3

  • Modify the SOS ehinfo command so that it works with interpreted methods
  • Add support for disassembling IR byte code to SOS u command (nice to have)

M4

M5

  • Wire debugger protocol handler in CoreCLR to the interpreter
@janvorli janvorli added this to the 10.0.0 milestone Feb 20, 2025
@janvorli janvorli self-assigned this Feb 20, 2025
Copy link
Contributor

Tagging subscribers to this area: @dotnet/interop-contrib
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
Status: No status
Development

No branches or pull requests

2 participants