-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
Stop hooks not running #190
Labels
Comments
@llvm/issue-subscribers-lldb |
We'll need a bit more information to diagnose this issue. What version of lldb are you using? What system are you on? Where did you get lldb from? A little reproducer like the one below would also be helpful to make sure we're looking at the same issue. Here's an example of stop hooks working fine for me:
|
mmitche
pushed a commit
to mmitche/llvm-project
that referenced
this issue
Aug 3, 2022
…m#190) This should make it possible to use an Apple M1 mac to work on WebAssembly. The trick is that for cross-compiling `libclang` we need a host `clang-tblgen` not just a host `llvm-tblgen`.
vext01
pushed a commit
to vext01/llvm-project
that referenced
this issue
Aug 16, 2024
In the shadowstack, don't turn an offset of 0 into a GEP.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I recently started looking at lldb instead of gdb and it seems like it has some interesting features (plus it solved a CTF challenge that gdb couldn't). I haven't been using it much but I installed Voltron and noticed that the voltron stop hook did not run. Upon further inspection no stop hooks whatsoever will run (although they show up on the list).
The text was updated successfully, but these errors were encountered: