Searched refs:StopInfoThreadPlan (Results 1 – 1 of 1) sorted by relevance
986 class StopInfoThreadPlan : public StopInfo class990 StopInfoThreadPlan (ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp) : in StopInfoThreadPlan() function in lldb_private::StopInfoThreadPlan997 virtual ~StopInfoThreadPlan () in ~StopInfoThreadPlan()1118 return StopInfoSP (new StopInfoThreadPlan (plan_sp, return_valobj_sp)); in CreateStopReasonWithPlan()1138 StopInfoThreadPlan *plan_stop_info = static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetReturnValueObject()