Searched refs:ThreadPlanStepInstruction (Results 1 – 6 of 6) sorted by relevance
23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction36 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;38 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()52 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()82 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()88 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()97 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()127 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()236 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()238 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()[all …]
59 ThreadPlanStepInstruction.cpp
1253 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
18 class ThreadPlanStepInstruction : public ThreadPlan {20 ThreadPlanStepInstruction(Thread &thread, bool step_over, bool stop_others,23 ~ThreadPlanStepInstruction() override;52 ThreadPlanStepInstruction(const ThreadPlanStepInstruction &) = delete;53 const ThreadPlanStepInstruction &54 operator=(const ThreadPlanStepInstruction &) = delete;
224 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
222 class ThreadPlanStepInstruction; variable