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

Be able to show raw values of enums #163

Open
theIDinside opened this issue May 16, 2023 · 0 comments
Open

Be able to show raw values of enums #163

theIDinside opened this issue May 16, 2023 · 0 comments

Comments

@theIDinside
Copy link
Collaborator

In C projects, particularly old ones, there's an unfortunate use of enums with variable values. In GDB particularly, there's CORE_ADDR which is an enum containing an unrelocated (or is it relocated? Doesn't matter) address. This will not be displayed properly right now, unfortunately.

To do:
Make variables of enum type, display both the variant and it's backing storage value (i.e. a byte, short, int, etc).

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