Home
last modified time | relevance | path

Searched refs:IsPlanStale (Results 1 – 6 of 6) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Target/
HDThreadPlanStepOut.h43 virtual bool IsPlanStale();
HDThreadPlanStepRange.h46 virtual bool IsPlanStale ();
HDThreadPlan.h458 IsPlanStale () in IsPlanStale() function
/trueos/contrib/llvm/tools/lldb/source/Target/
HDThreadPlanStepOut.cpp478 ThreadPlanStepOut::IsPlanStale() in IsPlanStale() function in ThreadPlanStepOut
HDThreadPlanStepRange.cpp519 ThreadPlanStepRange::IsPlanStale () in IsPlanStale() function in ThreadPlanStepRange
HDThread.cpp930 bool stale = plan_ptr->IsPlanStale (); in ShouldStop()