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

  /external/lldb/include/lldb/Target/
ThreadPlan.h 126 // it can designate itself a "Master" plan by responding true to IsMasterPlan, and then if it wants not to be
387 IsMasterPlan()
  /external/lldb/source/Target/
ThreadPlan.cpp 199 if (!IsMasterPlan())
Thread.cpp 796 if (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard())
845 if (should_stop && current_plan->IsMasterPlan() && !current_plan->OkayToDiscard())
    [all...]

Completed in 667 milliseconds