Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThreadPlan.cpp293 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
298 return QueueThreadPlanForStepOut(frame_idx_to_step_to, first_insn, error); in QueueThreadPlanForStepOut()
302 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
314 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
294 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, QueueThreadPlanForStepOut() function in SBThreadPlan
303 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, QueueThreadPlanForStepOut() function in SBThreadPlan
H A DSBThread.cpp650 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOut()
694 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOutOfFrame()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThreadPlan.h103 SBThreadPlan QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
105 SBThreadPlan QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp30 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
H A DThread.cpp1310 ThreadPlanSP Thread::QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut() function in Thread
1997 ThreadPlanSP new_plan_sp(QueueThreadPlanForStepOut( in StepOut()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h77 friend lldb::ThreadPlanSP Thread::QueueThreadPlanForStepOut(
H A DThread.h833 virtual lldb::ThreadPlanSP QueueThreadPlanForStepOut(
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectThread.cpp554 new_plan_sp = thread->QueueThreadPlanForStepOut( in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp65245 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_0()
65275 result = (arg1)->QueueThreadPlanForStepOut(arg2); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_1()
65315 result = (arg1)->QueueThreadPlanForStepOut(arg2,arg3,*arg4); in _wrap_SBThreadPlan_QueueThreadPlanForStepOut__SWIG_2()