Lines Matching defs:thread_plan_sp
4827 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp)
4828 : m_thread_plan_sp(thread_plan_sp) {
4894 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp,
4901 ThreadSP thread_sp = thread_plan_sp->GetTarget()
4915 if (plan == thread_plan_sp && plan->PlanSucceeded()) {
4934 thread_plan_sp->SetPrivate(false);
4952 lldb::ThreadPlanSP &thread_plan_sp,
4959 if (!thread_plan_sp) {
4965 if (!thread_plan_sp->ValidatePlan(nullptr)) {
4992 RestorePlanState thread_plan_restorer(thread_plan_sp);
4999 thread_plan_sp->SetPrivate(false);
5005 thread_plan_sp->SetIsControllingPlan(true);
5006 thread_plan_sp->SetOkayToDiscard(false);
5100 thread_plan_sp, false); // This used to pass "true" does that make sense?
5131 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
5347 expr_thread_id, thread_plan_sp, thread_plan_restorer,
5473 expr_thread_id, thread_plan_sp, thread_plan_restorer,
5495 thread_plan_sp->SetStopOthers(false);
5572 thread_plan_sp->RestoreThreadState();
5667 static_cast<void *>(thread_plan_sp.get()));
5668 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
5673 static_cast<void *>(thread_plan_sp.get()));
5680 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
5683 if (thread->IsThreadPlanDone(thread_plan_sp.get())) {
5687 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) {
5696 if (options.DoesUnwindOnError() && thread_plan_sp) {
5700 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);