Searched refs:m_format_options (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/contrib/llvm/tools/lldb/source/Commands/ |
| HD | CommandObjectMemory.cpp | 318 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 …]
|
| HD | CommandObjectRegister.cpp | 54 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
|
| HD | CommandObjectExpression.cpp | 200 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()
|
| HD | CommandObjectExpression.h | 104 OptionGroupFormat m_format_options; variable
|
| HD | CommandObjectType.cpp | 737 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()
|