Home
last modified time | relevance | path

Searched refs:StopOthers (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlan.cpp93 bool ThreadPlan::StopOthers() { in StopOthers() function in ThreadPlan
96 return (prev_plan == nullptr) ? false : prev_plan->StopOthers(); in StopOthers()
123 StateAsCString(resume_state), StopOthers()); in WillResume()
H A DThreadPlanBase.cpp181 bool ThreadPlanBase::StopOthers() { return false; } in StopOthers() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp117 bool ThreadPlanStepOverBreakpoint::StopOthers() { return true; } in StopOthers() function in ThreadPlanStepOverBreakpoint
H A DThreadList.cpp507 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()
537 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()
557 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()
H A DThreadPlanPython.cpp186 bool ThreadPlanPython::StopOthers() { in StopOthers() function in ThreadPlanPython
H A DThreadPlanStepInstruction.cpp238 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp221 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp165 bool ThreadPlanRunToAddress::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp279 bool ThreadPlanStepUntil::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepUntil
H A DThreadPlanCallFunction.cpp394 bool ThreadPlanCallFunction::StopOthers() { return m_stop_other_threads; } in StopOthers() function in ThreadPlanCallFunction
H A DThreadPlanStepOut.cpp368 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepOut
H A DThreadPlanStepRange.cpp237 bool ThreadPlanStepRange::StopOthers() { in StopOthers() function in ThreadPlanStepRange
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanPython.h48 bool StopOthers() override;
H A DThreadPlanBase.h35 bool StopOthers() override;
H A DThreadPlanStepOverBreakpoint.h27 bool StopOthers() override;
H A DThreadPlanStepInstruction.h29 bool StopOthers() override;
H A DThreadPlanRunToAddress.h39 bool StopOthers() override;
H A DThreadPlanStepThrough.h25 bool StopOthers() override;
H A DThreadPlanStepUntil.h25 bool StopOthers() override;
H A DThreadPlanStepRange.h35 bool StopOthers() override;
H A DThreadPlanStepOut.h33 bool StopOthers() override;
H A DThreadPlanCallFunction.h44 bool StopOthers() override;
H A DThreadPlan.h439 virtual bool StopOthers();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h40 bool StopOthers() override { return m_stop_others; } in StopOthers() function