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

Declarations

tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   81   uint32_t GetIgnoreCount() const;

References

tools/lldb/source/API/SBWatchpoint.cpp
  196     return watchpoint_sp->GetIgnoreCount();
tools/lldb/source/Breakpoint/Watchpoint.cpp
  214               GetHardwareIndex(), GetHitCount(), GetIgnoreCount());
tools/lldb/source/Target/StopInfo.cpp
  785         if (wp_sp->GetHitCount() <= wp_sp->GetIgnoreCount())