Lines Matching refs:ThreadPlanBase
30 ThreadPlanBase::ThreadPlanBase(Thread &thread) in ThreadPlanBase() function in ThreadPlanBase
47 ThreadPlanBase::~ThreadPlanBase() = default;
49 void ThreadPlanBase::GetDescription(Stream *s, lldb::DescriptionLevel level) { in GetDescription()
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()
195 bool ThreadPlanBase::MischiefManaged() { in MischiefManaged()