Home
last modified time | relevance | path

Searched refs:m_format_options (Results 1 – 5 of 5) sorted by relevance

/external/lldb/source/Commands/
DCommandObjectMemory.cpp312 m_format_options (eFormatBytesWithASCII, 1, 8), in CommandObjectMemoryRead()
347 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
350 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
354 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
564 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize(); in DoExecute()
566 if (m_format_options.GetByteSizeValue() == 0) in DoExecute()
574 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
575 m_format_options.GetCountValue() = 1; in DoExecute()
579 error = m_memory_options.FinalizeSettings (target, m_format_options); in DoExecute()
599 if (!m_format_options.AnyOptionWasSet() && in DoExecute()
[all …]
DCommandObjectRegister.cpp53 m_format_options (eFormatDefault), in CommandObjectRegisterRead()
70 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectRegisterRead()
103 …_value.Dump(&strm, reg_info, prefix_with_name, prefix_with_altname, m_format_options.GetFormat(), … in DumpRegister()
347 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
DCommandObjectExpression.cpp171 m_format_options (eFormatDefault), in CommandObjectExpression()
211 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectExpression()
351 Format format = m_format_options.GetFormat(); in EvaluateExpression()
DCommandObjectExpression.h90 OptionGroupFormat m_format_options; variable
DCommandObjectType.cpp415 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd
431 m_format_options (eFormatInvalid), in CommandObjectTypeFormatAdd()
473 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_ALL… in CommandObjectTypeFormatAdd()
496 const Format format = m_format_options.GetFormat(); in DoExecute()