Searched defs:up_to_plan_ptr (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DThread.cpp1216 Thread::DiscardThreadPlansUpToPlan (ThreadPlan *up_to_plan_ptr) argument
1221 log->Printf("Discarding thread plans for thread tid = 0x%4.4" PRIx64 ", up to %p", GetID(), up_to_plan_ptr);
1229 if (up_to_plan_ptr == NULL)
1239 if (m_plan_stack[i].get() == up_to_plan_ptr)
1247 if (GetCurrentPlan() == up_to_plan_ptr)

Completed in 124 milliseconds