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

12

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanBase.h35 bool MischiefManaged() override;
H A DThreadPlanCallUserExpression.h39 bool MischiefManaged() override;
H A DThreadPlanPython.h44 bool MischiefManaged() override;
H A DThreadPlanStepInstruction.h31 bool MischiefManaged() override;
H A DThreadPlanRunToAddress.h46 bool MischiefManaged() override;
H A DThreadPlanStepOverBreakpoint.h30 bool MischiefManaged() override;
H A DThreadPlanStepRange.h37 bool MischiefManaged() override;
H A DThreadPlanStepThrough.h27 bool MischiefManaged() override;
H A DThreadPlanStepUntil.h27 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();
639 bool MischiefManaged() override;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h44 // The base class MischiefManaged does some cleanup - so you have to call it
45 // in your MischiefManaged derived class.
46 bool MischiefManaged() override;
90 bool MischiefManaged() override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp193 // The base class MischiefManaged does some cleanup - so you have to call it in
194 // your MischiefManaged derived class.
195 bool AppleThreadPlanStepThroughObjCTrampoline::MischiefManaged() { function in class:AppleThreadPlanStepThroughObjCTrampoline
419 bool AppleThreadPlanStepThroughDirectDispatch::MischiefManaged() { function in class:AppleThreadPlanStepThroughDirectDispatch
422 return ThreadPlanStepOut::MischiefManaged();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp68 bool ThreadPlanCallUserExpression::MischiefManaged() { function in class:ThreadPlanCallUserExpression
92 ThreadPlan::MischiefManaged();
H A DThreadPlanStepOut.cpp272 return m_step_out_to_inline_plan_sp->MischiefManaged();
274 if (m_step_through_inline_plan_sp->MischiefManaged()) {
281 return m_step_out_further_plan_sp->MischiefManaged();
342 if (m_step_out_to_inline_plan_sp->MischiefManaged()) {
354 if (m_step_through_inline_plan_sp->MischiefManaged())
359 if (m_step_out_further_plan_sp->MischiefManaged())
417 bool ThreadPlanStepOut::MischiefManaged() { function in class:ThreadPlanStepOut
434 ThreadPlan::MischiefManaged();
H A DThreadPlanStepOverBreakpoint.cpp141 bool ThreadPlanStepOverBreakpoint::MischiefManaged() { function in class:ThreadPlanStepOverBreakpoint
154 ThreadPlan::MischiefManaged();
H A DThreadPlanStepInstruction.cpp244 bool ThreadPlanStepInstruction::MischiefManaged() { function in class:ThreadPlanStepInstruction
248 ThreadPlan::MischiefManaged();
H A DThreadPlanStepThrough.cpp230 bool ThreadPlanStepThrough::MischiefManaged() { function in class:ThreadPlanStepThrough
239 ThreadPlan::MischiefManaged();
H A DThreadPlanBase.cpp194 bool ThreadPlanBase::MischiefManaged() { function in class:ThreadPlanBase
H A DThreadPlanPython.cpp133 bool ThreadPlanPython::MischiefManaged() { function in class:ThreadPlanPython
H A DThreadPlan.cpp71 bool ThreadPlan::MischiefManaged() { function in class:ThreadPlan
255 bool ThreadPlanNull::MischiefManaged() { function in class:ThreadPlanNull
H A DThreadPlanRunToAddress.cpp171 bool ThreadPlanRunToAddress::MischiefManaged() { function in class:ThreadPlanRunToAddress
185 ThreadPlan::MischiefManaged();
H A DThreadPlanStepUntil.cpp313 bool ThreadPlanStepUntil::MischiefManaged() { function in class:ThreadPlanStepUntil
325 ThreadPlan::MischiefManaged();
H A DThreadPlanCallFunction.cpp384 bool ThreadPlanCallFunction::MischiefManaged() { function in class:ThreadPlanCallFunction
391 ThreadPlan::MischiefManaged();

Completed in 93 milliseconds

12