Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBThreadPlan.cpp294 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, in QueueThreadPlanForStepOut() function in SBThreadPlan
299 return QueueThreadPlanForStepOut(frame_idx_to_step_to, first_insn, error); in QueueThreadPlanForStepOut()
303 SBThreadPlan::QueueThreadPlanForStepOut(uint32_t frame_idx_to_step_to, in QueueThreadPlanForStepOut() function in SBThreadPlan
315 SBThreadPlan(thread_plan_sp->GetThread().QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut()
H A DSBThread.cpp652 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOut()
696 ThreadPlanSP new_plan_sp(thread->QueueThreadPlanForStepOut( in StepOutOfFrame()
/openbsd-src/gnu/llvm/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,
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DThreadPlanCallOnFunctionExit.cpp30 m_step_out_threadplan_sp = GetThread().QueueThreadPlanForStepOut( in DidPush()
H A DThread.cpp1326 ThreadPlanSP Thread::QueueThreadPlanForStepOut( in QueueThreadPlanForStepOut() function in Thread
1991 ThreadPlanSP new_plan_sp(QueueThreadPlanForStepOut( in StepOut()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBThreadPlan.i115 QueueThreadPlanForStepOut (uint32_t frame_idx_to_step_to, bool first_insn = false);
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DThreadPlanStepOut.h77 friend lldb::ThreadPlanSP Thread::QueueThreadPlanForStepOut(
H A DThread.h804 virtual lldb::ThreadPlanSP QueueThreadPlanForStepOut(
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dscripted_step.py218 self.step_out_thread_plan = thread_plan.QueueThreadPlanForStepOut(
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.cpp557 new_plan_sp = thread->QueueThreadPlanForStepOut( in DoExecute()