[Lldb-commits] [lldb] [LLDB] Add a way to avoid manual stepping over breakpoints when resuming (PR #165760)

Walter Erquinigo via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 30 12:07:25 PDT 2025


================
@@ -494,6 +494,49 @@ void ThreadList::DiscardThreadPlans() {
     (*pos)->DiscardThreadPlans(true);
 }
 
+void ThreadList::SetUpStepOverBreakpointBeforeResumeIfNeeded(
----------------
walter-erquinigo wrote:

@jimingham , I ended up removing some comments that seems not to reflect exactly the source code here. Let me know what you think

https://github.com/llvm/llvm-project/pull/165760


More information about the lldb-commits mailing list