================
@@ -590,6 +591,7 @@ class ThreadPlanNull : public ThreadPlan {
const Status &GetStatus() { return m_status; }
protected:
+ friend class ThreadPlanSingleThreadTimeout;
----------------
jimingham wrote:
What is this needed for? It's a little odd having a derived class friended to
the base class, since you could make whatever the derived class needed
protected rather than private.
https://github.com/llvm/llvm-project/pull/90930
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits