Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBExpressionOptions.cpp96 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions
97 return m_opaque_ap->GetStopOthers(); in GetStopOthers()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBExpressionOptions.h62 bool GetStopOthers() const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp128 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
158 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
H A DProcess.cpp4778 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
5031 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5036 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h323 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function