HomeSort by relevance Sort by last modified time
    Searched refs:StopOthers (Results 1 - 22 of 22) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanBase.h 40 virtual bool StopOthers ();
ThreadPlanStepInstruction.h 31 virtual bool StopOthers ();
ThreadPlanStepOverBreakpoint.h 31 virtual bool StopOthers ();
ThreadPlanRunToAddress.h 53 StopOthers ();
ThreadPlanStepThrough.h 30 virtual bool StopOthers ();
ThreadPlanStepOut.h 38 virtual bool StopOthers ();
ThreadPlanStepRange.h 41 virtual bool StopOthers ();
ThreadPlanStepUntil.h 31 virtual bool StopOthers ();
ThreadPlanCallFunction.h 68 StopOthers ();
ThreadPlan.h 97 // 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/
AppleThreadPlanStepThroughObjCTrampoline.h 55 StopOthers()
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 83 ThreadPlanStepOverBreakpoint::StopOthers ()
ThreadPlan.cpp 130 ThreadPlan::StopOthers ()
137 return prev_plan->StopOthers();
173 StopOthers());
ThreadPlanBase.cpp 202 ThreadPlanBase::StopOthers ()
ThreadPlanStepInstruction.cpp 194 ThreadPlanStepInstruction::StopOthers ()
ThreadPlanStepThrough.cpp 214 ThreadPlanStepThrough::StopOthers ()
ThreadList.cpp 496 // 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())
ThreadPlanRunToAddress.cpp 203 ThreadPlanRunToAddress::StopOthers ()
ThreadPlanStepOut.cpp 327 ThreadPlanStepOut::StopOthers ()
ThreadPlanStepUntil.cpp 332 ThreadPlanStepUntil::StopOthers ()
ThreadPlanStepRange.cpp 260 ThreadPlanStepRange::StopOthers ()
ThreadPlanCallFunction.cpp 494 ThreadPlanCallFunction::StopOthers ()

Completed in 545 milliseconds