Lines Matching refs:ThreadPlanStepInRange

29 uint32_t ThreadPlanStepInRange::s_default_flag_values =
37 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
53 ThreadPlanStepInRange::ThreadPlanStepInRange( in ThreadPlanStepInRange() function in ThreadPlanStepInRange
69 ThreadPlanStepInRange::~ThreadPlanStepInRange() = default;
71 void ThreadPlanStepInRange::SetupAvoidNoDebug( in SetupAvoidNoDebug()
109 void ThreadPlanStepInRange::GetDescription(Stream *s, in GetDescription()
146 bool ThreadPlanStepInRange::ShouldStop(Event *event_ptr) { in ShouldStop()
316 void ThreadPlanStepInRange::SetAvoidRegexp(const char *name) { in SetAvoidRegexp()
324 void ThreadPlanStepInRange::SetDefaultFlagValue(uint32_t new_value) { in SetDefaultFlagValue()
326 ThreadPlanStepInRange::s_default_flag_values = new_value; in SetDefaultFlagValue()
329 bool ThreadPlanStepInRange::FrameMatchesAvoidCriteria() { in FrameMatchesAvoidCriteria()
393 bool ThreadPlanStepInRange::DefaultShouldStopHereCallback( in DefaultShouldStopHereCallback()
409 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
410 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
438 ThreadPlanStepInRange *step_in_range_plan = in DefaultShouldStopHereCallback()
439 static_cast<ThreadPlanStepInRange *>(current_plan); in DefaultShouldStopHereCallback()
449 bool ThreadPlanStepInRange::DoPlanExplainsStop(Event *event_ptr) { in DoPlanExplainsStop()
494 bool ThreadPlanStepInRange::DoWillResume(lldb::StateType resume_state, in DoWillResume()
518 bool ThreadPlanStepInRange::IsVirtualStep() { return m_virtual_step; } in IsVirtualStep()