================ @@ -126,6 +127,8 @@ class MachThread { protected: static bool GetBasicInfo(thread_t threadID, struct thread_basic_info *basic_info); + static bool GetExtendedInfo(thread_t threadID, + struct thread_extended_info *extended_info); bool GetIdentifierInfo(); ---------------- JDevlieghere wrote:
`MachThread::GetIdentifierInfo` is now gone, right? https://github.com/llvm/llvm-project/pull/111684 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits