Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Target/
DThreadPlanStepRange.h46 virtual bool IsPlanStale ();
DThreadPlanStepOut.h43 virtual bool IsPlanStale();
DThreadPlan.h458 IsPlanStale () in IsPlanStale() function
/external/lldb/source/Target/
DThreadPlanStepOut.cpp478 ThreadPlanStepOut::IsPlanStale() in IsPlanStale() function in ThreadPlanStepOut
DThreadPlanStepRange.cpp498 ThreadPlanStepRange::IsPlanStale () in IsPlanStale() function in ThreadPlanStepRange
DThread.cpp882 bool stale = plan_ptr->IsPlanStale (); in ShouldStop()