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

References

tools/lldb/source/Commands/CommandObjectMemory.cpp
  326     m_option_group.Append(&m_format_options,
  330     m_option_group.Append(&m_format_options,
  334     m_option_group.Append(&m_format_options,
  541       m_format_options.GetByteSizeValue() = *size;
  543       if (!m_format_options.GetCountValue().OptionWasSet())
  544         m_format_options.GetCountValue() = 1;
  546       error = m_memory_options.FinalizeSettings(target, m_format_options);
  564       if (!m_format_options.AnyOptionWasSet() &&
  568         m_format_options = m_prev_format_options;
  575     size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
  584             : m_format_options.GetByteSizeValue().GetCurrentValue();
  621       } else if (m_format_options.GetCountValue().OptionWasSet()) {
  653       if (!m_format_options.GetFormatValue().OptionWasSet())
  654         m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault);
  661       bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue();
  665     } else if (m_format_options.GetFormatValue().GetCurrentValue() !=
  700       if (m_format_options.GetByteSizeValue().OptionWasSet() &&
  701           !m_format_options.HasGDBFormat())
  702         item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
  705       if (!m_format_options.GetCountValue().OptionWasSet())
  762     m_prev_format_options = m_format_options;
  829           Format format = m_format_options.GetFormat();
  853     Format format = m_format_options.GetFormat();
  857       if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) {