Lines Matching refs:ThreadPlanStepThrough
26 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough
72 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()
74 void ThreadPlanStepThrough::DidPush() { in DidPush()
79 void ThreadPlanStepThrough::LookForPlanToStepThroughFromCurrentPC() { in LookForPlanToStepThroughFromCurrentPC()
113 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()
129 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()
152 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
160 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()
210 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers()
212 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
214 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
219 bool ThreadPlanStepThrough::WillStop() { return true; } in WillStop()
221 void ThreadPlanStepThrough::ClearBackstopBreakpoint() { in ClearBackstopBreakpoint()
229 bool ThreadPlanStepThrough::MischiefManaged() { in MischiefManaged()
243 bool ThreadPlanStepThrough::HitOurBackstopBreakpoint() { in HitOurBackstopBreakpoint()