Home
last modified time | relevance | path

Searched refs:DidPop (Results 1 – 10 of 10) 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.cpp128 void ThreadPlanStepOverBreakpoint::DidPop() { ReenableBreakpointSite(); } in DidPop() function in ThreadPlanStepOverBreakpoint
H A DThreadPlanStack.cpp159 plan_sp->DidPop(); in PopPlan()
173 plan_sp->DidPop(); in DiscardPlan()
H A DThreadPlan.cpp153 void ThreadPlan::DidPop() {} in DidPop() function in ThreadPlan
H A DThreadPlanCallFunction.cpp219 void ThreadPlanCallFunction::DidPop() { DoTakedown(PlanSucceeded()); } in DidPop() function in ThreadPlanCallFunction
H A DStopInfo.cpp734 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.h29 void DidPop() override;
H A DThreadPlanCallFunction.h74 void DidPop() override;
H A DThreadPlan.h423 virtual void DidPop();