Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepOut.cpp430 … ThreadPlanStepOverRange *step_through_inline_plan_ptr = new ThreadPlanStepOverRange(m_thread, in QueueInlinedStepPlan() local
434step_through_inline_plan_ptr->SetOkayToDiscard(true); … in QueueInlinedStepPlan()
436 if (!step_through_inline_plan_ptr->ValidatePlan(&errors)) in QueueInlinedStepPlan()
439 delete step_through_inline_plan_ptr; in QueueInlinedStepPlan()
446 step_through_inline_plan_ptr->AddRange (inline_range); in QueueInlinedStepPlan()
448 m_step_through_inline_plan_sp.reset (step_through_inline_plan_ptr); in QueueInlinedStepPlan()