[Lldb-commits] [lldb] [lldb] Detect a Darwin kernel issue and work around it (PR #81573)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Feb 13 10:57:32 PST 2024
================
@@ -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
More information about the lldb-commits
mailing list