================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits