goldshtn / msos

Command-line environment a-la WinDbg for executing SOS commands without having SOS available.
Other
96 stars 21 forks source link

Detect an out-of-memory condition and report it #38

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

Like !AnalyzeOOM in newer versions of SOS. Get this from the ISOSDac wrapper provided by the CLRMD. The specific method is GetOOMData and we need separate code for server GC and workstation GC to get this information.

goldshtn commented 9 years ago

Done in 09f22ebec2eb4c91bbde632276453979a106583c.