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

12

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h35 bool MischiefManaged() override;
H A DThreadPlanCallUserExpression.h39 bool MischiefManaged() override;
H A DThreadPlanStepInstruction.h31 bool MischiefManaged() override;
H A DThreadPlanStepOverBreakpoint.h30 bool MischiefManaged() override;
H A DThreadPlanPython.h44 bool MischiefManaged() override;
H A DThreadPlanRunToAddress.h46 bool MischiefManaged() override;
H A DThreadPlanStepThrough.h27 bool MischiefManaged() override;
H A DThreadPlanStepUntil.h27 bool MischiefManaged() override;
H A DThreadPlanStepRange.h37 bool MischiefManaged() override;
H A DThreadPlanCallFunction.h51 bool MischiefManaged() override;
H A DThreadPlanStepOut.h35 bool MischiefManaged() override;
H A DThreadPlan.h214 // MischiefManaged. If that returns true, the plan is popped from the plan
223 // SetPlanComplete and the ThreadPlan implementation of MischiefManaged will
225 // to redo the calculation when your sub-classes MischiefManaged is called. If
229 // the logic in lldb::Thread will only call MischiefManaged.
446 // The base class MischiefManaged does some cleanup - so you have to call it
447 // in your MischiefManaged derived class.
448 virtual bool MischiefManaged();
629 bool MischiefManaged() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp68 bool ThreadPlanCallUserExpression::MischiefManaged() { function in class:ThreadPlanCallUserExpression
92 ThreadPlan::MischiefManaged();
H A DThreadPlanStepOut.cpp277 return m_step_out_to_inline_plan_sp->MischiefManaged();
279 if (m_step_through_inline_plan_sp->MischiefManaged()) {
286 return m_step_out_further_plan_sp->MischiefManaged();
347 if (m_step_out_to_inline_plan_sp->MischiefManaged()) {
359 if (m_step_through_inline_plan_sp->MischiefManaged())
364 if (m_step_out_further_plan_sp->MischiefManaged())
424 bool ThreadPlanStepOut::MischiefManaged() { function in class:ThreadPlanStepOut
441 ThreadPlan::MischiefManaged();
H A DThreadPlanStepOverBreakpoint.cpp142 bool ThreadPlanStepOverBreakpoint::MischiefManaged() { function in class:ThreadPlanStepOverBreakpoint
155 ThreadPlan::MischiefManaged();
H A DThreadPlanStepThrough.cpp232 bool ThreadPlanStepThrough::MischiefManaged() { function in class:ThreadPlanStepThrough
241 ThreadPlan::MischiefManaged();
H A DThreadPlanStepInstruction.cpp246 bool ThreadPlanStepInstruction::MischiefManaged() { function in class:ThreadPlanStepInstruction
250 ThreadPlan::MischiefManaged();
H A DThreadPlanBase.cpp194 bool ThreadPlanBase::MischiefManaged() { function in class:ThreadPlanBase
H A DThreadPlan.cpp57 bool ThreadPlan::MischiefManaged() { function in class:ThreadPlan
241 bool ThreadPlanNull::MischiefManaged() { function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp172 bool ThreadPlanRunToAddress::MischiefManaged() { function in class:ThreadPlanRunToAddress
186 ThreadPlan::MischiefManaged();
H A DThreadPlanStepUntil.cpp323 bool ThreadPlanStepUntil::MischiefManaged() { function in class:ThreadPlanStepUntil
335 ThreadPlan::MischiefManaged();
H A DThreadPlanPython.cpp141 bool ThreadPlanPython::MischiefManaged() { function in class:ThreadPlanPython
H A DThreadPlanCallFunction.cpp387 bool ThreadPlanCallFunction::MischiefManaged() { function in class:ThreadPlanCallFunction
394 ThreadPlan::MischiefManaged();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h41 // The base class MischiefManaged does some cleanup - so you have to call it
42 // in your MischiefManaged derived class.
43 bool MischiefManaged() override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp195 // The base class MischiefManaged does some cleanup - so you have to call it in
196 // your MischiefManaged derived class.
197 bool AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged() { function in class:AppleThreadPlanStepThroughObjCTrampoline

Completed in 233 milliseconds

12