Lines Matching refs:m_format_options

291         m_format_options(eFormatBytesWithASCII, 1, 8),  in CommandObjectMemoryRead()
320 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
324 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
328 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
531 m_format_options.GetByteSizeValue() = *size; in DoExecute()
533 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
534 m_format_options.GetCountValue() = 1; in DoExecute()
536 error = m_memory_options.FinalizeSettings(target, m_format_options); in DoExecute()
553 if (!m_format_options.AnyOptionWasSet() && in DoExecute()
558 m_format_options = m_prev_format_options; in DoExecute()
566 size_t item_count = m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
575 : m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
619 } else if (m_format_options.GetCountValue().OptionWasSet()) { in DoExecute()
650 if (!m_format_options.GetFormatValue().OptionWasSet()) in DoExecute()
651 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault); in DoExecute()
658 bytes_read = *size * m_format_options.GetCountValue().GetCurrentValue(); in DoExecute()
662 } else if (m_format_options.GetFormatValue().GetCurrentValue() != in DoExecute()
695 if (m_format_options.GetByteSizeValue().OptionWasSet() && in DoExecute()
696 !m_format_options.HasGDBFormat()) in DoExecute()
697 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue(); in DoExecute()
700 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
755 m_prev_format_options = m_format_options; in DoExecute()
822 Format format = m_format_options.GetFormat(); in DoExecute()
845 Format format = m_format_options.GetFormat(); in DoExecute()
849 if (!m_format_options.GetCountValue().OptionWasSet() || item_count == 1) { in DoExecute()
878 OptionGroupFormat m_format_options; member in CommandObjectMemoryRead
1256 m_format_options( in CommandObjectMemoryWrite()
1290 m_option_group.Append(&m_format_options,
1293 m_option_group.Append(&m_format_options,
1337 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue(); in DoExecute()
1388 if (m_format_options.GetFormat() == eFormatPointer) in DoExecute()
1399 switch (m_format_options.GetFormat()) { in DoExecute()
1491 if (m_format_options.GetFormat() == eFormatCString) in DoExecute()
1570 OptionGroupFormat m_format_options; member in CommandObjectMemoryWrite