Searched refs:IsPlanStale (Results 1 – 16 of 16) sorted by relevance
181 bool SBThreadPlan::IsPlanStale() { in IsPlanStale() function in SBThreadPlan182 LLDB_RECORD_METHOD_NO_ARGS(bool, SBThreadPlan, IsPlanStale); in IsPlanStale()186 return thread_plan_sp->IsPlanStale(); in IsPlanStale()481 LLDB_REGISTER_METHOD(bool, SBThreadPlan, IsPlanStale, ()); in RegisterMethods()
34 bool IsPlanStale() override;
32 bool IsPlanStale() override;
54 bool IsPlanStale() override;
39 bool IsPlanStale() override;
37 bool IsPlanStale() override;
428 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
93 IsPlanStale();
181 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint
96 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython
97 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction
522 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut
467 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange
925 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
76 bool IsPlanStale();
225 if self.step_out_thread_plan.IsPlanStale():