Searched refs:plan_sp (Results 1 – 3 of 3) sorted by relevance
990 StopInfoThreadPlan (ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp) : in StopInfoThreadPlan() argument991 StopInfo (plan_sp->GetThread(), LLDB_INVALID_UID), in StopInfoThreadPlan()992 m_plan_sp (plan_sp), in StopInfoThreadPlan()1116 StopInfo::CreateStopReasonWithPlan (ThreadPlanSP &plan_sp, ValueObjectSP return_valobj_sp) in CreateStopReasonWithPlan() argument1118 return StopInfoSP (new StopInfoThreadPlan (plan_sp, return_valobj_sp)); in CreateStopReasonWithPlan()
375 ThreadPlanSP plan_sp (GetCompletedPlan()); in GetStopInfo() local378 if (plan_sp && plan_sp->PlanSucceeded()) in GetStopInfo()380 return StopInfo::CreateStopReasonWithPlan (plan_sp, GetReturnValueObject()); in GetStopInfo()
798 QueueThreadPlan (lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);982 PushPlan (lldb::ThreadPlanSP &plan_sp);