Home
last modified time | relevance | path

Searched refs:QueueThreadPlanForStepOut (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp314 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, in QueueThreadPlanForStepOut() function in SBThreadPlan
317 QueueThreadPlanForStepOut, (uint32_t, bool), in QueueThreadPlanForStepOut()
322 QueueThreadPlanForStepOut(frame_idx_to_step_to, first_insn, error)); in QueueThreadPlanForStepOut()
326 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, in QueueThreadPlanForStepOut() function in SBThreadPlan
329 QueueThreadPlanForStepOut, in QueueThreadPlanForStepOut()
341 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
498 QueueThreadPlanForStepOut, (uint32_t, bool)); in RegisterMethods()
500 QueueThreadPlanForStepOut, in RegisterMethods()
H A DSBThread.cpp667 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOut()
714 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOutOfFrame()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h99 SBThreadPlan QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
101 SBThreadPlan QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp30 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
H A DThread.cpp1304 ThreadPlanSP Thread::QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut() function in Thread
1971 ThreadPlanSP new_plan_sp(QueueThreadPlanForStepOut( in StepOut()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadPlan.i115 QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn = false);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h77 friend lldb::ThreadPlanSP Thread::QueueThreadPlanForStepOut(
H A DThread.h801 virtual lldb::ThreadPlanSP QueueThreadPlanForStepOut(
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp521 new_plan_sp = thread->QueueThreadPlanForStepOut( in DoExecute()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp56898 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_0()
56928 result = (arg1)->QueueThreadPlanForStepOut(arg2); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_1()