Lines Matching refs:ThreadPlanStepThrough
31 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough
78 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()
80 void ThreadPlanStepThrough::DidPush() { in DidPush()
85 void ThreadPlanStepThrough::LookForPlanToStepThroughFromCurrentPC() { in LookForPlanToStepThroughFromCurrentPC()
124 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()
140 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()
163 bool ThreadPlanStepThrough::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
171 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()
221 bool ThreadPlanStepThrough::StopOthers() { return m_stop_others; } in StopOthers()
223 StateType ThreadPlanStepThrough::GetPlanRunState() { return eStateRunning; } in GetPlanRunState()
225 bool ThreadPlanStepThrough::DoWillResume(StateType resume_state, in DoWillResume()
230 bool ThreadPlanStepThrough::WillStop() { return true; } in WillStop()
232 void ThreadPlanStepThrough::ClearBackstopBreakpoint() { in ClearBackstopBreakpoint()
240 bool ThreadPlanStepThrough::MischiefManaged() { in MischiefManaged()
255 bool ThreadPlanStepThrough::HitOurBackstopBreakpoint() { in HitOurBackstopBreakpoint()