goldshtn / msos

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

Minimal set of commands that will work with small dumps #36

Closed goldshtn closed 9 years ago

goldshtn commented 9 years ago

The following commands should work perfectly with small dumps (granted that the user tells us where the modules are):

Other commands that depend on the heap should fail graciously -- ideally, they detect that we're working with a small dump that doesn't have heap information present, and bail out immediately.

goldshtn commented 9 years ago

Closing in 41f5421bc7775c3cf0e1ad694adc8d03d8b873fa with a [SupportedTargets] attribute placed on each command. The set above and a couple of others are supported, of course.