Searched refs:ThreadPlanStepThrough (Results 1 – 5 of 5) sorted by relevance
31 ThreadPlanStepThrough::ThreadPlanStepThrough(Thread &thread, in ThreadPlanStepThrough() function in ThreadPlanStepThrough78 ThreadPlanStepThrough::~ThreadPlanStepThrough() { ClearBackstopBreakpoint(); } in ~ThreadPlanStepThrough()80 void ThreadPlanStepThrough::DidPush() { in DidPush()124 void ThreadPlanStepThrough::GetDescription(Stream *s, in GetDescription()140 bool ThreadPlanStepThrough::ValidatePlan(Stream *error) { in ValidatePlan()171 bool ThreadPlanStepThrough::ShouldStop(Event *event_ptr) { in ShouldStop()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()[all …]
1476 new ThreadPlanStepThrough(*this, return_stack_id, stop_other_threads)); in QueueThreadPlanForStepThrough()
18 class ThreadPlanStepThrough : public ThreadPlan {20 ~ThreadPlanStepThrough() override;35 ThreadPlanStepThrough(Thread &thread, StackID &return_stack_id,57 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepThrough);
262 class ThreadPlanStepThrough; variable
570 SRCS+= Target/ThreadPlanStepThrough.cpp