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

Remove createdump's DAC dependency for the PAL for NativeAOT #88802

Merged
merged 9 commits into from Jul 18, 2023

Conversation

mikem8361
Copy link
Member

Added a createdump mini pal that implements directly a some of the PAL functions needed that are used on both .NET Core and Native AOT and on .NET Core dynamically loads/links to the DAC next createdump for the following functions:

PAL_VirtualUnwindOutOfProc
PAL_GetUnwindInfoSize
WideCharToMultiByte

@ghost
Copy link

ghost commented Jul 12, 2023

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

Issue Details

Added a createdump mini pal that implements directly a some of the PAL functions needed that are used on both .NET Core and Native AOT and on .NET Core dynamically loads/links to the DAC next createdump for the following functions:

PAL_VirtualUnwindOutOfProc
PAL_GetUnwindInfoSize
WideCharToMultiByte

Author: mikem8361
Assignees: mikem8361
Labels:

area-Diagnostics-coreclr

Milestone: -

@mikem8361
Copy link
Member Author

@hoyosjs can I get your feedback?

@mikem8361 mikem8361 merged commit fb613a5 into dotnet:main Jul 18, 2023
106 checks passed
@mikem8361 mikem8361 deleted the createdumpaot branch July 18, 2023 02:05
@ghost ghost locked as resolved and limited conversation to collaborators Aug 17, 2023
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.

None yet

5 participants