Home | History | Annotate | Download | only in Commands

Lines Matching refs:m_format_options

312         m_format_options (eFormatBytesWithASCII, 1, 8),
347 m_option_group.Append (&m_format_options,
350 m_option_group.Append (&m_format_options,
354 m_option_group.Append (&m_format_options,
564 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize();
566 if (m_format_options.GetByteSizeValue() == 0)
574 if (!m_format_options.GetCountValue().OptionWasSet())
575 m_format_options.GetCountValue() = 1;
579 error = m_memory_options.FinalizeSettings (target, m_format_options);
599 if (!m_format_options.AnyOptionWasSet() &&
604 m_format_options = m_prev_format_options;
611 size_t item_count = m_format_options.GetCountValue().GetCurrentValue();
612 size_t item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
649 else if (m_format_options.GetCountValue().OptionWasSet())
675 if (m_format_options.GetFormatValue().OptionWasSet() == false)
676 m_format_options.GetFormatValue().SetCurrentValue(eFormatDefault);
678 bytes_read = clang_ast_type.GetByteSize() * m_format_options.GetCountValue().GetCurrentValue();
680 else if (m_format_options.GetFormatValue().GetCurrentValue() != eFormatCString)
713 if (m_format_options.GetByteSizeValue().OptionWasSet() && !m_format_options.HasGDBFormat())
714 item_byte_size = m_format_options.GetByteSizeValue().GetCurrentValue();
717 if (!m_format_options.GetCountValue().OptionWasSet())
759 m_prev_format_options = m_format_options;
833 Format format = m_format_options.GetFormat();
860 Format format = m_format_options.GetFormat();
891 OptionGroupFormat m_format_options;
1000 m_format_options (eFormatBytes, 1, UINT64_MAX),
1026 m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_1);
1027 m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_SIZE , LLDB_OPT_SET_1|LLDB_OPT_SET_2);
1100 OptionValueUInt64 &byte_size_value = m_format_options.GetByteSizeValue();
1159 if (m_format_options.GetFormat() == eFormatPointer)
1174 switch (m_format_options.GetFormat())
1264 if (m_format_options.GetFormat() == eFormatCString)
1349 OptionGroupFormat m_format_options;