Add "createdump" command to SOS. (#11161)
authorMike McLaughlin <mikem@microsoft.com>
Tue, 25 Apr 2017 00:12:36 +0000 (17:12 -0700)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2017 00:12:36 +0000 (17:12 -0700)
commitc53fa592ba54c0f346856d680cc30348850eba83
tree060149803ed42df869a145039114ca03ba60760c
parent3712f59c73f00d3312e62f9440c7f03fc7d458e7
Add "createdump" command to SOS. (#11161)

Uses the createdump utility code as a library.

Changed the "-m, --micro" option to "-t, --triage".

Lots of cleanup.
20 files changed:
Documentation/botr/xplat-minidump-generation.md
src/ToolBox/SOS/Strike/CMakeLists.txt
src/ToolBox/SOS/Strike/sos_unixexports.src
src/ToolBox/SOS/Strike/sosdocsunix.txt
src/ToolBox/SOS/Strike/strike.cpp
src/ToolBox/SOS/lldbplugin/soscommand.cpp
src/debug/createdump/CMakeLists.txt
src/debug/createdump/crashinfo.cpp
src/debug/createdump/crashinfo.h
src/debug/createdump/createdump.cpp
src/debug/createdump/createdump.h
src/debug/createdump/datatarget.cpp
src/debug/createdump/datatarget.h
src/debug/createdump/dumpwriter.cpp
src/debug/createdump/dumpwriter.h
src/debug/createdump/main.cpp [new file with mode: 0644]
src/debug/createdump/threadinfo.cpp
src/debug/createdump/threadinfo.h
src/inc/releaseholder.h [new file with mode: 0644]
src/pal/src/thread/process.cpp