Lines Matching refs:ThreadPlanSP

344   ThreadPlanSP completed_plan_sp(GetCompletedPlan());  in GetStopInfo()
634 ThreadPlanSP step_bp_plan_sp(new ThreadPlanStepOverBreakpoint(*this)); in SetupForResume()
1068 void Thread::PushPlan(ThreadPlanSP thread_plan_sp) { in PushPlan()
1085 ThreadPlanSP popped_plan_sp = GetPlans().PopPlan(); in PopPlan()
1094 ThreadPlanSP discarded_plan_sp = GetPlans().DiscardPlan(); in DiscardPlan()
1107 ThreadPlanSP p; in AutoCompleteThreadPlans()
1121 ThreadPlanSP Thread::GetCompletedPlan() const { in GetCompletedPlan()
1149 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan()
1191 void Thread::DiscardThreadPlansUpToPlan(lldb::ThreadPlanSP &up_to_plan_sp) { in DiscardThreadPlansUpToPlan()
1231 ThreadPlanSP Thread::QueueBasePlan(bool abort_other_plans) { in QueueBasePlan()
1232 ThreadPlanSP thread_plan_sp(new ThreadPlanBase(*this)); in QueueBasePlan()
1237 ThreadPlanSP Thread::QueueThreadPlanForStepSingleInstruction( in QueueThreadPlanForStepSingleInstruction()
1240 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInstruction( in QueueThreadPlanForStepSingleInstruction()
1246 ThreadPlanSP Thread::QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
1250 ThreadPlanSP thread_plan_sp; in QueueThreadPlanForStepOverRange()
1261 ThreadPlanSP Thread::QueueThreadPlanForStepOverRange( in QueueThreadPlanForStepOverRange()
1273 ThreadPlanSP Thread::QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
1279 ThreadPlanSP thread_plan_sp(new ThreadPlanStepInRange( in QueueThreadPlanForStepInRange()
1288 ThreadPlanSP Thread::QueueThreadPlanForStepInRange( in QueueThreadPlanForStepInRange()
1303 ThreadPlanSP Thread::QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
1308 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOut()
1316 ThreadPlanSP Thread::QueueThreadPlanForStepOutNoShouldStop( in QueueThreadPlanForStepOutNoShouldStop()
1322 ThreadPlanSP thread_plan_sp(new ThreadPlanStepOut( in QueueThreadPlanForStepOutNoShouldStop()
1335 ThreadPlanSP Thread::QueueThreadPlanForStepThrough(StackID &return_stack_id, in QueueThreadPlanForStepThrough()
1339 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForStepThrough()
1342 return ThreadPlanSP(); in QueueThreadPlanForStepThrough()
1348 ThreadPlanSP Thread::QueueThreadPlanForRunToAddress(bool abort_other_plans, in QueueThreadPlanForRunToAddress()
1352 ThreadPlanSP thread_plan_sp( in QueueThreadPlanForRunToAddress()
1359 ThreadPlanSP Thread::QueueThreadPlanForStepUntil( in QueueThreadPlanForStepUntil()
1362 ThreadPlanSP thread_plan_sp(new ThreadPlanStepUntil( in QueueThreadPlanForStepUntil()
1369 lldb::ThreadPlanSP Thread::QueueThreadPlanForStepScripted( in QueueThreadPlanForStepScripted()
1374 ThreadPlanSP thread_plan_sp(new ThreadPlanPython( in QueueThreadPlanForStepScripted()
1916 ThreadPlanSP new_plan_sp; in StepIn()
1949 ThreadPlanSP new_plan_sp; in StepOver()
1984 ThreadPlanSP new_plan_sp(QueueThreadPlanForStepOut( in StepOut()