Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanSingleThreadTimeout.cpp76 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()
H A DThreadList.cpp524 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()
H A DThread.cpp404 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 …]
H A DThreadPlanStack.cpp255 lldb::ThreadPlanSP ThreadPlanStack::GetCurrentPlan() const { in GetCurrentPlan() function in ThreadPlanStack
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStack.h67 lldb::ThreadPlanSP GetCurrentPlan() const;
H A DThread.h1025 ThreadPlan *GetCurrentPlan() const;