Searched refs:GetTryAllThreads (Results 1 – 6 of 6) sorted by relevance
132 bool SBExpressionOptions::GetTryAllThreads() const { in GetTryAllThreads() function in SBExpressionOptions133 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetTryAllThreads); in GetTryAllThreads()135 return m_opaque_up->GetTryAllThreads(); in GetTryAllThreads()321 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetTryAllThreads, ()); in RegisterMethods()
57 bool GetTryAllThreads() const;
74 GetTryAllThreads () const;
4558 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()4829 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()4833 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()5075 if (options.GetTryAllThreads()) { in RunThreadPlan()5157 if (!options.GetTryAllThreads()) { in RunThreadPlan()
331 bool GetTryAllThreads() const { return m_try_others; } in GetTryAllThreads() function
23883 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetTryAllThreads(); in _wrap_SBExpressionOptions_GetTryAllThreads()