[Lldb-commits] [lldb] [lldb] Step over non-lldb breakpoints (PR #190622)
Duncan McBain via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 7 06:59:10 PDT 2026
DuncanMcBain wrote:
>From my testing, _not_ removing the old debugserver code caused the test failures that caused the previous revert - indeed I see lldb stepping over two BRKs (in the tests that failed) with my patch and the debugserver step applied. I _believe_ that the additional change I've added will stop that happening, but I haven't been able to test in as exhaustive a manner as the LLVM CI might. I think it's best that we don't have both enabled, since they're both attempting to fix up the same problem.
I guess this might introduce a situation where newer debugserver and older lldb would now "get stuck". Do we think that's very likely? I don't really know when the system debugserver is updated.
https://github.com/llvm/llvm-project/pull/190622
More information about the lldb-commits
mailing list