Searched refs:MischiefManaged (Results 1 - 23 of 23) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlanBase.h43 virtual bool MischiefManaged ();
H A DThreadPlanStepInstruction.h34 virtual bool MischiefManaged ();
H A DThreadPlanStepOverBreakpoint.h34 virtual bool MischiefManaged ();
H A DThreadPlanRunToAddress.h65 MischiefManaged ();
H A DThreadPlanStepOut.h41 virtual bool MischiefManaged ();
H A DThreadPlanStepRange.h44 virtual bool MischiefManaged ();
H A DThreadPlanStepThrough.h33 virtual bool MischiefManaged ();
H A DThreadPlanStepUntil.h34 virtual bool MischiefManaged ();
H A DThreadPlan.h151 // 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 ();
H A DThreadPlanCallFunction.h83 MischiefManaged ();
/external/lldb/source/Target/
H A DThreadPlanStepOverBreakpoint.cpp114 ThreadPlanStepOverBreakpoint::MischiefManaged () function in class:ThreadPlanStepOverBreakpoint
131 ThreadPlan::MischiefManaged ();
H A DThreadPlanStepOut.cpp182 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 () function in class:ThreadPlanStepOut
389 ThreadPlan::MischiefManaged ();
H A DThreadPlanStepInstruction.cpp212 ThreadPlanStepInstruction::MischiefManaged () function in class:ThreadPlanStepInstruction
219 ThreadPlan::MischiefManaged ();
H A DThreadPlanStepThrough.cpp248 ThreadPlanStepThrough::MischiefManaged () function in class:ThreadPlanStepThrough
262 ThreadPlan::MischiefManaged ();
H A DThreadPlanBase.cpp232 ThreadPlanBase::MischiefManaged () function in class:ThreadPlanBase
H A DThreadPlan.cpp87 ThreadPlan::MischiefManaged () function in class:ThreadPlan
316 ThreadPlanNull::MischiefManaged () function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp227 ThreadPlanRunToAddress::MischiefManaged () function in class:ThreadPlanRunToAddress
246 ThreadPlan::MischiefManaged ();
H A DThreadPlanStepUntil.cpp393 ThreadPlanStepUntil::MischiefManaged () function in class:ThreadPlanStepUntil
408 ThreadPlan::MischiefManaged ();
H A DThreadPlanStepRange.cpp449 ThreadPlanStepRange::MischiefManaged () function in class:ThreadPlanStepRange
451 // If we have pushed some plans between ShouldStop & MischiefManaged, then we're not done...
487 ThreadPlan::MischiefManaged ();
H A DThreadPlanCallFunction.cpp541 ThreadPlanCallFunction::MischiefManaged () function in class:ThreadPlanCallFunction
550 ThreadPlan::MischiefManaged ();
H A DThread.cpp782 if (plan_ptr->MischiefManaged())
837 if (current_plan->MischiefManaged())
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h60 // The base class MischiefManaged does some cleanup - so you have to call it
61 // in your MischiefManaged derived class.
63 MischiefManaged ();
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp227 // The base class MischiefManaged does some cleanup - so you have to call it
228 // in your MischiefManaged derived class.
230 AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged () function in class:AppleThreadPlanStepThroughObjCTrampoline

Completed in 149 milliseconds