Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectMemory.cpp318 m_format_options (eFormatBytesWithASCII, 1, 8), in CommandObjectMemoryRead()
353 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
356 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
360 m_option_group.Append (&m_format_options, in CommandObjectMemoryRead()
570 m_format_options.GetByteSizeValue() = clang_ast_type.GetByteSize(nullptr); in DoExecute()
572 if (m_format_options.GetByteSizeValue() == 0) in DoExecute()
580 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
581 m_format_options.GetCountValue() = 1; in DoExecute()
585 error = m_memory_options.FinalizeSettings (target, m_format_options); in DoExecute()
605 if (!m_format_options.AnyOptionWasSet() && in DoExecute()
[all …]
HDCommandObjectRegister.cpp54 m_format_options (eFormatDefault), in CommandObjectRegisterRead()
71 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectRegisterRead()
104 …_value.Dump(&strm, reg_info, prefix_with_name, prefix_with_altname, m_format_options.GetFormat(), … in DumpRegister()
348 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
HDCommandObjectExpression.cpp200 m_format_options (eFormatDefault), in CommandObjectExpression()
253 …m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT | OptionGroupForm… in CommandObjectExpression()
319 Format format = m_format_options.GetFormat(); in EvaluateExpression()
HDCommandObjectExpression.h104 OptionGroupFormat m_format_options; variable
HDCommandObjectType.cpp737 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd
753 m_format_options (eFormatInvalid), in CommandObjectTypeFormatAdd()
803 … m_option_group.Append (&m_format_options, OptionGroupFormat::OPTION_GROUP_FORMAT, LLDB_OPT_SET_1); in CommandObjectTypeFormatAdd()
826 const Format format = m_format_options.GetFormat(); in DoExecute()