reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1190 ThreadPlan *GetPreviousPlan(ThreadPlan *plan);
559 ThreadPlan *GetPreviousPlan() { return m_thread.GetPreviousPlan(this); }
tools/lldb/source/Target/Thread.cpp675 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { 791 while ((plan_ptr = GetPreviousPlan(plan_ptr)) != nullptr) { 802 ThreadPlan *prev_plan_ptr = GetPreviousPlan(plan_ptr); 887 plan_ptr = GetPreviousPlan(examined_plan); 968 plan_ptr = GetPreviousPlan(plan_ptr);