-
-
Notifications
You must be signed in to change notification settings - Fork 791
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
target: Support 64-bit address for break/watch point #2017
target: Support 64-bit address for break/watch point #2017
Conversation
790ef87
to
9086642
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We only have one review note and it's to do with the ordering of members in the breakwatch
structure, nothing too strenuous though and with that addressed we're happy to merge this.
9086642
to
b8342fc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's one small issue we spotted in this round, and then we think this PR is there and can be merged. Good work!
This allows detecting the pointer size of the machine running the code. Signed-off-by: Mary Guillemard <[email protected]>
This change breakwatch::addr to be 64-bit as this will be required for ARMv8 AArch64 support. This also change the layout of breakwatch to avoid extraneous padding in 64-bit and reduce the size of the reserved array to 64 bits. Signed-off-by: Mary Guillemard <[email protected]>
b8342fc
to
362d736
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, merging. Thank you for the contribution!
This change breakwatch::addr to be 64-bit as this will be required for ARMv8 AArch64 support.
This also change the layout of breakwatch to avoid extraneous padding in 64-bit and reduce the size of the reserved array to 64 bits.
Detailed description
Your checklist for this pull request
Closing issues