Searched refs:thread_plan_sp (Results 1 – 12 of 12) sorted by relevance
1038 if (thread_plan_sp) { in PushPlan()1370 return thread_plan_sp; in QueueFundamentalPlan()1379 return thread_plan_sp; in QueueThreadPlanForStepSingleInstruction()1392 return thread_plan_sp; in QueueThreadPlanForStepOverRange()1424 return thread_plan_sp; in QueueThreadPlanForStepInRange()1450 return thread_plan_sp; in QueueThreadPlanForStepOut()1468 return thread_plan_sp; in QueueThreadPlanForStepOutNoShouldStop()1477 if (!thread_plan_sp || !thread_plan_sp->ValidatePlan(nullptr)) in QueueThreadPlanForStepThrough()1481 return thread_plan_sp; in QueueThreadPlanForStepThrough()1492 return thread_plan_sp; in QueueThreadPlanForRunToAddress()[all …]
4724 RestorePlanState(lldb::ThreadPlanSP thread_plan_sp) in RestorePlanState() argument4798 if (plan == thread_plan_sp && plan->PlanSucceeded()) { in HandleStoppedEvent()4817 thread_plan_sp->SetPrivate(false); in HandleStoppedEvent()4842 if (!thread_plan_sp) { in RunThreadPlan()4849 if (!thread_plan_sp->ValidatePlan(nullptr)) { in RunThreadPlan()4872 RestorePlanState thread_plan_restorer(thread_plan_sp); in RunThreadPlan()4879 thread_plan_sp->SetPrivate(false); in RunThreadPlan()4885 thread_plan_sp->SetIsMasterPlan(true); in RunThreadPlan()4886 thread_plan_sp->SetOkayToDiscard(false); in RunThreadPlan()5384 thread_plan_sp->SetStopOthers(false); in RunThreadPlan()[all …]
416 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local423 return thread_plan_sp; in GetStepThroughTrampolinePlan()428 return thread_plan_sp; in GetStepThroughTrampolinePlan()437 return thread_plan_sp; in GetStepThroughTrampolinePlan()458 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()461 return thread_plan_sp; in GetStepThroughTrampolinePlan()
460 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local467 return thread_plan_sp; in GetStepThroughTrampolinePlan()471 return thread_plan_sp; in GetStepThroughTrampolinePlan()480 return thread_plan_sp; in GetStepThroughTrampolinePlan()501 thread_plan_sp.reset(new ThreadPlanRunToAddress(thread, addrs, stop)); in GetStepThroughTrampolinePlan()504 return thread_plan_sp; in GetStepThroughTrampolinePlan()
477 void PushPlan(lldb::ThreadPlanSP &thread_plan_sp) { in PushPlan() argument478 m_thread.PushPlan(thread_plan_sp); in PushPlan()
1511 RunThreadPlan(ExecutionContext &exe_ctx, lldb::ThreadPlanSP &thread_plan_sp,
342 ThreadPlanSP thread_plan_sp; in GetStepThroughTrampolinePlan() local344 thread_plan_sp = m_objc_trampoline_handler_ap->GetStepThroughDispatchPlan( in GetStepThroughTrampolinePlan()346 return thread_plan_sp; in GetStepThroughTrampolinePlan()
197 const lldb::ThreadPlanSP &thread_plan_sp);
213 lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan() argument
1639 auto thread_plan_sp = ThreadPlanSP( in InitCompletionHookCallback() local1642 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
74 const lldb::ThreadPlanSP &thread_plan_sp);
1842 const char *class_name, lldb::ThreadPlanSP thread_plan_sp) { in CreateScriptedThreadPlan() argument1846 if (!thread_plan_sp.get()) in CreateScriptedThreadPlan()1849 Debugger &debugger = thread_plan_sp->GetTarget().GetDebugger(); in CreateScriptedThreadPlan()1866 thread_plan_sp); in CreateScriptedThreadPlan()