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

[cdac] .NET10: Implement DAC APIs used by CLRMA #108553

Open
13 of 28 tasks
Tracked by #99298
lambdageek opened this issue Oct 4, 2024 · 1 comment
Open
13 of 28 tasks
Tracked by #99298

[cdac] .NET10: Implement DAC APIs used by CLRMA #108553

lambdageek opened this issue Oct 4, 2024 · 1 comment

Comments

@lambdageek
Copy link
Member

lambdageek commented Oct 4, 2024

See DAC interfaces used by CLRMA in the diagnostics repo.

This is a follow-up to #99302, contributes to #99298

  • APIs added as part of !PrintException support
    • ISOSDacInterface::GetUsefulGlobals()
    • ISOSDacInterface::GetThreadStoreData()
    • ISOSDacInterface::GetThreadData()
    • ISOSDacInterface::GetNestedExceptionData()
    • ISOSDacInterface::GetObjectData()
    • ISOSDacInterface2::GetObjectExceptionData()
    • ISOSDacInterface::GetMethodTableName()
    • ISOSDacInterface::GetMethodTableData()
    • ISOSDacInterface::GetObjectStringData()
    • ISOSDacInterface::GetMethodDescName()
    • ISOSDacInterface::GetModuleData()
    • ISOSDacInterface::GetPEFileName()
  • Complete GetMethodDescData
  • [cdac] Implement GetPEFileBase #108450
  • cdac IXCLRDataModule implementation: Module name fallback if debugger and GetPEFileName() can't get the name.
    • ISOSDacInterface::GetModule()
    • IXCLRDataModule::GetFileName()
  • Managed stack walking
    • IXCLRDataProcess::GetTaskByOSThreadID()
    • IXCLRDataTask::CreateStackWalk()
    • IXCLRDataStackWalk::Request(DACSTACKPRIV_REQUEST_FRAME_DATA, ...)
    • IXCLRDataStackWalk::GetContext()
    • IXCLRDataStackWalk::Next()
Copy link
Contributor

Tagging subscribers to this area: @tommcdon
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

No branches or pull requests

3 participants