Searched refs:IsMasterPlan (Results 1 - 3 of 3) sorted by relevance

/external/lldb/include/lldb/Target/
H A DThreadPlan.h126 // it can designate itself a "Master" plan by responding true to IsMasterPlan, and then if it wants not to be
387 IsMasterPlan() function in class:lldb_private::ThreadPlan
/external/lldb/source/Target/
H A DThreadPlan.cpp199 if (!IsMasterPlan())
H A DThread.cpp796 if (plan_ptr->IsMasterPlan() && !plan_ptr->OkayToDiscard())
845 if (should_stop && current_plan->IsMasterPlan() && !current_plan->OkayToDiscard())
1284 if (m_plan_stack[master_plan_idx]->IsMasterPlan())

Completed in 1524 milliseconds