Home
last modified time | relevance | path

Searched refs:StopInfoThreadPlan (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStopInfo.cpp1041 class StopInfoThreadPlan : public StopInfo { class
1043 StopInfoThreadPlan(ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp, in StopInfoThreadPlan() function in lldb_private::StopInfoThreadPlan
1049 ~StopInfoThreadPlan() override = default;
1149 return StopInfoSP(new StopInfoThreadPlan(plan_sp, return_valobj_sp, in CreateStopReasonWithPlan()
1165 StopInfoThreadPlan *plan_stop_info = in GetReturnValueObject()
1166 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetReturnValueObject()
1175 StopInfoThreadPlan *plan_stop_info = in GetExpressionVariable()
1176 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetExpressionVariable()