-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-Diagnostics-coreclrenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged
Milestone
Description
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 of TryGetSymbol
to use.
- Package the
TryGetSymbol
native PE reader into the cDAC.
Metadata
Metadata
Assignees
Labels
area-Diagnostics-coreclrenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additionsin-prThere is an active PR which will close this issue when it is mergedThere is an active PR which will close this issue when it is merged