[Tizen] Add method to write coredump of .NET process
authorMateusz Moscicki <m.moscicki2@partner.samsung.com>
Mon, 21 Jun 2021 16:12:54 +0000 (18:12 +0200)
committerGleb Balykov <g.balykov@samsung.com>
Tue, 27 Sep 2022 12:50:22 +0000 (15:50 +0300)
commit4d043d61ecacae0b9922ecc10a73749e7c8e5987
tree7aeca406612b71711eb2ee23f532555d0530ab20
parentcf284ed27e4a4d01852a565fb8c9a63d7a26c925
[Tizen] Add method to write coredump of .NET process

This method allows to create minimal coredump (as createdump does) of a
process that is in dumping state after crush.

Original commit:
https://github.sec.samsung.net/dotnet/coreclr/commit/66a3b803910b389de38703ce349695a247146f5b
packaging/coreclr.spec
src/coreclr/debug/createdump/CMakeLists.txt
src/coreclr/debug/createdump/crashinfo.cpp
src/coreclr/debug/createdump/crashinfo.h
src/coreclr/debug/createdump/crashinfounix.cpp
src/coreclr/debug/createdump/dnetmemoryenumlib.cpp [new file with mode: 0644]
src/coreclr/debug/createdump/dnetmemoryenumlib.h [new file with mode: 0644]
src/coreclr/debug/createdump/threadinfo.cpp
src/coreclr/debug/createdump/threadinfo.h