Home
last modified time | relevance | path

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

/llvm-project/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.cpp190 bool SBThreadPlan::GetStopOthers() { in GetStopOthers() function in SBThreadPlan
/llvm-project/lldb/bindings/interface/
H A DSBThreadPlanDocstrings.i35 ) lldb::SBThreadPlan::GetStopOthers;
/llvm-project/lldb/include/lldb/API/
H A DSBExpressionOptions.h62 bool GetStopOthers() const;
H A DSBThreadPlan.h85 bool GetStopOthers();
/llvm-project/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.cpp4881 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in HandleStoppedEvent()
5153 if (!options.GetStopOthers() || !options.GetTryAllThreads()) in RunThreadPlan()
5157 options.GetStopOthers(), options.GetTryAllThreads(), in RunThreadPlan()
/llvm-project/lldb/test/API/functionalities/step_scripted/
H A DSteps.py110 ] = self.thread_plan.GetStopOthers()
/llvm-project/lldb/include/lldb/Target/
H A DTarget.h394 bool GetStopOthers() const { return m_stop_others; } in GetColorizeErrors()
378 bool GetStopOthers() const { return m_stop_others; } GetStopOthers() function