Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h93 void RestoreThreadState() override;
H A DThreadPlan.h472 virtual void RestoreThreadState() {} in RestoreThreadState() function
/openbsd/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallFunction.cpp463 void ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState() function in ThreadPlanCallFunction
H A DProcess.cpp5294 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()