Createdump fixes and cleanup. (#11368)
authorMike McLaughlin <mikem@microsoft.com>
Thu, 4 May 2017 00:17:22 +0000 (17:17 -0700)
committerGitHub <noreply@github.com>
Thu, 4 May 2017 00:17:22 +0000 (17:17 -0700)
commit3fb9d8d2fe094f09a914d31a551e14fe8a1f2215
treee96a1c80202bf7dd1536ba00feec7f1dd432f32b
parentcac4e2e82e63c3d892c935262cfb2b04090acae9
Createdump fixes and cleanup. (#11368)

Fixed "with heap" option to actually include all the heaps. The way /proc/$pid/maps
was parsed missed most of the RW data/heap regions.

Added -u/--full full core dump options.

Removed the useless m_memStatus variable in enummem.cpp.
12 files changed:
Documentation/botr/xplat-minidump-generation.md
src/ToolBox/SOS/Strike/sosdocsunix.txt
src/ToolBox/SOS/Strike/strike.cpp
src/debug/createdump/crashinfo.cpp
src/debug/createdump/crashinfo.h
src/debug/createdump/createdump.cpp
src/debug/createdump/datatarget.cpp
src/debug/createdump/main.cpp
src/debug/createdump/memoryregion.h
src/debug/daccess/daccess.cpp
src/debug/daccess/dacimpl.h
src/debug/daccess/enummem.cpp