Lines Matching refs:thread_plan_sp

132   ThreadPlanSP thread_plan_sp(GetSP());  in GetThread()  local
133 if (thread_plan_sp) { in GetThread()
134 return SBThread(thread_plan_sp->GetThread().shared_from_this()); in GetThread()
142 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() local
143 if (thread_plan_sp) { in GetDescription()
144 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
158 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() local
159 if (thread_plan_sp) in SetPlanComplete()
160 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
166 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() local
167 if (thread_plan_sp) in IsPlanComplete()
168 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() local
176 if (thread_plan_sp) in IsPlanStale()
177 return thread_plan_sp->IsPlanStale(); in IsPlanStale()
184 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() local
185 if (thread_plan_sp) in IsValid()
186 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()
193 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() local
194 if (thread_plan_sp) in GetStopOthers()
195 return thread_plan_sp->StopOthers(); in GetStopOthers()
202 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() local
203 if (thread_plan_sp) in SetStopOthers()
204 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
226 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() local
227 if (thread_plan_sp) { in QueueThreadPlanForStepOverRange()
239 thread_plan_sp->GetThread().QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
266 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepInRange() local
267 if (thread_plan_sp) { in QueueThreadPlanForStepInRange()
279 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
306 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOut() local
307 if (thread_plan_sp) { in QueueThreadPlanForStepOut()
309 sc = thread_plan_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in QueueThreadPlanForStepOut()
314 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
340 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForRunToAddress() local
341 if (thread_plan_sp) { in QueueThreadPlanForRunToAddress()
348 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForRunToAddress( in QueueThreadPlanForRunToAddress()
374 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
375 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
379 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()
398 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
399 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
403 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()