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

References

tools/lldb/source/API/SBBreakpointLocation.cpp
  135     return loc_sp->GetHitCount();
tools/lldb/source/API/SBWatchpoint.cpp
  183     count = watchpoint_sp->GetHitCount();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  602     s->Printf("hit count = %-4u\n", GetHitCount());
  612               GetHitCount());
  634             GetHitCount(),
tools/lldb/source/Breakpoint/BreakpointLocationList.cpp
  176     hit_count += (*pos)->GetHitCount();
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   81             GetHardwareIndex(), GetHitCount());
tools/lldb/source/Breakpoint/Watchpoint.cpp
  214               GetHardwareIndex(), GetHitCount(), GetIgnoreCount());
tools/lldb/source/Breakpoint/WatchpointList.cpp
  192     hit_count += (*pos)->GetHitCount();
tools/lldb/source/Target/StopInfo.cpp
  785         if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount())