Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThreadPlanCallFunction.h94 bool RestoreThreadState() override;
H A DThreadPlan.h535 virtual bool RestoreThreadState() { in RestoreThreadState() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadPlanCallFunction.cpp494 bool ThreadPlanCallFunction::RestoreThreadState() { in RestoreThreadState() function in ThreadPlanCallFunction
H A DProcess.cpp5453 thread_plan_sp->RestoreThreadState(); in RunThreadPlan()