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

References

tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  962     m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL,
 1005     if (!m_option_watchpoint.watch_type_specified) {
 1006       m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite;
 1044     if (m_option_watchpoint.watch_size != 0)
 1045       size = m_option_watchpoint.watch_size;
 1050     uint32_t watch_type = m_option_watchpoint.watch_type;