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()
57 bool GetTryAllThreads() const;
4657 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()4930 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()4934 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5176 if (options.GetTryAllThreads()) { in RunThreadPlan()5258 if (!options.GetTryAllThreads()) { in RunThreadPlan()
363 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function
26076 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads(); in _wrap_SBExpressionOptions_GetTryAllThreads()