Fix minidumps not loading in VS issue (dotnet/coreclr#27406)
authorMike McLaughlin <mikem@microsoft.com>
Thu, 24 Oct 2019 17:44:59 +0000 (10:44 -0700)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2019 17:44:59 +0000 (10:44 -0700)
commit0deb18e9351a0f7dff1cb4ce66b91d975005ab3e
treed3de5638c7a5ba35d0822fca4b6dd76c418e3eff
parentad387a865407120c49cc2f9664476ef38e56fdb7
Fix minidumps not loading in VS issue (dotnet/coreclr#27406)

Fix a function that was ifdef'ed needed for the metadata locator callbacks to work.

Fix some not properly DAC'ized code in the type desc and server GC code. Caused an exception during dump generation.

Commit migrated from https://github.com/dotnet/coreclr/commit/0a048b8e88764abb9056ae1e0d2a5c946b120b45
src/coreclr/src/debug/daccess/dacdbiimpl.cpp
src/coreclr/src/debug/daccess/request_svr.cpp
src/coreclr/src/vm/typedesc.cpp