Searched refs:QueueThreadPlan (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 657 QueueThreadPlan(step_bp_plan_sp, false); in SetupForResume() 1150 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread 1234 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan() 1243 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction() 1256 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange() 1284 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange() 1313 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut() 1332 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop() 1345 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough() 1356 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress() [all …]
|
| H A 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()
|
| H A D | ThreadPlanCallFunction.cpp | 377 thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
|
| H A D | Process.cpp | 4765 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan() 4775 thread->QueueThreadPlan( in RunThreadPlan()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 394 GetThread().QueueThreadPlan(m_objc_step_through_sp, false); in ShouldStop()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1016 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1583 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
|