Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #110758
max-charlamb opened this issue Feb 7, 2025 · 1 comment
Labels
area-Diagnostics-coreclr enhancement Product code improvement that does NOT require public API changes/additions
Milestone

Comments

@max-charlamb
Copy link
Contributor

max-charlamb commented Feb 7, 2025

#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.

@dotnet-issue-labeler dotnet-issue-labeler bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Feb 7, 2025
@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Feb 7, 2025
@max-charlamb max-charlamb changed the title Support building cross targeted cDAC unwinders on all platforms [cDAC] Support building cross targeted cDAC unwinders on all platforms Feb 7, 2025
@max-charlamb max-charlamb added area-Diagnostics-coreclr and removed untriaged New issue has not been triaged by the area owner needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Feb 7, 2025
Copy link
Contributor

Tagging subscribers to this area: @tommcdon
See info in area-owners.md if you want to be subscribed.

@max-charlamb max-charlamb added the enhancement Product code improvement that does NOT require public API changes/additions label Feb 10, 2025
@max-charlamb max-charlamb changed the title [cDAC] Support building cross targeted cDAC unwinders on all platforms [cDAC] Support building and linking cross targeted cDAC unwinders on all platforms Feb 11, 2025
@tommcdon tommcdon added this to the 10.0.0 milestone Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Diagnostics-coreclr enhancement Product code improvement that does NOT require public API changes/additions
Projects
None yet
Development

No branches or pull requests

2 participants