Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i98 …docstring", "Return whether this plan will ask to stop other threads when it runs.") GetStopOthers;
100 GetStopOthers();
102 …e("docstring", "Set whether this plan will ask to stop other threads when it runs.") GetStopOthers;
H A DSBExpressionOptions.i81 GetStopOthers () const;
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBExpressionOptions.cpp129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions
132 return m_opaque_up->GetStopOthers(); in GetStopOthers()
H A DSBThreadPlan.cpp191 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBExpressionOptions.h61 bool GetStopOthers() const;
H A DSBThreadPlan.h81 bool GetStopOthers();
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp102 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
135 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
H A DProcess.cpp4606 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
4876 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
4880 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTarget.h359 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function