[Lldb-commits] [lldb] [lldb] Step over non-lldb breakpoints (PR #174348)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 10 06:57:57 PST 2026
DavidSpickett wrote:
> Comparing with an unmodified lldb (version 16), it looks like the behaviour is the same
It is. I see that if you have a breakpoint on top of the inferior's breakpoint instruction, we loop constantly hitting it and resuming. That's probably the "continue" algorithm trying to make progress.
I think we can call the general issue fixed and I'll write up this "breakpoint on top of other breakpoint" as its own thing.
https://github.com/llvm/llvm-project/pull/174348
More information about the lldb-commits
mailing list