-
Notifications
You must be signed in to change notification settings - Fork 256
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
Windows arm64 support #1050
Comments
What's the error you are getting? AFAIK this should work, but I don't have an arm64 machine handy. All of the requisite pieces should be there, but I've never tested it. |
|
Sorry, I've been heads down for the last few weeks. I'm now a bit more free to look at issues.
If this is a crash dump, can you please share it with me offline? I assume this is a live process though, right? Is there an Arm64 machine you can share credentials with me (offline) so I can go investigate this with a debugger? |
@leculver Hi! I faced with the same issue, this happens because of: clrmd/src/Microsoft.Diagnostics.Runtime/DataReaders/Windows/WindowsProcessDataReader.cs Line 134 in 0c46ba9
, so the corresponding
Besides, looks like clrmd/src/Microsoft.Diagnostics.Runtime/DataReaders/Windows/WindowsProcessDataReader.cs Lines 202 to 227 in 0c46ba9
Please tell me if you need anything else. |
Thank you! This is extremely helpful. |
Are there any plans for adding Windows arm64 support?
Currently I can't attach to an arm64 process on Windows due to missing DAC.
Context: we have recently implemented an arm64 disassembler for BenchmarkDotNet and it works great on Linux, but does not on Windows. It would be nice to have it working too.
The text was updated successfully, but these errors were encountered: