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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp129 SBExpressionOptions::GetStopOthers () const function in class:SBExpressionOptions
131 return m_opaque_ap->GetStopOthers ();
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h79 GetStopOthers() const;
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp141 m_stop_other_threads (options.GetStopOthers()),
178 m_stop_other_threads(options.GetStopOthers()),
H A DProcess.cpp5362 if (!options.GetStopOthers() || !options.GetTryAllThreads())
5407 options.GetStopOthers(),
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h408 GetStopOthers () const function in class:lldb_private::EvaluateExpressionOptions

Completed in 367 milliseconds