Lines Matching defs:plan
835 // Prefer a thread that has just completed its plan over another
1229 // Now update the plan stack map.
3303 // case it was already set and some thread plan logic calls halt on its own.
4821 // to discard" fields of the plan we are running, and reset it on Clean or on
4914 ThreadPlanSP plan = thread_sp->GetCompletedPlan();
4915 if (plan == thread_plan_sp && plan->PlanSucceeded()) {
4918 // Restore the plan state so it will get reported as intended when we are
4929 // Restore the plan state and then force Private to false. We are going
4930 // to stop because of this plan so we need it to become a public plan or
4944 LLDB_LOG(log, "thread plan did not successfully complete");
4961 lldb::eSeverityError, "RunThreadPlan called with empty thread plan.");
4968 "RunThreadPlan called with an invalid thread plan.");
4989 // We need to change some of the thread plan attributes for the thread plan
4994 // We rely on the thread plan we are running returning "PlanCompleted" if
4995 // when it successfully completes. For that to be true the plan can't be
5002 // or when they are done we will end up asking the plan above us whether we
5076 LLDB_LOGF(log, "Running thread plan on private state thread, spinning up "
5081 // One other bit of business: we want to run just this thread plan and
5083 // normal course of things, the plan above us on the stack would be given a
5085 // So we insert a "stopper" base plan on the stack before the plan we want
5115 Listener::MakeListener("lldb.process.listener.run-thread-plan"));
5134 " to run thread plan \"%s\".",
5174 // calling a function as part of a thread plan, in which case the last
5535 // thread plan, shut it down now.
5548 // doing any more work. We don't have to clean up the thread plan, that
5562 // Restore the thread state if we are going to discard the plan execution.
5672 "plan: %p not discarding.",
5685 log->PutCString("Process::RunThreadPlan(): thread plan is done");
5690 "Process::RunThreadPlan(): thread plan was discarded");
5695 "Process::RunThreadPlan(): thread plan stopped in mid course");
5698 log->PutCString("Process::RunThreadPlan(): discarding thread plan "
5731 // If the process exited during the run of the thread plan, notify everyone.