Lines Matching refs:ThreadPlanStepInRange
28 uint32_t ThreadPlanStepInRange::s_default_flag_values =
34 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
50 ThreadPlanStepInRange::~ThreadPlanStepInRange() = default;
52 void ThreadPlanStepInRange::SetupAvoidNoDebug( in SetupAvoidNoDebug()
90 void ThreadPlanStepInRange::GetDescription(Stream *s, in GetDescription()
127 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop()
293 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()
362 bool ThreadPlanStepInRange::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
378 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
379 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
408 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
409 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
419 bool ThreadPlanStepInRange::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
464 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
489 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep()