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

Implement CLRMA interfaces on top of DAC APIs #4667

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

mikem8361
Copy link
Member

Add "clrmaconfig" command to control clrma logging, direct DAC and managed support.

Move SOSExtensions to separate cpp/h files.

Cleanup Extensions::FlushCheck. Needed to call in the clrma code.

INIT_API_EXT macro cleanup: added ExtInit function that does all command entry init.

Change the no managed hosting fallback code (platform/*) to use the IDebuggerServices instance instead of the global dbgeng variables because it is always available/setup. This allows the CLRMA support to work with no managed code.

@mikem8361 mikem8361 requested review from mdh1418 and hoyosjs May 14, 2024 23:36
@mikem8361 mikem8361 self-assigned this May 14, 2024
@mikem8361 mikem8361 requested a review from a team as a code owner May 14, 2024 23:36
Add "clrmaconfig" command to control clrma logging, direct DAC and managed support.

Move SOSExtensions to separate cpp/h files.

Cleanup Extensions::FlushCheck. Needed to call in the clrma code.

INIT_API_EXT macro cleanup: added ExtInit function that does all command entry init.

Change the no managed hosting fallback code (platform/*) to use the IDebuggerServices instance
instead of the global dbgeng variables because it is always available/setup. This allows the
CLRMA support to work with no managed code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants