Lines Matching refs:thread_plan_sp

133   ThreadPlanSP thread_plan_sp(GetSP());  in GetThread()  local
134 if (thread_plan_sp) { in GetThread()
135 return SBThread(thread_plan_sp->GetThread().shared_from_this()); in GetThread()
143 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() local
144 if (thread_plan_sp) { in GetDescription()
145 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
159 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() local
160 if (thread_plan_sp) in SetPlanComplete()
161 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
167 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() local
168 if (thread_plan_sp) in IsPlanComplete()
169 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
176 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() local
177 if (thread_plan_sp) in IsPlanStale()
178 return thread_plan_sp->IsPlanStale(); in IsPlanStale()
185 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() local
186 if (thread_plan_sp) in IsValid()
187 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()
194 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() local
195 if (thread_plan_sp) in GetStopOthers()
196 return thread_plan_sp->StopOthers(); in GetStopOthers()
203 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() local
204 if (thread_plan_sp) in SetStopOthers()
205 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
227 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() local
228 if (thread_plan_sp) { in QueueThreadPlanForStepOverRange()
240 thread_plan_sp->GetThread().QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
267 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepInRange() local
268 if (thread_plan_sp) { in QueueThreadPlanForStepInRange()
280 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
307 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOut() local
308 if (thread_plan_sp) { in QueueThreadPlanForStepOut()
310 sc = thread_plan_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in QueueThreadPlanForStepOut()
315 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
341 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForRunToAddress() local
342 if (thread_plan_sp) { in QueueThreadPlanForRunToAddress()
349 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForRunToAddress( in QueueThreadPlanForRunToAddress()
375 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
376 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
380 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()
399 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
400 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
404 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()