Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp342 ThreadPlanSP ret_plan_sp; in GetStepThroughTrampolinePlan() local
349 return ret_plan_sp; in GetStepThroughTrampolinePlan()
357 return ret_plan_sp; in GetStepThroughTrampolinePlan()
364 return ret_plan_sp; in GetStepThroughTrampolinePlan()
378 return ret_plan_sp; in GetStepThroughTrampolinePlan()
395 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>( in GetStepThroughTrampolinePlan()
397 return ret_plan_sp; in GetStepThroughTrampolinePlan()
402 ret_plan_sp = std::make_shared<ThreadPlanStepInRange>( in GetStepThroughTrampolinePlan()
405 return ret_plan_sp; in GetStepThroughTrampolinePlan()
409 return ret_plan_sp; in GetStepThroughTrampolinePlan()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp889 ThreadPlanSP ret_plan_sp; in GetStepThroughDispatchPlan() local
926 return ret_plan_sp; in GetStepThroughDispatchPlan()
933 return ret_plan_sp; in GetStepThroughDispatchPlan()
966 return ret_plan_sp; in GetStepThroughDispatchPlan()
974 return ret_plan_sp; in GetStepThroughDispatchPlan()
1084 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr, in GetStepThroughDispatchPlan()
1160 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughObjCTrampoline>( in GetStepThroughDispatchPlan()
1164 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()
1176 if (!this_dispatch && !ret_plan_sp) { in GetStepThroughDispatchPlan()
1181 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughDirectDispatch>( in GetStepThroughDispatchPlan()
[all …]