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

Fix macOS arm64 Unix breakpoint #108560

Merged
merged 3 commits into from
Oct 9, 2024
Merged

Conversation

janvorli
Copy link
Member

@janvorli janvorli commented Oct 4, 2024

Currently we use brk #0, but lldb cannot step over it. Using brk #0xf000 instead works fine on macOS arm64.
On Linux arm64, none of those can be stepped over, neither in lldb nor in gdb.

Close #108541

Currently we use brk #0, but lldb cannot step over it. Using brk #0xf000 instead
works fine.

Close dotnet#108541
@janvorli janvorli merged commit 02dc5dc into dotnet:main Oct 9, 2024
106 of 108 checks passed
@janvorli janvorli deleted the fix-arm64-breakpoint branch October 9, 2024 12:31
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.

Cannot step over Debugger.Break() in m3 lldb
4 participants