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

References

tools/lldb/source/Commands/CommandObjectWatchpoint.cpp
  776     m_option_group.Append(&m_option_watchpoint, LLDB_OPT_SET_ALL,
  811     if (!m_option_watchpoint.watch_type_specified) {
  812       m_option_watchpoint.watch_type = OptionGroupWatchpoint::eWatchWrite;
  864         size = m_option_watchpoint.watch_size == 0
  866                    : m_option_watchpoint.watch_size;
  881     uint32_t watch_type = m_option_watchpoint.watch_type;