Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp76 if (!thread.GetCurrentPlan()->StopOthers()) in PushNewWithTimeout()
105 if (!thread.GetCurrentPlan()->StopOthers()) in ResumeFromPrevState()
201 bool ThreadPlanSingleThreadTimeout::StopOthers() { in StopOthers() function in ThreadPlanSingleThreadTimeout
205 return GetPreviousPlan()->StopOthers(); in StopOthers()
H A DThreadPlan.cpp105 bool ThreadPlan::StopOthers() { in StopOthers() function in ThreadPlan
108 return (prev_plan == nullptr) ? false : prev_plan->StopOthers(); in StopOthers()
136 StateAsCString(resume_state), StopOthers()); in WillResume()
H A DThreadPlanBase.cpp179 bool ThreadPlanBase::StopOthers() { return false; } in StopOthers() function in ThreadPlanBase
H A DThreadPlanStepOverBreakpoint.cpp104 bool ThreadPlanStepOverBreakpoint::StopOthers() { return true; } in StopOthers() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanStepInstruction.cpp237 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers() function in ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp211 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepThrough
H A DThreadPlanRunToAddress.cpp162 bool ThreadPlanRunToAddress::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanRunToAddress
H A DThreadPlanStepUntil.cpp273 bool ThreadPlanStepUntil::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepUntil
H A DThreadPlanCallFunction.cpp376 bool ThreadPlanCallFunction::StopOthers() { return m_stop_other_threads; } in StopOthers() function in ThreadPlanCallFunction
H A DThreadPlanStepOut.cpp431 bool ThreadPlanStepOut::StopOthers() { return m_stop_others; } in StopOthers() function in ThreadPlanStepOut
H A DThreadPlanStepRange.cpp242 bool ThreadPlanStepRange::StopOthers() { in StopOthers() function in ThreadPlanStepRange
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h44 bool StopOthers() override { return false; } in StopOthers() function
95 bool StopOthers() override { return false; } in StopOthers() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepInstruction.h28 bool StopOthers() override;
H A DThreadPlanBase.h32 bool StopOthers() override;
H A DThreadPlanRunToAddress.h38 bool StopOthers() override;
H A DThreadPlanStepOverBreakpoint.h27 bool StopOthers() override;
H A DThreadPlanStepThrough.h24 bool StopOthers() override;
H A DScriptedThreadPlan.h44 bool StopOthers() override { return m_stop_others; } in StopOthers() function
H A DThreadPlanStepUntil.h24 bool StopOthers() override;
H A DThreadPlanStepRange.h34 bool StopOthers() override;
H A DThreadPlanSingleThreadTimeout.h81 bool StopOthers() override;
H A DThreadPlanCallFunction.h43 bool StopOthers() override;
H A DThreadPlanStepOut.h41 bool StopOthers() override;
H A DThreadPlan.h396 virtual bool StopOthers();
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp195 return thread_plan_sp->StopOthers(); in GetStopOthers()

12