Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBThreadPlanDocstrings.i35 ) lldb::SBThreadPlan::GetStopOthers;
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBExpressionOptions.cpp129 bool SBExpressionOptions::GetStopOthers() const { in GetStopOthers() function in SBExpressionOptions
132 return m_opaque_up->GetStopOthers(); in GetStopOthers()
HDSBThreadPlan.cpp190 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBExpressionOptions.h62 bool GetStopOthers() const;
HDSBThreadPlan.h85 bool GetStopOthers();
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanCallFunction.cpp102 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
135 m_valid(false), m_stop_other_threads(options.GetStopOthers()), in ThreadPlanCallFunction()
HDProcess.cpp4855 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in GetExpressionTimeout()
5127 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5131 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Target/
HDTarget.h378 bool GetStopOthers() const { return m_stop_others; } in GetStopOthers() function
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp27541 result = (bool)((lldb::SBExpressionOptions const *)arg1)->GetStopOthers(); in _wrap_SBExpressionOptions_GetStopOthers()
64859 result = (bool)(arg1)->GetStopOthers(); in _wrap_SBThreadPlan_GetStopOthers()