forked from dotnet/diagnostics
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use new EnumMemoryRegion flags. Update the clrdata.idl/clrdata.h/clrdata_i.cpp to the new DAC log message interface name. Change the name of the "enummemory" command to "enummem". Add memory region verify on the callback. Fix dumpobj/dumpruntimetypes with TypeDescs. Add memory usage stats to sosstatus. Fix issue dotnet#3187. dotnet-dump analyze causes an Exception when console width is 0. Fix issue dotnet#3120. Increase (remove) max heap segment. Finish dotnet#3101. SOS should stop using HResult as a PInvoke return.
- Loading branch information
Showing
21 changed files
with
199 additions
and
163 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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 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 |
---|---|---|
|
@@ -74,7 +74,7 @@ EXPORTS | |
EHInfo | ||
ehinfo=EHInfo | ||
Ehinfo=EHInfo | ||
enummemory | ||
enummem | ||
ext | ||
sos=ext | ||
FinalizeQueue | ||
|
This file contains 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 |
---|---|---|
|
@@ -30,7 +30,7 @@ EEHeap | |
EEVersion | ||
EEStack | ||
EHInfo | ||
enummemory | ||
enummem | ||
FinalizeQueue | ||
FindAppDomain | ||
FindRoots | ||
|
This file contains 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 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
Oops, something went wrong.