Skip to content

[cDAC] Support building and linking cross targeted cDAC unwinders on all platforms #112272

Open
@max-charlamb

Description

@max-charlamb

#111759 only supports building native cDAC unwinders on amd64 host platform.

The limiting factor is the crosscomp.h only targets amd64, it has tooling to build other platforms on amd64, but not amd64 on other platforms. Something similar to diagnostics repo: https://github.com/dotnet/diagnostics/blob/9f687caec28573ae8df931ed5632d50488692614/src/shared/debug/inc/dbgtargetcontext.h#L4

Add support for building unwinders across arm64, arm, and x86.

Are we able to re-use existing DT_CONTEXT in dbgtargetcontext.h.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-Diagnostics-coreclrenhancementProduct code improvement that does NOT require public API changes/additions

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions