Searched refs:ThreadPlanStepUntil (Results 1 – 4 of 4) sorted by relevance
28 ThreadPlanStepUntil::ThreadPlanStepUntil(Thread &thread, in ThreadPlanStepUntil() function in ThreadPlanStepUntil83 ThreadPlanStepUntil::~ThreadPlanStepUntil() { Clear(); } in ~ThreadPlanStepUntil()85 void ThreadPlanStepUntil::Clear() { in Clear()102 void ThreadPlanStepUntil::GetDescription(Stream *s, in GetDescription()129 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan()149 void ThreadPlanStepUntil::AnalyzeStop() { in AnalyzeStop()259 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()266 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop()283 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()309 bool ThreadPlanStepUntil::WillStop() { in WillStop()[all …]
1498 ThreadPlanSP thread_plan_sp(new ThreadPlanStepUntil( in QueueThreadPlanForStepUntil()
18 class ThreadPlanStepUntil : public ThreadPlan {20 ~ThreadPlanStepUntil() override;34 ThreadPlanStepUntil(Thread &thread, lldb::addr_t *address_list,63 DISALLOW_COPY_AND_ASSIGN(ThreadPlanStepUntil);
571 SRCS+= Target/ThreadPlanStepUntil.cpp