Fix minidumps not loading in VS issue (#27553)
authorMike McLaughlin <mikem@microsoft.com>
Wed, 30 Oct 2019 23:12:47 +0000 (16:12 -0700)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2019 23:12:47 +0000 (16:12 -0700)
commit934ef618a9e3abf968e5783b8efa28e9c1caf295
treefc0cdae5de341a7747bd709a14e69c76826cd219
parent93584136cf938d5f65e98e3bb7f0580526ae0716
Fix minidumps not loading in VS issue (#27553)

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.

Issue: https://github.com/dotnet/coreclr/issues/26907
src/debug/daccess/dacdbiimpl.cpp
src/debug/daccess/request_svr.cpp
src/vm/typedesc.cpp