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

Overridden By

tools/lldb/source/Breakpoint/Watchpoint.cpp
   98 bool Watchpoint::IsHardware() const { return m_is_hardware; }

References

tools/lldb/source/Breakpoint/BreakpointLocation.cpp
  633             IsHardware() ? "hardware" : "software", GetHardwareIndex(),
tools/lldb/source/Breakpoint/BreakpointSite.cpp
   80             GetID(), (uint64_t)m_addr, IsHardware() ? "hardware" : "software",
  164   if (!IsHardware()) {
tools/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
 3245       if (bp_site->IsHardware())
tools/lldb/source/Target/Process.cpp
 1841   if (bp_site->IsHardware()) {