Home
last modified time | relevance | path

Searched refs:DidPush (Results 1 – 21 of 21) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp56 void ThreadPlanCallUserExpression::DidPush() { in DidPush() function in ThreadPlanCallUserExpression
57 ThreadPlanCallFunction::DidPush(); in DidPush()
H A DThreadPlanCallOnFunctionExit.cpp24 void ThreadPlanCallOnFunctionExit::DidPush() { in DidPush() function in ThreadPlanCallOnFunctionExit
H A DThreadPlanStepOverRange.cpp355 void ThreadPlanStepOverRange::DidPush() { in DidPush() function in ThreadPlanStepOverRange
356 ThreadPlanStepRange::DidPush(); in DidPush()
H A DThreadPlanStepThrough.cpp75 void ThreadPlanStepThrough::DidPush() { in DidPush() function in ThreadPlanStepThrough
H A DScriptedThreadPlan.cpp77 void ScriptedThreadPlan::DidPush() { in DidPush() function in ScriptedThreadPlan
H A DThreadPlan.cpp151 void ThreadPlan::DidPush() {} in DidPush() function in ThreadPlan
H A DThreadPlanCallFunction.cpp380 void ThreadPlanCallFunction::DidPush() { in DidPush() function in ThreadPlanCallFunction
H A DThreadPlanStepOut.cpp222 void ThreadPlanStepOut::DidPush() { in DidPush() function in ThreadPlanStepOut
H A DThreadPlanStepRange.cpp53 void ThreadPlanStepRange::DidPush() { in DidPush() function in ThreadPlanStepRange
H A DThreadPlanStack.cpp148 new_plan_sp->DidPush(); in PushPlan()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallOnFunctionExit.h30 void DidPush() override;
H A DThreadPlanCallUserExpression.h33 void DidPush() override;
H A DThreadPlanStepOverRange.h34 void DidPush() override;
H A DThreadPlanStepThrough.h28 void DidPush() override;
H A DScriptedThreadPlan.h48 void DidPush() override;
H A DThreadPlanStepRange.h38 void DidPush() override;
H A DThreadPlanCallFunction.h47 void DidPush() override;
H A DThreadPlanStepOut.h46 void DidPush() override;
H A DThreadPlan.h442 virtual void DidPush();
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.h50 void DidPush() override;
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp49 void AppleThreadPlanStepThroughObjCTrampoline::DidPush() { in DidPush() function in AppleThreadPlanStepThroughObjCTrampoline
267 // We'll set the step-out plan in the DidPush so it gets queued in the right in AppleThreadPlanStepThroughDirectDispatch()