Searched refs:QueueThreadPlan (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Target/ |
D | Thread.cpp | 664 QueueThreadPlan(step_bp_plan_sp, false); in SetupForResume() 1154 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread 1246 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueFundamentalPlan() 1255 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction() 1268 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange() 1302 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange() 1330 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut() 1348 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop() 1361 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough() 1372 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress() [all …]
|
D | ThreadPlanStepOut.cpp | 184 thread.QueueThreadPlan(m_step_out_to_inline_plan_sp, false); in DidPush() 186 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush() 493 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in QueueInlinedStepPlan()
|
D | ThreadPlanCallFunction.cpp | 377 thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
|
D | Process.cpp | 4894 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan() 4904 thread->QueueThreadPlan( in RunThreadPlan()
|
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 410 GetThread().QueueThreadPlan(m_objc_step_through_sp, false); in ShouldStop()
|
/external/llvm-project/lldb/include/lldb/Target/ |
D | Thread.h | 1016 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
|
/external/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
D | StructuredDataDarwinLog.cpp | 1589 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
|