Searched refs:GetTryAllThreads (Results 1 – 5 of 5) sorted by relevance
117 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions120 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()
58 bool GetTryAllThreads() const;
4888 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()5166 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()5170 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5412 if (options.GetTryAllThreads()) { in RunThreadPlan()5494 if (!options.GetTryAllThreads()) { in RunThreadPlan()
401 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function
27839 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads(); in _wrap_SBExpressionOptions_GetTryAllThreads()