Searched refs:ThreadPlanStepUntil (Results 1 – 4 of 4) sorted by relevance
25 ThreadPlanStepUntil::ThreadPlanStepUntil(Thread &thread, in ThreadPlanStepUntil() function in ThreadPlanStepUntil79 ThreadPlanStepUntil::~ThreadPlanStepUntil() { Clear(); } in ~ThreadPlanStepUntil()81 void ThreadPlanStepUntil::Clear() { in Clear()96 void ThreadPlanStepUntil::GetDescription(Stream *s, in GetDescription()123 bool ThreadPlanStepUntil::ValidatePlan(Stream *error) { in ValidatePlan()143 void ThreadPlanStepUntil::AnalyzeStop() { in AnalyzeStop()252 bool ThreadPlanStepUntil::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()259 bool ThreadPlanStepUntil::ShouldStop(Event *event_ptr) { in ShouldStop()276 bool ThreadPlanStepUntil::DoWillResume(StateType resume_state, in DoWillResume()298 bool ThreadPlanStepUntil::WillStop() { in WillStop()[all …]
1363 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;
627 SRCS+= Target/ThreadPlanStepUntil.cpp