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

Add Cross DAC documentation #54498

Merged
merged 2 commits into from
Jun 21, 2021
Merged

Add Cross DAC documentation #54498

merged 2 commits into from
Jun 21, 2021

Conversation

sdmaclea
Copy link
Contributor

@ghost
Copy link

ghost commented Jun 21, 2021

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

Issue Details

Fixes dotnet/diagnostics#1384

Author: sdmaclea
Assignees: -
Labels:

area-Diagnostics-coreclr

Milestone: -

@sdmaclea sdmaclea self-assigned this Jun 21, 2021
@sdmaclea sdmaclea added this to the 6.0.0 milestone Jun 21, 2021
Copy link
Member

@tommcdon tommcdon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM

@sdmaclea sdmaclea merged commit 19b5bd1 into dotnet:main Jun 21, 2021
Copy link
Contributor

@k15tfu k15tfu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @sdmaclea! Thanks for this doc.


These cases have proven to be problematic:

- Classes with empty base classes. (I the only issue is with multiple base classes.)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: I the only issue is

- See [build-runtime.cmd changes](https://github.com/dotnet/runtime/blob/0049c629381c5a18e4dadd1038c2bd6b3ae6e3e6/src/coreclr/build-runtime.cmd#L133-L134)
- See [Subsets.props](https://github.com/dotnet/runtime/blob/0049c629381c5a18e4dadd1038c2bd6b3ae6e3e6/eng/Subsets.props#L191-L197)

There are also changes to the official build to set these flags package the results and upload to the symbol server.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing comma: to set these flags package

@ghost ghost locked as resolved and limited conversation to collaborators Jul 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cross OS DAC design doc
3 participants