Searched refs:ThreadPlanBase (Results 1 – 7 of 7) sorted by relevance
30 ThreadPlanBase::ThreadPlanBase(Thread &thread) in ThreadPlanBase() function in ThreadPlanBase47 ThreadPlanBase::~ThreadPlanBase() = default;53 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan()55 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()61 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()73 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop()179 bool ThreadPlanBase::StopOthers() { return false; } in StopOthers()181 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()183 bool ThreadPlanBase::WillStop() { return true; } in WillStop()185 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume()[all …]
1232 ThreadPlanSP thread_plan_sp(new ThreadPlanBase(*this)); in QueueBasePlan()
4865 stopper_base_plan_sp.reset(new ThreadPlanBase(*thread)); in RunThreadPlan()
23 class ThreadPlanBase : public ThreadPlan {26 ~ThreadPlanBase() override;44 ThreadPlanBase(Thread &thread);49 ThreadPlanBase(const ThreadPlanBase &) = delete;50 const ThreadPlanBase &operator=(const ThreadPlanBase &) = delete;
22 friend class ThreadPlanBase; variable
236 class ThreadPlanBase; variable
655 SRCS+= Target/ThreadPlanBase.cpp