Lines Matching defs:thread_plan_sp
4801 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp)
4802 : m_thread_plan_sp(thread_plan_sp) {
4868 HandleStoppedEvent(lldb::tid_t thread_id, const ThreadPlanSP &thread_plan_sp,
4875 ThreadSP thread_sp = thread_plan_sp->GetTarget()
4889 if (plan == thread_plan_sp && plan->PlanSucceeded()) {
4908 thread_plan_sp->SetPrivate(false);
4926 lldb::ThreadPlanSP &thread_plan_sp,
4933 if (!thread_plan_sp) {
4939 if (!thread_plan_sp->ValidatePlan(nullptr)) {
4966 RestorePlanState thread_plan_restorer(thread_plan_sp);
4973 thread_plan_sp->SetPrivate(false);
4979 thread_plan_sp->SetIsControllingPlan(true);
4980 thread_plan_sp->SetOkayToDiscard(false);
5074 thread_plan_sp, false); // This used to pass "true" does that make sense?
5105 thread_plan_sp->GetDescription(&s, lldb::eDescriptionLevelVerbose);
5321 expr_thread_id, thread_plan_sp, thread_plan_restorer,
5447 expr_thread_id, thread_plan_sp, thread_plan_restorer,
5469 thread_plan_sp->SetStopOthers(false);
5545 thread_plan_sp->RestoreThreadState();
5640 static_cast<void *>(thread_plan_sp.get()));
5641 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
5646 static_cast<void *>(thread_plan_sp.get()));
5653 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);
5656 if (thread->IsThreadPlanDone(thread_plan_sp.get())) {
5660 } else if (thread->WasThreadPlanDiscarded(thread_plan_sp.get())) {
5669 if (options.DoesUnwindOnError() && thread_plan_sp) {
5673 thread->DiscardThreadPlansUpToPlan(thread_plan_sp);