Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DThreadList.cpp504 lldbassert((*pos)->GetCurrentPlan() && in WillResume()
507 (*pos)->GetCurrentPlan()->StopOthers()) { in WillResume()
537 (!wants_solo_run || (*pos)->GetCurrentPlan()->StopOthers())) { in WillResume()
557 thread_sp->GetCurrentPlan()->StopOthers()) { in WillResume()
563 assert(thread_sp->GetCurrentPlan()->RunState() != eStateSuspended); in WillResume()
586 run_state = thread_sp->GetCurrentPlan()->RunState(); in WillResume()
609 if (!thread_sp->ShouldResume(thread_sp->GetCurrentPlan()->RunState())) in WillResume()
DThread.cpp387 GetCurrentPlan()->IsVirtualStep()) in GetPrivateStopInfo()
614 ThreadPlan *current_plan = GetCurrentPlan(); in WillStop()
642 ThreadPlan *cur_plan = GetCurrentPlan(); in SetupForResume()
658 if (GetCurrentPlan()->RunState() != eStateStepping) { in SetupForResume()
709 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldResume()
739 ThreadPlan *current_plan = GetCurrentPlan(); in ShouldStop()
848 } while ((current_plan = GetCurrentPlan()) != prev_plan_ptr); in ShouldStop()
898 current_plan = GetCurrentPlan(); in ShouldStop()
920 ThreadPlan *plan_ptr = GetCurrentPlan(); in ShouldStop()
934 while (GetCurrentPlan() != examined_plan) { in ShouldStop()
[all …]
DThreadPlanStack.cpp198 if (GetCurrentPlan().get() == up_to_plan_ptr) in DiscardPlansUpToPlan()
246 lldb::ThreadPlanSP ThreadPlanStack::GetCurrentPlan() const { in GetCurrentPlan() function in ThreadPlanStack
350 return GetCurrentPlan().get(); in GetPreviousPlan()
/external/llvm-project/lldb/include/lldb/Target/
DThreadPlanStack.h71 lldb::ThreadPlanSP GetCurrentPlan() const;
DThread.h943 ThreadPlan *GetCurrentPlan() const;