Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DThreadList.cpp504 lldbassert((*pos)->GetCurrentPlan() && in WillResume()
507 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()
537 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()
557 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()
563 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
609 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
H A DThread.cpp427 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()
596 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
622 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
690 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
720 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
881 current_plan = GetCurrentPlan(); in ShouldStop()
903 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
983 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1027 GetCurrentPlan()->GetName()); in ShouldReportRun()
1092 ThreadPlan *Thread::GetCurrentPlan() { in GetCurrentPlan() function in Thread
[all …]
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DThread.h971 ThreadPlan *GetCurrentPlan();