Searched refs:ThreadPlanStepUntil (Results 1 – 4 of 4) sorted by relevance
26 ThreadPlanStepUntil::ThreadPlanStepUntil(Thread &thread, in ThreadPlanStepUntil() function in ThreadPlanStepUntil80 ThreadPlanStepUntil::~ThreadPlanStepUntil() { Clear(); } in ~ThreadPlanStepUntil()82 void ThreadPlanStepUntil::Clear() { in Clear()97 void ThreadPlanStepUntil::GetDescription(Stream *s, in GetDescription()124 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan()144 void ThreadPlanStepUntil::AnalyzeStop() { in AnalyzeStop()253 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()260 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop()277 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()299 bool ThreadPlanStepUntil::WillStop() { in WillStop()[all …]
1362 ThreadPlanSP thread_plan_sp(new ThreadPlanStepUntil( in QueueThreadPlanForStepUntil()
17 class ThreadPlanStepUntil : public ThreadPlan {19 ~ThreadPlanStepUntil() override;33 ThreadPlanStepUntil(Thread &thread, lldb::addr_t *address_list,62 ThreadPlanStepUntil(const ThreadPlanStepUntil &) = delete;63 const ThreadPlanStepUntil &operator=(const ThreadPlanStepUntil &) = delete;
670 SRCS+= Target/ThreadPlanStepUntil.cpp