Create cDAC entrypoint same as DAC CLRDataCreateInstance
#112583
Labels
area-Diagnostics-coreclr
enhancement
Product code improvement that does NOT require public API changes/additions
in-pr
There is an active PR which will close this issue when it is merged
Milestone
Relevant Issue: #108720
Implement
CLRDataCreateInstance
on cDAC as drop-in replacement for DAC.The difficult portion of this work is looking up the contract by symbol name. This is currently done in the DAC through
TryGetSymbol
.The
ICLRDataTarget
that is passed in does not have the ability to determine the target OS. This will be required to pick the correct implementation ofTryGetSymbol
to use.TryGetSymbol
native PE reader into the cDAC.The text was updated successfully, but these errors were encountered: