-
Notifications
You must be signed in to change notification settings - Fork 6k
Finishing up ICoredebug module4 and process11 #31068
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
Conversation
icordebugprocess11-enumerateloaderheapmemoryregions-method
…ndex file. Still possibly missing some files.
Fixed some whitespace
Pressing Enter adds a space at the beginning of the line, delete that space.
docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md
Outdated
Show resolved
Hide resolved
...mework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md
Outdated
Show resolved
Hide resolved
docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md
Outdated
Show resolved
Hide resolved
docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md
Outdated
Show resolved
Hide resolved
...mework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md
Outdated
Show resolved
Hide resolved
docs/framework/unmanaged-api/debugging/icordebugmodule4-interface.md
Outdated
Show resolved
Hide resolved
...mework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md
Outdated
Show resolved
Hide resolved
docs/framework/unmanaged-api/debugging/icordebugprocess11-interface.md
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shoot, I missed the merge. Do you want me to make these suggested changes or can you?
...mework/unmanaged-api/debugging/icordebugprocess11-enumerateloaderheapmemoryregions-method.md
Show resolved
Hide resolved
[Supported in .NET Core 5 and later versions.] | ||
|
||
Configures how the debugger handles in-memory updates to metadata within the target process. | ||
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. It is the same information that would be shown running the SOS "eeheap-loader" command. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. It is the same information that would be shown running the SOS "eeheap-loader" command. | |
Enumerates ranges of native memory that are used by the .NET runtime to store internal data structures that describe .NET types and methods. The information returned is the same that would be shown by using the SOS `eeheap-loader` command. |
@mikelle-rogers do you have bandwidth to take on these changes |
I can make the changes! |
Summary
ICorDebugModule4 and ICorDebugProcess11 are not supported on .NET Framework.
Continuing this [pull request] (#29732)