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