Searched refs:StopOthers (Results 1 - 22 of 22) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h40 virtual bool StopOthers ();
H A DThreadPlanStepInstruction.h31 virtual bool StopOthers ();
H A DThreadPlanStepOverBreakpoint.h31 virtual bool StopOthers ();
H A DThreadPlanRunToAddress.h53 StopOthers ();
H A DThreadPlanStepOut.h38 virtual bool StopOthers ();
H A DThreadPlanStepRange.h41 virtual bool StopOthers ();
H A DThreadPlanStepThrough.h30 virtual bool StopOthers ();
H A DThreadPlanStepUntil.h31 virtual bool StopOthers ();
H A DThreadPlanCallFunction.h68 StopOthers ();
H A DThreadPlan.h97 // Next the "StopOthers" method of all the threads are polled, and if one thread's Current plan
101 // Note, the way StopOthers is implemented, the base class implementation just asks the previous plan. So if your plan
102 // has no opinion about whether it should run stopping others or not, just don't implement StopOthers, and the parent
376 StopOthers ();
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h55 StopOthers() function in class:lldb_private::AppleThreadPlanStepThroughObjCTrampoline
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp83 ThreadPlanStepOverBreakpoint::StopOthers () function in class:ThreadPlanStepOverBreakpoint
H A DThreadPlan.cpp130 ThreadPlan::StopOthers () function in class:ThreadPlan
137 return prev_plan->StopOthers();
173 StopOthers());
H A DThreadPlanBase.cpp202 ThreadPlanBase::StopOthers () function in class:ThreadPlanBase
H A DThreadPlanStepInstruction.cpp194 ThreadPlanStepInstruction::StopOthers () function in class:ThreadPlanStepInstruction
H A DThreadPlanStepThrough.cpp214 ThreadPlanStepThrough::StopOthers () function in class:ThreadPlanStepThrough
H A DThreadList.cpp496 // to run. This is necessary because the SetupForResume might add "StopOthers"
506 (*pos)->GetCurrentPlan()->StopOthers())
533 // call setup on the threads that request StopOthers...
538 && (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers()))
559 thread_sp->GetCurrentPlan()->StopOthers())
H A DThreadPlanRunToAddress.cpp203 ThreadPlanRunToAddress::StopOthers () function in class:ThreadPlanRunToAddress
H A DThreadPlanStepOut.cpp327 ThreadPlanStepOut::StopOthers () function in class:ThreadPlanStepOut
H A DThreadPlanStepUntil.cpp332 ThreadPlanStepUntil::StopOthers () function in class:ThreadPlanStepUntil
H A DThreadPlanStepRange.cpp260 ThreadPlanStepRange::StopOthers () function in class:ThreadPlanStepRange
H A DThreadPlanCallFunction.cpp494 ThreadPlanCallFunction::StopOthers () function in class:ThreadPlanCallFunction

Completed in 399 milliseconds