Searched refs:ThreadPlanStepInRange (Results 1 – 7 of 7) sorted by relevance
20 class ThreadPlanStepInRange : public ThreadPlanStepRange,23 ThreadPlanStepInRange(Thread &thread, const AddressRange &range,29 ~ThreadPlanStepInRange() override;58 GetFlags().Set(ThreadPlanStepInRange::s_default_flag_values); in SetFlagsToDefault()63 ThreadPlanStepInRange::DefaultShouldStopHereCallback, nullptr); in SetCallbacks()86 ThreadPlanStepInRange(const ThreadPlanStepInRange &) = delete;87 const ThreadPlanStepInRange &88 operator=(const ThreadPlanStepInRange &) = delete;
29 uint32_t ThreadPlanStepInRange::s_default_flag_values =35 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange51 ThreadPlanStepInRange::~ThreadPlanStepInRange() = default;53 void ThreadPlanStepInRange::SetupAvoidNoDebug( in SetupAvoidNoDebug()91 void ThreadPlanStepInRange::GetDescription(Stream *s, in GetDescription()128 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop()294 void ThreadPlanStepInRange::SetAvoidRegexp(const char *name) { in SetAvoidRegexp()301 void ThreadPlanStepInRange::SetDefaultFlagValue(uint32_t new_value) { in SetDefaultFlagValue()303 ThreadPlanStepInRange::s_default_flag_values = new_value; in SetDefaultFlagValue()306 bool ThreadPlanStepInRange::FrameMatchesAvoidCriteria() { in FrameMatchesAvoidCriteria()[all …]
1286 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInRange( in QueueThreadPlanForStepInRange()
102 GetFlags().Set(ThreadPlanStepInRange::GetDefaultFlagsValue()); in SetFlagsToDefault()
404 ret_plan_sp = std::make_shared<ThreadPlanStepInRange>( in GetStepThroughTrampolinePlan()
527 ThreadPlanStepInRange *step_in_range_plan = in DoExecute()528 static_cast<ThreadPlanStepInRange *>(new_plan_sp.get()); in DoExecute()
676 SRCS+= Target/ThreadPlanStepInRange.cpp