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

References

tools/lldb/source/Breakpoint/Watchpoint.cpp
  240       SetHardwareIndex(LLDB_INVALID_INDEX32);
tools/lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
  365               wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code);
  398             wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code);
  441             wp_sp->SetHardwareIndex((uint32_t)exc_sub_sub_code);
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 1900                   wp_sp->SetHardwareIndex(wp_index);
tools/lldb/source/Target/StopInfo.cpp
  741                 wp->SetHardwareIndex(watch_index);