Searched refs:GetCurrentPlan (Results 1 – 5 of 5) sorted by relevance
531 lldbassert((*pos)->GetCurrentPlan() && in WillResume()534 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()564 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()590 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()596 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()618 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()644 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
397 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()603 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()629 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()645 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()696 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()730 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()844 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()901 current_plan = GetCurrentPlan(); in ShouldStop()922 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()936 while (GetCurrentPlan() != examined_plan) { in ShouldStop()[all …]
200 if (GetCurrentPlan().get() == up_to_plan_ptr) in DiscardPlansUpToPlan()249 lldb::ThreadPlanSP ThreadPlanStack::GetCurrentPlan() const { in GetCurrentPlan() function in ThreadPlanStack364 return GetCurrentPlan().get(); in GetPreviousPlan()
65 lldb::ThreadPlanSP GetCurrentPlan() const;
975 ThreadPlan *GetCurrentPlan() const;