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

Unable to continue after debug_break() on Fedora Linux under Parallels (both gdb + lldb) #27

Open
tim-rex opened this issue Jun 30, 2023 · 0 comments

Comments

@tim-rex
Copy link

tim-rex commented Jun 30, 2023

While I seem able to use this library as intended on an M2 based mac with Xcode... I seem to be having trouble with both GDB and LLVM when running Fedora 38 under a Parallels based VM (arm64).

In both cases, debug_break() descends into an implementation of 'trap_instruction' that issues an appropriate breakpoint for aarch64 (.inst 0xd4200000)

In both cases, the breakpoint is caught (SIGTRAP) yet I am unable to step beyond or continue the debug session.

I've confirmed the same behviour with command line debuggerse as well as with VScode (both gdb and llvm)

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