reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Target/ThreadPlanStepRange.cpp
  288   if (m_next_branch_bp_sp) {
  291               m_next_branch_bp_sp->GetID());
  292     GetTarget().RemoveBreakpointByID(m_next_branch_bp_sp->GetID());
  293     m_next_branch_bp_sp.reset();
  299   if (m_next_branch_bp_sp)
  343       m_next_branch_bp_sp =
  345       if (m_next_branch_bp_sp) {
  347         if (m_next_branch_bp_sp->IsHardware() &&
  348             !m_next_branch_bp_sp->HasResolvedLocations())
  354               m_next_branch_bp_sp->GetLocationAtIndex(0);
  364                     m_next_branch_bp_sp->GetID(), bp_site_id,
  369         m_next_branch_bp_sp->SetThreadID(m_thread.GetID());
  370         m_next_branch_bp_sp->SetBreakpointKind("next-branch-location");
  383   if (!m_next_branch_bp_sp)
  391   else if (!bp_site_sp->IsBreakpointAtThisSite(m_next_branch_bp_sp->GetID()))
  420   if (m_next_branch_bp_sp)