Searched refs:ThreadPlanStepInstruction (Results 1 – 8 of 8) 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()239 StateType ThreadPlanStepInstruction::GetPlanRunState() { in GetPlanRunState()243 bool ThreadPlanStepInstruction::WillStop() { return true; } in WillStop()[all …]
62 ThreadPlanStepInstruction.cpp
1240 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;
86 "ThreadPlanStepInstruction.cpp",
214 return ThreadPlanSP(new ThreadPlanStepInstruction( in GetStepThroughTrampolinePlan()
231 class ThreadPlanStepInstruction; variable
3841 lldb/include/lldb/Target/ThreadPlanStepInstruction.h