[Lldb-commits] [lldb] [lldb] Implement delayed breakpoints (PR #192971)
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon May 4 23:52:28 PDT 2026
jasonmolenda wrote:
> I'll just add that, if you want to reduce roundtrips, in principle it should possible to include the eager breakpoint request into the multi-packet flushing the delayed requests.
Oh, of course, good point. I think we might need a short-term fix for this right away, and sending the extra packet right now to keep it simple might be good, but that's a better idea. Let's see what Felipe thinks.
https://github.com/llvm/llvm-project/pull/192971
More information about the lldb-commits
mailing list