[Lldb-commits] [lldb] New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thread stepping (PR #90930)

via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 10 12:57:49 PDT 2024


================
@@ -58,8 +58,13 @@ class ThreadPlanStepRange : public ThreadPlan {
   // run' plan, then just single step.
   bool SetNextBranchBreakpoint();
 
+  // Whether the input stop info is caused by the next branch breakpoint.
----------------
jeffreytan81 wrote:

This function only checks the branch breakpoint without caring whether its site is shared by others or not. Let me add a comment.

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


More information about the lldb-commits mailing list