Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCTrampolineHandler.cpp832 ThreadPlanSP ret_plan_sp; in GetStepThroughDispatchPlan() local
883 return ret_plan_sp; in GetStepThroughDispatchPlan()
920 return ret_plan_sp; in GetStepThroughDispatchPlan()
927 return ret_plan_sp; in GetStepThroughDispatchPlan()
1046 ret_plan_sp.reset (new ThreadPlanRunToAddress (thread, impl_addr, stop_others)); in GetStepThroughDispatchPlan()
1125 ret_plan_sp.reset (new AppleThreadPlanStepThroughObjCTrampoline (thread, in GetStepThroughDispatchPlan()
1134 ret_plan_sp->GetDescription(&s, eDescriptionLevelFull); in GetStepThroughDispatchPlan()
1140 return ret_plan_sp; in GetStepThroughDispatchPlan()