Searched refs:GetStopOthers (Results 1 – 9 of 9) sorted by relevance
35 ) lldb::SBThreadPlan::GetStopOthers;
129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions132 return m_opaque_up->GetStopOthers(); in GetStopOthers()
190 bool SBThreadPlan::GetStopOthers() {191 bool SBThreadPlan::GetStopOthers() { GetStopOthers() function in SBThreadPlan
62 bool GetStopOthers() const;
85 bool GetStopOthers();
102 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction() 135 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
4855 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()5127 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()5131 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
378 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function
27541 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers(); in _wrap_SBExpressionOptions_GetStopOthers()64859 result = (bool)(arg1)->GetStopOthers(); in _wrap_SBThreadPlan_GetStopOthers()