Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStopInfo.cpp1095 class StopInfoThreadPlan : public StopInfo { class
1097 StopInfoThreadPlan(ThreadPlanSP &plan_sp, ValueObjectSP &return_valobj_sp, in StopInfoThreadPlan() function in lldb_private::StopInfoThreadPlan
1103 ~StopInfoThreadPlan() override = default;
1297 return StopInfoSP(new StopInfoThreadPlan(plan_sp, return_valobj_sp, in CreateStopReasonWithPlan()
1335 StopInfoThreadPlan *plan_stop_info = in GetReturnValueObject()
1336 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetReturnValueObject()
1345 StopInfoThreadPlan *plan_stop_info = in GetExpressionVariable()
1346 static_cast<StopInfoThreadPlan *>(stop_info_sp.get()); in GetExpressionVariable()