Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
H A DCPPLanguageRuntime.cpp344 ThreadPlanSP ret_plan_sp; in GetStepThroughTrampolinePlan() local
351 return ret_plan_sp; in GetStepThroughTrampolinePlan()
359 return ret_plan_sp; in GetStepThroughTrampolinePlan()
366 return ret_plan_sp; in GetStepThroughTrampolinePlan()
380 return ret_plan_sp; in GetStepThroughTrampolinePlan()
397 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>( in GetStepThroughTrampolinePlan()
399 return ret_plan_sp; in GetStepThroughTrampolinePlan()
404 ret_plan_sp = std::make_shared<ThreadPlanStepInRange>( in GetStepThroughTrampolinePlan()
407 return ret_plan_sp; in GetStepThroughTrampolinePlan()
411 return ret_plan_sp; in GetStepThroughTrampolinePlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp793 ThreadPlanSP ret_plan_sp; in GetStepThroughDispatchPlan()
864 return ret_plan_sp; in GetStepThroughDispatchPlan()
871 return ret_plan_sp; in GetStepThroughDispatchPlan()
910 return ret_plan_sp; in GetStepThroughDispatchPlan()
918 return ret_plan_sp; in GetStepThroughDispatchPlan()
1032 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr, in GetStepThroughDispatchPlan()
1076 return ret_plan_sp; in GetStepThroughDispatchPlan()
1082 return ret_plan_sp; in GetStepThroughDispatchPlan()
1146 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughObjCTrampoline>( in GetStepThroughDispatchPlan()
1151 ret_plan_sp in GetStepThroughDispatchPlan()
794 ThreadPlanSP ret_plan_sp; GetStepThroughDispatchPlan() local
[all...]