Home
last modified time | relevance | path

Searched refs:GetStopOthers (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/API/
HDSBExpressionOptions.cpp129 SBExpressionOptions::GetStopOthers () const in GetStopOthers() function in SBExpressionOptions
131 return m_opaque_ap->GetStopOthers (); in GetStopOthers()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/API/
HDSBExpressionOptions.h79 GetStopOthers() const;
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanCallFunction.cpp143 m_stop_other_threads (options.GetStopOthers()), in ThreadPlanCallFunction()
180 m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
HDProcess.cpp5516 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5562 options.GetStopOthers(), in RunThreadPlan()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Target/
HDTarget.h403 GetStopOthers () const in GetStopOthers() function