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

References

tools/lldb/source/Breakpoint/Watchpoint.cpp
  186   if (s == nullptr)
  192   s->Printf("Watchpoint %u: addr = 0x%8.8" PRIx64
  200       s->Printf("\n    declare @ '%s'", m_decl_str.c_str());
  202       s->Printf("\n    watchpoint spec = '%s'", m_watch_spec_str.c_str());
  205     DumpSnapshots(s, "    ");
  208       s->Printf("\n    condition = '%s'", GetConditionText());
  209     m_options.GetCallbackDescription(s, description_level);
  213     s->Printf("\n    hw_index = %i  hit_count = %-4u  ignore_count = %-4u",