Lines Matching refs:ThreadPlanStepInRange

29 uint32_t ThreadPlanStepInRange::s_default_flag_values =
35 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
51 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()
358 bool ThreadPlanStepInRange::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
374 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
375 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
404 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
405 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
415 bool ThreadPlanStepInRange::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
460 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
485 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep()