Home
last modified time | relevance | path

Searched refs:DidPop (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp62 void ThreadPlanCallUserExpression::DidPop() { in DidPop() function in ThreadPlanCallUserExpression
63 ThreadPlanCallFunction::DidPop(); in DidPop()
H A DThreadPlanStepOverBreakpoint.cpp135 void ThreadPlanStepOverBreakpoint::DidPop() { ReenableBreakpointSite(); } in DidPop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanStack.cpp161 plan_sp->DidPop(); in PopPlan()
179 plan_sp->DidPop(); in DiscardPlanNoLock()
H A DThreadPlanSingleThreadTimeout.cpp132 void ThreadPlanSingleThreadTimeout::DidPop() { in DidPop() function in ThreadPlanSingleThreadTimeout
H A DThreadPlan.cpp153 void ThreadPlan::DidPop() {} in DidPop() function in ThreadPlan
H A DThreadPlanCallFunction.cpp230 void ThreadPlanCallFunction::DidPop() { DoTakedown(PlanSucceeded()); } in DidPop() function in ThreadPlanCallFunction
H A DStopInfo.cpp755 void DidPop() override { in DidPop() function in lldb_private::StopInfoWatchpoint::ThreadPlanStepOverWatchpoint
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h35 void DidPop() override;
H A DThreadPlanStepOverBreakpoint.h30 void DidPop() override;
H A DThreadPlanSingleThreadTimeout.h69 void DidPop() override;
H A DThreadPlanCallFunction.h74 void DidPop() override;
H A DThreadPlan.h444 virtual void DidPop();