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

Move managed symbol resolution to external process #1

Open
goldshtn opened this issue Apr 27, 2017 · 0 comments
Open

Move managed symbol resolution to external process #1

goldshtn opened this issue Apr 27, 2017 · 0 comments

Comments

@goldshtn
Copy link
Owner

CLRMD does not support attaching to a target that has a different architecture (32-bit vs. 64-bit). Because it is very likely that LiveStacks will run as a 64-bit process -- although it can be built in either configuration -- we should move symbol resolution to an external process that has the same bitness as the target, and communicate with it. It's important for the external process to stay up for the duration of the session, and not respawn for each symbol resolution, because we'd need the CLRMD DataTarget (with its virtual memory caches) to stay up rather than being refreshed constantly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant