-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix SOS !dumpmt -md command (#105575)
* Fix SOS !dumpmt -md command The new virtual method slot enumerator failed if any of the Precode slot values were not in the dump. There are usually 2 or so that are invalid/not in dump but that should not stop/fail the new enumeration DAC API. Part of this is to make MethodTable::GetMethodDescForSlot_NoThrow not throw a read exception and return a null MD. * Code review feedback - move CATCH to request.cpp
- Loading branch information
Showing
2 changed files
with
24 additions
and
14 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