Lines Matching refs:ThreadPlanBase
29 ThreadPlanBase::ThreadPlanBase(Thread &thread) in ThreadPlanBase() function in ThreadPlanBase
46 ThreadPlanBase::~ThreadPlanBase() = default;
48 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
52 bool ThreadPlanBase::ValidatePlan(Stream *error) { return true; } in ValidatePlan()
54 bool ThreadPlanBase::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
60 Vote ThreadPlanBase::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
72 bool ThreadPlanBase::ShouldStop(Event *event_ptr) { in ShouldStop()
178 bool ThreadPlanBase::StopOthers() { return false; } in StopOthers()
180 StateType ThreadPlanBase::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
182 bool ThreadPlanBase::WillStop() { return true; } in WillStop()
184 bool ThreadPlanBase::DoWillResume(lldb::StateType resume_state, in DoWillResume()
194 bool ThreadPlanBase::MischiefManaged() { in MischiefManaged()