File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -88,8 +88,6 @@ VERIFY:\s*Name:\s+.*(System\.Private\.CoreLib(\.ni)?\.dll|mscorlib.dll)\s+
88
88
ENDIF:SINGLE_FILE_APP
89
89
90
90
SOSCOMMAND:DumpModule <POUT>\s+Module\s+(<HEXVAL>)\s+.*<POUT>
91
- VERIFY:\s*PEAssembly:\s+<HEXVAL>\s+
92
- VERIFY:\s*ModuleId:\s+<HEXVAL>\s+
93
91
VERIFY:\s*LoaderHeap:\s+<HEXVAL>\s+
94
92
VERIFY:\s*TypeDefToMethodTableMap:\s+<HEXVAL>\s+
95
93
Original file line number Diff line number Diff line change @@ -3966,9 +3966,6 @@ DECLARE_API(DumpModule)
3966
3966
DMLOut (" Assembly: %s\n " , DMLAssembly (module .Assembly ));
3967
3967
3968
3968
ExtOut (" BaseAddress: %p\n " , SOS_PTR (module .ilBase ));
3969
- ExtOut (" PEAssembly: %p\n " , SOS_PTR (module .PEAssembly ));
3970
- ExtOut (" ModuleId: %p\n " , SOS_PTR (module .dwModuleID ));
3971
- ExtOut (" ModuleIndex: %p\n " , SOS_PTR (module .dwModuleIndex ));
3972
3969
ExtOut (" LoaderHeap: %p\n " , SOS_PTR (module .pLookupTableHeap ));
3973
3970
ExtOut (" TypeDefToMethodTableMap: %p\n " , SOS_PTR (module .TypeDefToMethodTableMap ));
3974
3971
ExtOut (" TypeRefToMethodTableMap: %p\n " , SOS_PTR (module .TypeRefToMethodTableMap ));
You can’t perform that action at this time.
0 commit comments