Searched refs:StopInfoThreadPlan (Results 1 – 1 of 1) sorted by relevance
1194 class StopInfoThreadPlan : public StopInfo { class1196 StopInfoThreadPlan(ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp, in StopInfoThreadPlan() function in lldb_private::StopInfoThreadPlan1202 ~StopInfoThreadPlan() override = default;1400 return StopInfoSP(new StopInfoThreadPlan(plan_sp, return_valobj_sp, in CreateStopReasonWithPlan()1438 StopInfoThreadPlan *plan_stop_info = in GetReturnValueObject()1439 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetReturnValueObject()1448 StopInfoThreadPlan *plan_stop_info = in GetExpressionVariable()1449 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetExpressionVariable()