Searched refs:QueueThreadPlan (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 77 m_thread.QueueThreadPlan(m_func_sp, false); in InitializeFunctionCaller() 189 m_thread.QueueThreadPlan(m_run_to_sp, false); in ShouldStop()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | ThreadPlanStepOut.cpp | 173 m_thread.QueueThreadPlan(m_step_out_to_inline_plan_sp, false); in DidPush() 175 m_thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush() 474 m_thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in QueueInlinedStepPlan()
|
| H A D | Thread.cpp | 644 QueueThreadPlan(step_bp_plan_sp, false); in SetupForResume() 1182 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread 1369 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueFundamentalPlan() 1378 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction() 1391 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange() 1423 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange() 1449 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut() 1467 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop() 1480 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough() 1491 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress() [all …]
|
| H A D | ThreadPlanCallFunction.cpp | 411 m_thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
|
| H A D | Process.cpp | 4968 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan() 4978 thread->QueueThreadPlan( in RunThreadPlan()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1060 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1642 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
|