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

feat: add HostBreakpoint support for AArch64 #9304

Closed
wants to merge 1 commit into from

Conversation

ElijahPepe
Copy link
Contributor

AArch64 supports the brk instruction for breakpoints, like so:

BRK  #imm

where imm is an unsigned immediate from 0 to 65535.

For consistency, the value of the breakpoint here has been set to 0xCC.

AArch64 supports the brk instruction for breakpoints, like so:

BRK  #imm

where imm is an unsigned immediate from 0 to 65535.

For consistency, the value of the breakpoint here has been set to 0xCC.

Signed-off-by: Elijah Conners <business@elijahpepe.com>
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@Wilfred merged this pull request in fbc0a71.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants