Home | History | Annotate | Download | only in Target

Lines Matching full:plan

37 // ThreadPlanCallFunction: Plan to call a single function
137 ThreadPlan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion),
203 ThreadPlan (ThreadPlan::eKindCallFunction, "Call function plan", thread, eVoteNoOpinion, eVoteNoOpinion),
327 s->Printf("Function call thread plan");
332 s->Printf("Thread plan to call 0x%" PRIx64, m_function_addr.GetLoadAddress(target_sp.get()));
444 // If we don't want to discard this plan, than any stop we don't understand should be propagated up the stack.
450 // If we want to discard the plan, then we say we explain the stop
453 // But don't discard the plan if the stop would restart itself (for instance if it is a
478 // We do some computation in DoPlanExplainsStop that may or may not set the plan as complete.
522 // Wait till the plan is pushed so we aren't changing the stop info till we're about to run.
548 log->Printf("ThreadPlanCallFunction(%p): Completed call function plan.", this);
596 log->Printf ("ThreadPlanCallFunction::BreakpointsExplainStop - Hit an exception breakpoint, setting plan complete.");