Searched refs:QueueThreadPlan (Results 1 – 9 of 9) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Thread.cpp | 677 QueueThreadPlan(step_bp_plan_sp, false); in SetupToStepOverBreakpointIfNeeded() 1190 Status Thread::QueueThreadPlan(ThreadPlanSP &thread_plan_sp, in QueueThreadPlan() function in Thread 1273 QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueBasePlan() 1282 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepSingleInstruction() 1295 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOverRange() 1323 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepInRange() 1352 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOut() 1370 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepOutNoShouldStop() 1383 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForStepThrough() 1394 status = QueueThreadPlan(thread_plan_sp, abort_other_plans); in QueueThreadPlanForRunToAddress() [all …]
|
| H A D | ThreadPlanSingleThreadTimeout.cpp | 84 auto status = thread.QueueThreadPlan(thread_plan_sp, in PushNewWithTimeout() 113 auto status = thread.QueueThreadPlan(thread_plan_sp, in ResumeFromPrevState()
|
| H A D | ThreadPlanStepOut.cpp | 225 thread.QueueThreadPlan(m_step_out_to_inline_plan_sp, false); in DidPush() 227 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush() 537 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in QueueInlinedStepPlan()
|
| H A D | ThreadPlanCallFunction.cpp | 394 thread.QueueThreadPlan(m_subplan_sp, false); in DidPush()
|
| H A D | StopInfo.cpp | 862 error = thread_sp->QueueThreadPlan(step_over_wp_sp, false); in ShouldStopSynchronous()
|
| H A D | Process.cpp | 5102 thread->QueueThreadPlan(stopper_base_plan_sp, false); in RunThreadPlan() 5112 thread->QueueThreadPlan( in RunThreadPlan()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| H A D | AppleThreadPlanStepThroughObjCTrampoline.cpp | 415 GetThread().QueueThreadPlan(m_objc_step_through_sp, false); in ShouldStop()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Thread.h | 1098 Status QueueThreadPlan(lldb::ThreadPlanSP &plan_sp, bool abort_other_plans);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/ |
| H A D | StructuredDataDarwinLog.cpp | 1561 thread_sp->QueueThreadPlan(thread_plan_sp, abort_other_plans); in InitCompletionHookCallback()
|