Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp204 } else if (GetThread().IsThreadPlanDone(m_run_to_sp.get())) { in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1016 bool IsThreadPlanDone(ThreadPlan *plan) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1140 bool Thread::IsThreadPlanDone(ThreadPlan *plan) const { in IsThreadPlanDone() function in Thread
H A DProcess.cpp5656 if (thread->IsThreadPlanDone(thread_plan_sp.get())) { in RunThreadPlan()