Support Windows Minidump
authornoahfalk <noahfalk@microsoft.com>
Tue, 21 Mar 2017 00:06:59 +0000 (17:06 -0700)
committernoahfalk <noahfalk@microsoft.com>
Tue, 21 Mar 2017 23:46:03 +0000 (16:46 -0700)
commitf31001db75ed27f5419f6a35213478c612af1d31
tree0cdf2cf0813dbd0e2a87419426f57ffad92e9479
parent5a9cb0266244974e6ae0bf0d485c2d3b217a057f
Support Windows Minidump

This is the coreclr portion of the work to complete issue dotnet/coreclr#10334. It adds a resource to coreclr with a well-known name and format
that can be used by MiniDumpWriteDump to discover and load custom dump collection extensions.

At this time the OS work hasn't been implemented yet and the scenario won't work until their part is complete.

Commit migrated from https://github.com/dotnet/coreclr/commit/761db6438911ca82d99fe26a809331bf88574804
src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/src/dlls/mscoree/coreclr/README.md [new file with mode: 0644]
src/coreclr/src/dlls/mscoree/coreclr/dump_helper_resource.bin [new file with mode: 0644]