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

32 bit applications should have 32 bit pointers #16

Closed
janisozaur opened this issue Sep 23, 2015 · 1 comment
Closed

32 bit applications should have 32 bit pointers #16

janisozaur opened this issue Sep 23, 2015 · 1 comment
Labels

Comments

@janisozaur
Copy link

Right now with dashboard, when debugging 32-bit applications (on 64-bit host), all offsets, pointers, etc, are displayed as 64-bit long. They should be shown as proper to their target.
Sample, is:
0x000000007022827f
should be:
0x7022827f

cyrus-and added a commit that referenced this issue Sep 23, 2015
@cyrus-and
Copy link
Owner

I definitely agree. Thanks!

@cyrus-and cyrus-and added the bug label Sep 23, 2015
cyrus-and added a commit that referenced this issue Sep 23, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants