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

Declarations

tools/lldb/include/lldb/Breakpoint/Watchpoint.h
   82   void SetIgnoreCount(uint32_t n);

References

tools/lldb/source/API/SBWatchpoint.cpp
  208     watchpoint_sp->SetIgnoreCount(n);
tools/lldb/source/Target/Target.cpp
 1258     wp_sp->SetIgnoreCount(ignore_count);
 1328     wp_sp->SetIgnoreCount(ignore_count);