Generate the DAC table on Windows with MSVC linker directives instead of resource...
authorJeremy Koritzinsky <jekoritz@microsoft.com>
Thu, 12 May 2022 21:53:12 +0000 (14:53 -0700)
committerGitHub <noreply@github.com>
Thu, 12 May 2022 21:53:12 +0000 (14:53 -0700)
commit04e65d2b871211832f9999256435787c727afd0f
tree53d27bbaa034a0fbebf46aa0bb36f5d2fe56eb7b
parentdd3cd5da4bc54f27e06c6dd080f2536ddbac6fd2
Generate the DAC table on Windows with MSVC linker directives instead of resource injection (#68065)
35 files changed:
docs/design/coreclr/botr/dac-notes.md
src/coreclr/EmptyProps.props [deleted file]
src/coreclr/build-runtime.cmd
src/coreclr/debug/createdump/crashinfomac.cpp
src/coreclr/debug/createdump/crashinfounix.cpp
src/coreclr/debug/createdump/createdump.h
src/coreclr/debug/daccess/daccess.cpp
src/coreclr/debug/daccess/dacfn.cpp
src/coreclr/debug/daccess/dacimpl.h
src/coreclr/debug/daccess/enummem.cpp
src/coreclr/debug/dbgutil/dbgutil.cpp
src/coreclr/debug/ee/CMakeLists.txt
src/coreclr/debug/ee/dactable.cpp
src/coreclr/debug/ee/stdafx.h
src/coreclr/debug/runtimeinfo/CMakeLists.txt
src/coreclr/dlls/mscoree/coreclr/CMakeLists.txt
src/coreclr/inc/daccess.h
src/coreclr/inc/dacvars.h
src/coreclr/inc/gfunc_list.h [new file with mode: 0644]
src/coreclr/inc/volatile.h
src/coreclr/nativeaot/Runtime/inc/daccess.h
src/coreclr/runtime-prereqs.proj
src/coreclr/tools/SOS/DIALib/DIALib.il [deleted file]
src/coreclr/tools/SOS/DIALib/DIALib.ilproj [deleted file]
src/coreclr/tools/SOS/DacTableGen/DacTableGen.csproj [deleted file]
src/coreclr/tools/SOS/DacTableGen/MapSymbolProvider.cs [deleted file]
src/coreclr/tools/SOS/DacTableGen/cvconst.cs [deleted file]
src/coreclr/tools/SOS/DacTableGen/diautil.cs [deleted file]
src/coreclr/tools/SOS/DacTableGen/main.cs [deleted file]
src/coreclr/tools/SOS/Directory.Build.props [deleted file]
src/coreclr/vm/codeman.cpp
src/coreclr/vm/codeman.h
src/coreclr/vm/stubmgr.cpp
src/coreclr/vm/util.hpp
src/coreclr/vm/vars.cpp