Skip to content

Create cDAC entrypoint same as DAC CLRDataCreateInstance #112583

Closed
@max-charlamb

Description

@max-charlamb

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

No one assigned

    Labels

    area-Diagnostics-coreclrenhancementProduct code improvement that does NOT require public API changes/additionsin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions