Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadList.cpp532 lldbassert((*pos)->GetCurrentPlan() && in WillResume()
535 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()
565 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()
591 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()
597 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
619 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
645 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
H A DThread.cpp392 GetCurrentPlan()->IsVirtualStep() in GetPrivateStopInfo()
617 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
645 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
661 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
712 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
746 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
860 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
917 current_plan = GetCurrentPlan(); in ShouldStop()
938 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
952 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
[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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanStack.h65 lldb::ThreadPlanSP GetCurrentPlan() const;
H A DThread.h946 ThreadPlan *GetCurrentPlan() const;