Searched refs:ThreadPlanStepInstruction (Results 1 – 7 of 7) sorted by relevance
23 ThreadPlanStepInstruction::ThreadPlanStepInstruction(Thread &thread, in ThreadPlanStepInstruction() function in ThreadPlanStepInstruction37 ThreadPlanStepInstruction::~ThreadPlanStepInstruction() = default;39 void ThreadPlanStepInstruction::SetUpState() { in SetUpState()53 void ThreadPlanStepInstruction::GetDescription(Stream *s, in GetDescription()83 bool ThreadPlanStepInstruction::ValidatePlan(Stream *error) { in ValidatePlan()89 bool ThreadPlanStepInstruction::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale()128 bool ThreadPlanStepInstruction::ShouldStop(Event *event_ptr) { in ShouldStop()237 bool ThreadPlanStepInstruction::StopOthers() { return m_stop_other_threads; } in StopOthers()239 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()[all …]
698 class ThreadPlanStepOverWatchpoint : public ThreadPlanStepInstruction {703 : ThreadPlanStepInstruction(thread, false, true, eVoteNoOpinion, in ThreadPlanStepOverWatchpoint()722 if (ThreadPlanStepInstruction::DoPlanExplainsStop(event_ptr)) in DoPlanExplainsStop()740 bool should_stop = ThreadPlanStepInstruction::ShouldStop(event_ptr); in ShouldStop()
1247 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;
214 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
242 class ThreadPlanStepInstruction; variable
683 SRCS+= Target/ThreadPlanStepInstruction.cpp