Searched refs:DoTakedown (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanCallUserExpression.h48 void DoTakedown(bool success) override;
H A DThreadPlanCallFunction.h77 // interrupted us. Once DoTakedown is called, this will be the real stop
110 virtual void DoTakedown(bool success);
135 // in DoTakedown.
145 // in DoTakedown;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallUserExpression.cpp115 void ThreadPlanCallUserExpression::DoTakedown(bool success) { function in class:ThreadPlanCallUserExpression
116 ThreadPlanCallFunction::DoTakedown(success);
H A DThreadPlanCallFunction.cpp142 DoTakedown(PlanSucceeded());
168 void ThreadPlanCallFunction::DoTakedown(bool success) { function in class:ThreadPlanCallFunction
172 // Don't call DoTakedown if we were never valid to begin with.
185 "ThreadPlanCallFunction(%p): DoTakedown called for thread "
195 "ThreadPlanCallFunction(%p): DoTakedown failed to restore "
206 "ThreadPlanCallFunction(%p): DoTakedown called as no-op for "
213 void ThreadPlanCallFunction::WillPop() { DoTakedown(PlanSucceeded()); }

Completed in 102 milliseconds