Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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;
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBExpressionOptions.cpp145 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions
146 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBExpressionOptions, GetStopOthers); in GetStopOthers()
148 return m_opaque_up->GetStopOthers(); in GetStopOthers()
323 LLDB_REGISTER_METHOD_CONST(bool, SBExpressionOptions, GetStopOthers, ()); in RegisterMethods()
H A DSBThreadPlan.cpp199 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan
200 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, GetStopOthers); in GetStopOthers()
484 LLDB_REGISTER_METHOD(bool, SBThreadPlan, GetStopOthers, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h61 bool GetStopOthers() const;
H A DSBThreadPlan.h81 bool GetStopOthers();
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallFunction.cpp101 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
131 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
H A DProcess.cpp4558 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
4829 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
4833 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h335 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp24005 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers(); in _wrap_SBExpressionOptions_GetStopOthers()
56768 result = (bool)(arg1)->GetStopOthers(); in _wrap_SBThreadPlan_GetStopOthers()