Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/
DCPPLanguageRuntime.cpp341 ThreadPlanSP ret_plan_sp; in GetStepThroughTrampolinePlan() local
348 return ret_plan_sp; in GetStepThroughTrampolinePlan()
356 return ret_plan_sp; in GetStepThroughTrampolinePlan()
363 return ret_plan_sp; in GetStepThroughTrampolinePlan()
377 return ret_plan_sp; in GetStepThroughTrampolinePlan()
394 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>( in GetStepThroughTrampolinePlan()
396 return ret_plan_sp; in GetStepThroughTrampolinePlan()
401 ret_plan_sp = std::make_shared<ThreadPlanStepInRange>( in GetStepThroughTrampolinePlan()
404 return ret_plan_sp; in GetStepThroughTrampolinePlan()
408 return ret_plan_sp; in GetStepThroughTrampolinePlan()
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp893 ThreadPlanSP ret_plan_sp; in GetStepThroughDispatchPlan() local
930 return ret_plan_sp; in GetStepThroughDispatchPlan()
937 return ret_plan_sp; in GetStepThroughDispatchPlan()
970 return ret_plan_sp; in GetStepThroughDispatchPlan()
978 return ret_plan_sp; in GetStepThroughDispatchPlan()
1088 ret_plan_sp = std::make_shared<ThreadPlanRunToAddress>(thread, impl_addr, in GetStepThroughDispatchPlan()
1168 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughObjCTrampoline>( in GetStepThroughDispatchPlan()
1173 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()
1185 if (!this_dispatch && !ret_plan_sp) { in GetStepThroughDispatchPlan()
1194 ret_plan_sp = std::make_shared<AppleThreadPlanStepThroughDirectDispatch> ( in GetStepThroughDispatchPlan()
[all …]