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

References

tools/lldb/source/API/SBWatchpoint.cpp
  107     hw_index = watchpoint_sp->GetHardwareIndex();
tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  633             IsHardware() ? "hardware" : "software", GetHardwareIndex(),
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   81             GetHardwareIndex(), GetHitCount());
tools/lldb/source/Breakpoint/Watchpoint.cpp
  214               GetHardwareIndex(), GetHitCount(), GetIgnoreCount());
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 2320           wp_index = wp_sp->GetHardwareIndex();
tools/lldb/source/Target/StopInfo.cpp
  717                 uint32_t watch_index = wp->GetHardwareIndex();