[Tizen] Add a library to retrieve memory regions for a coredump
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Wed, 10 Apr 2019 09:40:33 +0000 (11:40 +0200)
committer이형주/Common Platform Lab(SR)/Staff Engineer/삼성전자 <leee.lee@samsung.com>
Thu, 18 Apr 2019 23:46:16 +0000 (08:46 +0900)
commitac72c989f4bd51d2f6172bf6d8bb406ffe8aa653
tree5c2f46732eef93ee6a245c1362855baf57c0b6dc
parentaef1486a23f6363ff92b30198cb6afd2ef74ce92
[Tizen] Add a library to retrieve memory regions for a coredump

This is needed to save a minicoredump of .NET applications to allows
reconstruct managed stack by lldb and SOS plugin.
packaging/coreclr.spec
src/CMakeLists.txt
src/debug/createdump/CMakeLists.txt
src/debug/createdump/crashinfo.cpp
src/debug/createdump/crashinfo.h
src/debug/createdump/dnetmemoryenumlib.cpp [new file with mode: 0644]
src/debug/createdump/dnetmemoryenumlib.h [new file with mode: 0644]
src/debug/createdump/threadinfo.cpp
src/debug/createdump/threadinfo.h