Lines Matching refs:ThreadPlanStepRange

34 ThreadPlanStepRange::ThreadPlanStepRange(ThreadPlanKind kind, const char *name,  in ThreadPlanStepRange()  function in ThreadPlanStepRange
53 ThreadPlanStepRange::~ThreadPlanStepRange() { ClearNextBranchBreakpoint(); } in ~ThreadPlanStepRange()
55 void ThreadPlanStepRange::DidPush() { in DidPush()
60 bool ThreadPlanStepRange::ValidatePlan(Stream *error) { in ValidatePlan()
70 Vote ThreadPlanStepRange::ShouldReportStop(Event *event_ptr) { in ShouldReportStop()
80 void ThreadPlanStepRange::AddRange(const AddressRange &new_range) { in AddRange()
92 void ThreadPlanStepRange::DumpRanges(Stream *s) { in DumpRanges()
106 bool ThreadPlanStepRange::InRange() { in InRange()
194 bool ThreadPlanStepRange::InSymbol() { in InSymbol()
214 lldb::FrameComparison ThreadPlanStepRange::CompareCurrentFrameToStartFrame() { in CompareCurrentFrameToStartFrame()
237 bool ThreadPlanStepRange::StopOthers() { in StopOthers()
242 InstructionList *ThreadPlanStepRange::GetInstructionsForAddress( in GetInstructionsForAddress()
284 void ThreadPlanStepRange::ClearNextBranchBreakpoint() { in ClearNextBranchBreakpoint()
296 bool ThreadPlanStepRange::SetNextBranchBreakpoint() { in SetNextBranchBreakpoint()
376 bool ThreadPlanStepRange::NextRangeBreakpointExplainsStop( in NextRangeBreakpointExplainsStop()
413 bool ThreadPlanStepRange::WillStop() { return true; } in WillStop()
415 StateType ThreadPlanStepRange::GetPlanRunState() { in GetPlanRunState()
422 bool ThreadPlanStepRange::MischiefManaged() { in MischiefManaged()
456 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale()