Home
last modified time | relevance | path

Searched refs:QueueThreadPlan (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp656 QueueThreadPlan(step_bp_plan_sp, false); in SetupForResume()
1149 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread
1233 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan()
1242 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1255 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1283 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
1312 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut()
1331 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop()
1344 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough()
1355 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress()
[all …]
H A DThreadPlanStepOut.cpp185 thread.QueueThreadPlan(m_step_out_to_inline_plan_sp, false); in DidPush()
187 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush()
494 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in QueueInlinedStepPlan()
H A DThreadPlanCallFunction.cpp383 thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
H A DProcess.cpp4791 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan()
4801 thread->QueueThreadPlan( in RunThreadPlan()
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp415 GetThread().QueueThreadPlan(m_objc_step_through_sp, false); in ShouldStop()
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DThread.h1018 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1563 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()