Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.
authorMike McLaughlin <mikem@microsoft.com>
Thu, 20 Aug 2015 22:43:16 +0000 (15:43 -0700)
committerMike McLaughlin <mikem@microsoft.com>
Thu, 27 Aug 2015 22:57:42 +0000 (15:57 -0700)
commitd5d41105716703845d61a6f8c26724381b959c7d
tree5848179172032b139f3c0bdd8c6f42abe33f9029
parenta521a46e5e1cac5dba1f6bda6917d7f2bf4300ef
Enabled GCInfo, EEHeap, DumpRuntimeTypes and EHInfo SOS commands.

Added some aliases for the most common commands:

    bpmd            -> sos bpmd
    clrstack        -> sos ClrStack
    clrthreads      -> sos Threads
    dumpheap        -> sos DumpHeap
    dumpobj         -> sos DumpObj
    dso             -> sos DumpStackObjects
    eeheap          -> sos EEHeap
    gcroot          -> sos GCRoot
    ip2md           -> sos IP2MD
    printexception  -> sos PrintException

Updated the debugging documentation.

Remove the "build.out" file unintentionally added.
14 files changed:
Documentation/building/debugging-instructions.md
build.out [deleted file]
src/ToolBox/SOS/Strike/CMakeLists.txt
src/ToolBox/SOS/Strike/disasm.cpp
src/ToolBox/SOS/Strike/disasm.h
src/ToolBox/SOS/Strike/disasmX86.cpp
src/ToolBox/SOS/Strike/eeheap.cpp
src/ToolBox/SOS/Strike/exts.h
src/ToolBox/SOS/Strike/sildasm.cpp
src/ToolBox/SOS/Strike/strike.cpp
src/ToolBox/SOS/Strike/util.cpp
src/ToolBox/SOS/lldbplugin/soscommand.cpp
src/inc/formattype.cpp
src/inc/formattype.h