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

  /external/lldb/include/lldb/Target/
ThreadPlanBase.h 43 virtual bool MischiefManaged ();
ThreadPlanStepInstruction.h 34 virtual bool MischiefManaged ();
ThreadPlanStepOverBreakpoint.h 34 virtual bool MischiefManaged ();
ThreadPlanRunToAddress.h 65 MischiefManaged ();
ThreadPlanStepThrough.h 33 virtual bool MischiefManaged ();
ThreadPlanStepOut.h 41 virtual bool MischiefManaged ();
ThreadPlanStepRange.h 44 virtual bool MischiefManaged ();
ThreadPlanStepUntil.h 34 virtual bool MischiefManaged ();
ThreadPlan.h 151 // MischiefManaged. If that returns true, the thread is popped from the plan stack and added to the
156 // SetPlanComplete and the ThreadPlan implementation of MischiefManaged will return "true", without your having
157 // to redo the calculation when your sub-classes MischiefManaged is called. If you call SetPlanComplete, you can
159 // the logic in lldb::Thread will only call MischiefManaged.
409 // The base class MischiefManaged does some cleanup - so you have to call it
410 // in your MischiefManaged derived class.
412 MischiefManaged ();
629 MischiefManaged ();
ThreadPlanCallFunction.h 83 MischiefManaged ();
  /external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
AppleThreadPlanStepThroughObjCTrampoline.h 60 // The base class MischiefManaged does some cleanup - so you have to call it
61 // in your MischiefManaged derived class.
63 MischiefManaged ();
AppleThreadPlanStepThroughObjCTrampoline.cpp 227 // The base class MischiefManaged does some cleanup - so you have to call it
228 // in your MischiefManaged derived class.
230 AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged ()
  /external/lldb/source/Target/
ThreadPlanStepOverBreakpoint.cpp 114 ThreadPlanStepOverBreakpoint::MischiefManaged ()
131 ThreadPlan::MischiefManaged ();
ThreadPlanStepOut.cpp 182 if (m_step_out_plan_sp->MischiefManaged())
194 if (m_step_through_inline_plan_sp->MischiefManaged())
290 if (m_step_out_plan_sp->MischiefManaged())
309 if (m_step_through_inline_plan_sp->MischiefManaged())
370 ThreadPlanStepOut::MischiefManaged ()
389 ThreadPlan::MischiefManaged ();
ThreadPlanStepInstruction.cpp 212 ThreadPlanStepInstruction::MischiefManaged ()
219 ThreadPlan::MischiefManaged ();
ThreadPlanStepThrough.cpp 248 ThreadPlanStepThrough::MischiefManaged ()
262 ThreadPlan::MischiefManaged ();
ThreadPlanBase.cpp 232 ThreadPlanBase::MischiefManaged ()
ThreadPlan.cpp 87 ThreadPlan::MischiefManaged ()
316 ThreadPlanNull::MischiefManaged ()
ThreadPlanRunToAddress.cpp 227 ThreadPlanRunToAddress::MischiefManaged ()
246 ThreadPlan::MischiefManaged ();
ThreadPlanStepUntil.cpp 393 ThreadPlanStepUntil::MischiefManaged ()
408 ThreadPlan::MischiefManaged ();
ThreadPlanStepRange.cpp 449 ThreadPlanStepRange::MischiefManaged ()
451 // If we have pushed some plans between ShouldStop & MischiefManaged, then we're not done...
487 ThreadPlan::MischiefManaged ();
ThreadPlanCallFunction.cpp 541 ThreadPlanCallFunction::MischiefManaged ()
550 ThreadPlan::MischiefManaged ();
Thread.cpp 782 if (plan_ptr->MischiefManaged())
837 if (current_plan->MischiefManaged())
    [all...]

Completed in 202 milliseconds