-
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
Merged
Merged
Changes from all commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
a967c01
Create ICoreDebugProcess11-interface
mikelle-rogers d74d01c
Create new file for function
mikelle-rogers 1b07004
Create icoredebugmodule4-interface.md
mikelle-rogers 3636d27
Create ICorDebugModule4::IsMappedLayout Method
mikelle-rogers e34bd64
rename icordebugprocess11-interface
mikelle-rogers 6ca3296
General clarifications, formatting
mikelle-rogers 4e6af1b
update from code review suggestions
mikelle-rogers 455f99d
One small change
mikelle-rogers c57873e
Fixing the whitespace
mikelle-rogers a29e150
Merge branch 'main' into dev/mirogers/process11
mikelle-rogers a60f8f2
Use Acrolinx to check files
mikelle-rogers 9a186e3
added to table of contents
mikelle-rogers 5bf1d9d
Adding icoredebug module4 and process11 to the debugging interfaces i…
mikelle-rogers 13a72ba
Fix whitespace
mikelle-rogers 8aeb40a
Fixing Whitespace
mikelle-rogers 69dd354
Fix links
mikelle-rogers 21984ab
We don't support icordebug module4 in .NET frame
mikelle-rogers 05750d2
.NET framework is unsupported
mikelle-rogers 1fb6af1
Verify EnumerateLoaderHeapMemoryRegions
mikelle-rogers 491fef6
Updating supported versions of .NET core.
mikelle-rogers c9cee95
Update to provide consistent symbols
mikelle-rogers f96d00d
Merge branch 'main' into dev/mirogers/process11
mikelle-rogers 355567a
Update required versions
mikelle-rogers 4bf2a02
update
mikelle-rogers 309cd7b
update
mikelle-rogers 9276e76
update whitespace
mikelle-rogers 913dff4
Update debugging-interfaces.md
mikelle-rogers 95817b5
Fix whitespace
mikelle-rogers 857cf48
Update versioning
mikelle-rogers 00b1e75
Update version process11
mikelle-rogers 3d80116
Update process11 versions
mikelle-rogers bbd279b
versioning
mikelle-rogers 8effbb1
Update process11 versioning
mikelle-rogers 18fdbda
update process11 versioning interface
mikelle-rogers 6686f49
Correct info
mikelle-rogers File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -16,9 +16,9 @@ topic_type: | |||||
--- | ||||||
# ICorDebugProcess11::EnumerateLoaderHeapMemoryRegions Method | ||||||
|
||||||
[Supported in .NET Framework 4.5.2 and later versions.] | ||||||
[Supported in .NET Core 5 and later versions.] | ||||||
mikelle-rogers marked this conversation as resolved.
Show resolved
Hide resolved
|
||||||
|
||||||
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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
## Syntax | ||||||
|
||||||
|
@@ -42,7 +42,7 @@ HRESULT EnumerateLoaderHeapMemoryRegions( | |||||
|
||||||
**Library:** CorGuids.lib | ||||||
|
||||||
**.NET Framework Versions:** [!INCLUDE[net_current_v452plus](../../../../includes/net-current-v452plus-md.md)] | ||||||
**.NET Versions:** [!INCLUDE[net-core-50-plus](../../../../includes/net-core-50-md.md)] | ||||||
|
||||||
## See also | ||||||
|
||||||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.