[Lldb-commits] [lldb] New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thread stepping (PR #90930)
via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 19:22:14 PDT 2024
================
@@ -590,6 +591,7 @@ class ThreadPlanNull : public ThreadPlan {
const Status &GetStatus() { return m_status; }
protected:
+ friend class ThreadPlanSingleThreadTimeout;
----------------
jeffreytan81 wrote:
Hmm, I thought there is a reason I can't remember, apparently not. Removed. Thanks.
https://github.com/llvm/llvm-project/pull/90930
More information about the lldb-commits
mailing list