================
@@ -1287,7 +1287,12 @@ StateType Process::GetState() {
if (policy.view == Policy::View::Private)
return GetPrivateState();
- if (CurrentThreadPosesAsPrivateStateThread())
----------------
JDevlieghere wrote:Are there any `CurrentThreadPosesAsPrivateStateThread` callers left? https://github.com/llvm/llvm-project/pull/195775 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
