Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp4799 class RestorePlanState { class
4801 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() function in __anon9174e3c20911::RestorePlanState
4810 ~RestorePlanState() { Clean(); } in ~RestorePlanState()
4869 RestorePlanState &restorer, const EventSP &event_sp, in HandleStoppedEvent()
4966 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()