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

References

tools/lldb/source/API/SBBreakpointLocation.cpp
  450     return loc_sp->GetID();
tools/lldb/source/API/SBThread.cpp
  242                 return bp_loc_sp->GetID();
tools/lldb/source/API/SBWatchpoint.cpp
   58     watch_id = watchpoint_sp->GetID();
tools/lldb/source/Breakpoint/Breakpoint.cpp
  556                       break_loc_sp->GetID(), GetID());
  733           lldb::break_id_t loc_id = bp_loc_sp->GetID();
  741           lldb::break_id_t loc_id = bp_loc_sp->GetID();
tools/lldb/source/Breakpoint/BreakpointIDList.cpp
  182                 &canonical_id_str, bp_id->GetBreakpointID(), bp_loc->GetID());
  270           if ((bp_loc->GetID() >= start_loc_id) &&
  271               (bp_loc->GetID() <= end_loc_id)) {
  274                                                 bp_loc->GetID());
  282           if (bp_loc->GetID() <= end_loc_id) {
  285                                                 bp_loc->GetID());
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  194     return m_options_up->InvokeCallback(context, m_owner.GetID(), GetID());
  196     return m_owner.InvokeCallback(context, GetID());
  476                                                 GetID(), m_bp_site_sp);
  478       m_bp_site_sp->RemoveOwner(GetBreakpoint().GetID(), GetID());
  495     BreakpointID::GetCanonicalReference(s, m_owner.GetID(), GetID());
  628             GetID(), tid,
tools/lldb/source/Breakpoint/BreakpointLocationCollection.cpp
   29       FindByIDPair(bp_loc->GetBreakpoint().GetID(), bp_loc->GetID());
   53            m_break_loc_id == bp_loc->GetID();
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
   59     return bp_loc_sp->GetID();
   65   return lhs->GetID() < val;
   74   if (pos != end && (*pos)->GetID() == break_id)
  307     lldb::break_id_t cur_id = loc_sp->GetID();
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   80             GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software",
   87     s->Printf("breakpoint site: %d at 0x%8.8" PRIx64, GetID(),
tools/lldb/source/Breakpoint/BreakpointSiteList.cpp
   31     return bp->GetID();
   55     return bp.get()->GetID();
   88     return m_break_id == val_pair.second->GetID();
tools/lldb/source/Breakpoint/Watchpoint.cpp
  157     s->Printf("\nWatchpoint %u hit:", GetID());
  194             GetID(), GetLoadAddress(), m_byte_size,
  279   return m_options.InvokeCallback(context, GetID());
tools/lldb/source/Breakpoint/WatchpointList.cpp
   32   return wp_sp->GetID();
   91     return m_watch_id == wp->GetID();
  125     return wp_sp->GetID();
  133     return wp_sp->GetID();
  164     IDs.push_back((*pos)->GetID());
tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
   77       wp_ids.push_back(watch_sp->GetID());
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  367                                                               wp_sp->GetID());
  400                                                             wp_sp->GetID());
  443                                                             wp_sp->GetID());
  488               thread, bp_site_sp->GetID());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1853                         *thread_sp, bp_site_sp->GetID()));
 1873                           *thread_sp, bp_site_sp->GetID()));
 1901                   watch_id = wp_sp->GetID();
 1936                       *thread_sp, bp_site_sp->GetID()));
 1963                           *thread_sp, bp_site_sp->GetID()));
 3099   user_id_t site_id = bp_site->GetID();
 3221   user_id_t site_id = bp_site->GetID();
 3289     user_id_t watchID = wp->GetID();
 3325     user_id_t watchID = wp->GetID();
tools/lldb/source/Target/Process.cpp
 1656             owner->GetBreakpoint().GetID(), owner->GetID(),
 1679       return bp_site_sp->GetID();
 1694                 load_addr, owner->GetBreakpoint().GetID(), owner->GetID(),
 1761       bp_site->GetID(), (uint64_t)bp_addr);
 1767         bp_site->GetID(), (uint64_t)bp_addr);
 1809                       bp_site->GetID(), (uint64_t)bp_addr);
 1826         bp_site->GetID(), (uint64_t)bp_addr, error.AsCString());
 1835   lldb::user_id_t breakID = bp_site->GetID();
 1889                         bp_site->GetID(), (uint64_t)bp_addr);
 1908         bp_site->GetID(), (uint64_t)bp_addr);
 1916       bp_site->GetID(), (uint64_t)bp_addr, error.AsCString());
tools/lldb/source/Target/Target.cpp
  823       m_watchpoint_list.Remove(matched_sp->GetID(), true);
  836             wp_sp->GetID());
  841     m_watchpoint_list.Remove(wp_sp->GetID(), true);
tools/lldb/source/Target/Thread.cpp
 2095         if (bp_site_sp && static_cast<break_id_t>(value) == bp_site_sp->GetID())
tools/lldb/source/Target/ThreadPlanStepRange.cpp
  358               bp_site_id = bp_site->GetID();
tools/lldb/tools/lldb-test/lldb-test.cpp
  325       P.formatLine("Location ID {0}:", Loc->GetID());