[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)
committerGleb Balykov <g.balykov@samsung.com>
Wed, 25 Mar 2020 12:29:41 +0000 (15:29 +0300)
commit7864faae19cefcee12d7fbe335349b6f40a630cd
tree734e89a60e6cf4634ef68e2086cd3577ebec5ab3
parent3f69740f5fee0a05a3965e3da83adfdaef00af9e
[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