================
@@ -1226,6 +1227,7 @@ class Thread : public 
std::enable_shared_from_this<Thread>,
   friend class StackFrameList;
   friend class StackFrame;
   friend class OperatingSystem;
+  friend class StopInfoMachException;
----------------
jimingham wrote:

Why is this necessary?  GetPreviousFrameZeroPC is public, right?

https://github.com/llvm/llvm-project/pull/81573
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to