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

via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 5 10:54:07 PDT 2024


================
@@ -395,6 +396,11 @@ class ThreadPlan : public std::enable_shared_from_this<ThreadPlan>,
 
   bool IsControllingPlan() { return m_is_controlling_plan; }
 
+  // Returns true if this plan is a leaf plan, meaning the plan will be popped
----------------
jimingham wrote:

Leaf plans are only auto-popped if they don't explain the stop, right?  Might be worth mentioning that here.

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


More information about the lldb-commits mailing list