Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4601 class RestorePlanState { class
4603 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() function in __anon14fdc5380911::RestorePlanState
4612 ~RestorePlanState() { Clean(); } in ~RestorePlanState()
4671 RestorePlanState &restorer, const EventSP &event_sp, in HandleStoppedEvent()
4769 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()