HomeSort by relevance Sort by last modified time
    Searched refs:IsPlanStale (Results 1 - 6 of 6) sorted by null

  /external/lldb/include/lldb/Target/
ThreadPlanStepOut.h 43 virtual bool IsPlanStale();
ThreadPlanStepRange.h 46 virtual bool IsPlanStale ();
ThreadPlan.h 187 // "IsPlanStale" method, that can check whether it is relevant anymore. On stop, after the regular plan negotiation,
458 IsPlanStale ()
  /external/lldb/source/Target/
ThreadPlanStepOut.cpp 478 ThreadPlanStepOut::IsPlanStale()
ThreadPlanStepRange.cpp 498 ThreadPlanStepRange::IsPlanStale ()
507 log->Printf("ThreadPlanStepRange::IsPlanStale returning true, we've stepped out.");
Thread.cpp 882 bool stale = plan_ptr->IsPlanStale ();
    [all...]

Completed in 3008 milliseconds