Lines Matching refs:m_format_options
292 m_format_options(eFormatBytesWithASCII, 1, 8), in CommandObjectMemoryRead()
321 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
325 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
329 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
529 m_format_options.GetByteSizeValue() = *size; in DoExecute()
531 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
532 m_format_options.GetCountValue() = 1; in DoExecute()
534 error = m_memory_options.FinalizeSettings(target, m_format_options); in DoExecute()
551 if (!m_format_options.AnyOptionWasSet() && in DoExecute()
556 m_format_options = m_prev_format_options; in DoExecute()
564 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
573 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
608 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
639 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()
640 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
647 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
651 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
684 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
685 !m_format_options.HasGDBFormat()) in DoExecute()
686 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
689 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
744 m_prev_format_options = m_format_options; in DoExecute()
811 Format format = m_format_options.GetFormat(); in DoExecute()
834 Format format = m_format_options.GetFormat(); in DoExecute()
838 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()
866 OptionGroupFormat m_format_options; member in CommandObjectMemoryRead
1240 m_format_options( in CommandObjectMemoryWrite()
1274 m_option_group.Append(&m_format_options,
1277 m_option_group.Append(&m_format_options,
1321 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()
1372 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1383 switch (m_format_options.GetFormat()) { in DoExecute()
1475 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
1554 OptionGroupFormat m_format_options; member in CommandObjectMemoryWrite