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;
424 virtual bool IsPlanStale() { return false; } in IsPlanStale() function
96 IsPlanStale();
171 bool ThreadPlanStepOverBreakpoint::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOverBreakpoint
96 bool ThreadPlanPython::IsPlanStale() { in IsPlanStale() function in ThreadPlanPython
98 bool ThreadPlanStepInstruction::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepInstruction
522 bool ThreadPlanStepOut::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepOut
466 bool ThreadPlanStepRange::IsPlanStale() { in IsPlanStale() function in ThreadPlanStepRange
921 bool stale = plan_ptr->IsPlanStale(); in ShouldStop()
77 bool IsPlanStale();
56744 result = (bool)(arg1)->IsPlanStale(); in _wrap_SBThreadPlan_IsPlanStale()