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

Use out-of-process disassembler with InProcessEmitToolchain #2397

Closed
wants to merge 2 commits into from

Conversation

timcassell
Copy link
Collaborator

Fixes #2383

This is kind of a hacky workaround to make it work on Windows x64/x86. When ClrMd fixes it on their end (dotnet/diagnostics#4108) we should be able to make it work on every platform.

@timcassell timcassell force-pushed the inprocess-disassemble branch 6 times, most recently from 1d00b95 to d11e60f Compare August 11, 2023 02:49
@timcassell timcassell changed the title Use out-of-process disassembler with in-process toolchains when possible Use out-of-process disassembler with InProcessEmitToolchain when possible Aug 11, 2023
@timcassell timcassell changed the title Use out-of-process disassembler with InProcessEmitToolchain when possible Use out-of-process disassembler with InProcessEmitToolchain Aug 11, 2023
@danmoseley
Copy link
Member

@timcassell
Copy link
Collaborator Author

Thanks @danmoseley. Of course I would like to fix it properly, but it looks like that release is still blocking for us. Discussion about it in #2383.

@timcassell
Copy link
Collaborator Author

Superseded by #2488

@timcassell timcassell closed this Dec 28, 2023
@timcassell timcassell deleted the inprocess-disassemble branch December 28, 2023 01:31
@timcassell timcassell removed the request for review from adamsitnik January 14, 2024 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DisassemblyDiagnoser does not work in InProcessEmitToolchain
2 participants