Searched refs:GetCurrentPlan (Results 1 – 6 of 6) sorted by relevance
76 if (!thread.GetCurrentPlan()->StopOthers()) in PushNewWithTimeout()79 if (!thread.GetCurrentPlan()->SupportsResumeOthers()) in PushNewWithTimeout()105 if (!thread.GetCurrentPlan()->StopOthers()) in ResumeFromPrevState()108 if (!thread.GetCurrentPlan()->SupportsResumeOthers()) in ResumeFromPrevState()238 GetThread().GetCurrentPlan()->SetStopOthers(false); in HandleEvent()
524 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()530 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()556 direction = thread_to_run->GetCurrentPlan()->GetDirection(); in WillResume()576 assert(thread_to_run->GetCurrentPlan()->GetDirection() == direction); in WillResume()589 assert(thread_sp->GetCurrentPlan()->GetDirection() == direction); in WillResume()591 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()624 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()634 while (thread_sp->GetCurrentPlan()->GetDirection() != direction) { in WillResume()648 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
404 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()612 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()630 if (GetCurrentPlan()->IsVirtualStep()) in SetupToStepOverBreakpointIfNeeded()655 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupToStepOverBreakpointIfNeeded()671 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupToStepOverBreakpointIfNeeded()724 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()759 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()878 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()935 current_plan = GetCurrentPlan(); in ShouldStop()956 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()[all …]
255 lldb::ThreadPlanSP ThreadPlanStack::GetCurrentPlan() const { in GetCurrentPlan() function in ThreadPlanStack
67 lldb::ThreadPlanSP GetCurrentPlan() const;
1025 ThreadPlan *GetCurrentPlan() const;