Lines Matching refs:thread_plan_sp
139 ThreadPlanSP thread_plan_sp(GetSP()); in GetThread() local
140 if (thread_plan_sp) { in GetThread()
142 SBThread(thread_plan_sp->GetThread().shared_from_this())); in GetThread()
151 ThreadPlanSP thread_plan_sp(GetSP()); in GetDescription() local
152 if (thread_plan_sp) { in GetDescription()
153 thread_plan_sp->GetDescription(description.get(), eDescriptionLevelFull); in GetDescription()
167 ThreadPlanSP thread_plan_sp(GetSP()); in SetPlanComplete() local
168 if (thread_plan_sp) in SetPlanComplete()
169 thread_plan_sp->SetPlanComplete(success); in SetPlanComplete()
175 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanComplete() local
176 if (thread_plan_sp) in IsPlanComplete()
177 return thread_plan_sp->IsPlanComplete(); in IsPlanComplete()
184 ThreadPlanSP thread_plan_sp(GetSP()); in IsPlanStale() local
185 if (thread_plan_sp) in IsPlanStale()
186 return thread_plan_sp->IsPlanStale(); in IsPlanStale()
193 ThreadPlanSP thread_plan_sp(GetSP()); in IsValid() local
194 if (thread_plan_sp) in IsValid()
195 return thread_plan_sp->ValidatePlan(nullptr); in IsValid()
202 ThreadPlanSP thread_plan_sp(GetSP()); in GetStopOthers() local
203 if (thread_plan_sp) in GetStopOthers()
204 return thread_plan_sp->StopOthers(); in GetStopOthers()
211 ThreadPlanSP thread_plan_sp(GetSP()); in SetStopOthers() local
212 if (thread_plan_sp) in SetStopOthers()
213 thread_plan_sp->SetStopOthers(stop_others); in SetStopOthers()
241 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOverRange() local
242 if (thread_plan_sp) { in QueueThreadPlanForStepOverRange()
254 thread_plan_sp->GetThread().QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
287 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepInRange() local
288 if (thread_plan_sp) { in QueueThreadPlanForStepInRange()
300 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
333 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepOut() local
334 if (thread_plan_sp) { in QueueThreadPlanForStepOut()
336 sc = thread_plan_sp->GetThread().GetStackFrameAtIndex(0)->GetSymbolContext( in QueueThreadPlanForStepOut()
341 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
371 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForRunToAddress() local
372 if (thread_plan_sp) { in QueueThreadPlanForRunToAddress()
379 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForRunToAddress( in QueueThreadPlanForRunToAddress()
410 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
411 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
415 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()
437 ThreadPlanSP thread_plan_sp(GetSP()); in QueueThreadPlanForStepScripted() local
438 if (thread_plan_sp) { in QueueThreadPlanForStepScripted()
442 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()