Lines Matching refs:ThreadPlanStepThrough
27 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough
73 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()
75 void ThreadPlanStepThrough::DidPush() { in DidPush()
80 void ThreadPlanStepThrough::LookForPlanToStepThroughFromCurrentPC() { in LookForPlanToStepThroughFromCurrentPC()
114 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()
130 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()
153 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
161 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()
211 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers()
213 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
215 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
220 bool ThreadPlanStepThrough::WillStop() { return true; } in WillStop()
222 void ThreadPlanStepThrough::ClearBackstopBreakpoint() { in ClearBackstopBreakpoint()
230 bool ThreadPlanStepThrough::MischiefManaged() { in MischiefManaged()
244 bool ThreadPlanStepThrough::HitOurBackstopBreakpoint() { in HitOurBackstopBreakpoint()