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;
4855 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()5127 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()5131 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5373 if (options.GetTryAllThreads()) { in RunThreadPlan()5455 if (!options.GetTryAllThreads()) { in RunThreadPlan()
374 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function
27419 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads(); in _wrap_SBExpressionOptions_GetTryAllThreads()