Lines Matching refs:ThreadPlanStepRange
31 ThreadPlanStepRange::ThreadPlanStepRange(ThreadPlanKind kind, const char *name, in ThreadPlanStepRange() function in ThreadPlanStepRange
50 ThreadPlanStepRange::~ThreadPlanStepRange() { ClearNextBranchBreakpoint(); } in ~ThreadPlanStepRange()
52 void ThreadPlanStepRange::DidPush() { in DidPush()
57 bool ThreadPlanStepRange::ValidatePlan(Stream *error) { in ValidatePlan()
67 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
76 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange()
88 void ThreadPlanStepRange::DumpRanges(Stream *s) { in DumpRanges()
100 bool ThreadPlanStepRange::InRange() { in InRange()
195 bool ThreadPlanStepRange::InSymbol() { in InSymbol()
215 lldb::FrameComparison ThreadPlanStepRange::CompareCurrentFrameToStartFrame() { in CompareCurrentFrameToStartFrame()
238 bool ThreadPlanStepRange::StopOthers() { in StopOthers()
254 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress( in GetInstructionsForAddress()
295 void ThreadPlanStepRange::ClearNextBranchBreakpoint() { in ClearNextBranchBreakpoint()
307 bool ThreadPlanStepRange::SetNextBranchBreakpoint() { in SetNextBranchBreakpoint()
388 bool ThreadPlanStepRange::NextRangeBreakpointExplainsStop( in NextRangeBreakpointExplainsStop()
425 bool ThreadPlanStepRange::WillStop() { return true; } in WillStop()
427 StateType ThreadPlanStepRange::GetPlanRunState() { in GetPlanRunState()
434 bool ThreadPlanStepRange::MischiefManaged() { in MischiefManaged()
467 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale()