HomeSort by relevance Sort by last modified time
    Searched refs:m_next_branch_bp_sp (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/Target/
ThreadPlanStepRange.cpp 318 if (m_next_branch_bp_sp)
322 log->Printf ("Removing next branch breakpoint: %d.", m_next_branch_bp_sp->GetID());
323 GetTarget().RemoveBreakpointByID (m_next_branch_bp_sp->GetID());
324 m_next_branch_bp_sp.reset();
331 if (m_next_branch_bp_sp)
364 m_next_branch_bp_sp = GetTarget().CreateBreakpoint(run_to_address, is_internal);
365 if (m_next_branch_bp_sp)
370 BreakpointLocationSP bp_loc = m_next_branch_bp_sp->GetLocationAtIndex(0);
380 m_next_branch_bp_sp->GetID(),
384 m_next_branch_bp_sp->SetThreadID(m_thread.GetID())
    [all...]
  /external/lldb/include/lldb/Target/
ThreadPlanStepRange.h 83 lldb::BreakpointSP m_next_branch_bp_sp; member in class:lldb_private::ThreadPlanStepRange

Completed in 32 milliseconds