Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp651 QueueThreadPlan(step_bp_plan_sp, false); in SetupForResume()
1156 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread
1240 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan()
1249 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction()
1262 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange()
1290 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange()
1319 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut()
1338 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop()
1351 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough()
1362 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 DStopInfo.cpp841 error = thread_sp->QueueThreadPlan(step_over_wp_sp, false); in ShouldStopSynchronous()
H A DProcess.cpp5063 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan()
5073 thread->QueueThreadPlan( in RunThreadPlan()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleThreadPlanStepThroughObjCTrampoline.cpp415 GetThread().QueueThreadPlan(m_objc_step_through_sp, false); in ShouldStop()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1048 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1553 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()