Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

bitfield value is not shown correctly. #355

Closed
lch32111 opened this issue Nov 6, 2024 · 1 comment
Closed

bitfield value is not shown correctly. #355

lch32111 opened this issue Nov 6, 2024 · 1 comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.

Comments

@lch32111
Copy link

lch32111 commented Nov 6, 2024

Hello

I am using the latest raddebugger (v0.9.13 ALPHA, released in Oct 18 2024).
My struct just simply has two u64 integers with 63 bit and 1 bit fields.

When I debug my application, raddebugger does not show correct values.
image

As you can see on the screenshot, the actual value of block->size is 524288, but in the debugger, it's '9223372036855300096'. I deleted .rdi file and debugged again, but it shows the same wrong value.

@ryanfleury ryanfleury added Bug A report of unintended or broken behavior. Debugger Pertains to the debugger. labels Nov 10, 2024
@ryanfleury
Copy link
Collaborator

Fixed in c42e783.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug A report of unintended or broken behavior. Debugger Pertains to the debugger.
Projects
None yet
Development

No branches or pull requests

2 participants