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

Introduce RemotePtr type #109

Open
bjorn3 opened this issue Sep 6, 2020 · 2 comments
Open

Introduce RemotePtr type #109

bjorn3 opened this issue Sep 6, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@bjorn3
Copy link
Contributor

bjorn3 commented Sep 6, 2020

No description provided.

@bjorn3 bjorn3 added the enhancement New feature or request label Sep 6, 2020
@Stupremee
Copy link
Contributor

What is a RemotePtr? 🤔

@bjorn3
Copy link
Contributor Author

bjorn3 commented Sep 6, 2020

A wrapper around an u64 that signals that it represents a pointer to the memory of the debuggee. That should make it harder to mix up local pointers, remote pointers and integers that don't represent a pointer.

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

No branches or pull requests

2 participants