Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DThreadList.cpp505 lldbassert((*pos)->GetCurrentPlan() && in WillResume()
508 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()
538 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()
558 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()
564 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
587 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
610 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
H A DThread.cpp382 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()
606 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
634 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
701 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
731 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
894 current_plan = GetCurrentPlan(); in ShouldStop()
915 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
997 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldReportStop()
1042 GetCurrentPlan()->GetName()); in ShouldReportRun()
1117 ThreadPlan *Thread::GetCurrentPlan() const { in GetCurrentPlan() function in Thread
[all …]
H A DThreadPlanStack.cpp200 if (GetCurrentPlan().get() == up_to_plan_ptr) in DiscardPlansUpToPlan()
249 lldb::ThreadPlanSP ThreadPlanStack::GetCurrentPlan() const { in GetCurrentPlan() function in ThreadPlanStack
364 return GetCurrentPlan().get(); in GetPreviousPlan()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThreadPlanStack.h65 lldb::ThreadPlanSP GetCurrentPlan() const;
H A DThread.h945 ThreadPlan *GetCurrentPlan() const;