Searched refs:m_format_options (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/lldb/source/Commands/ |
D | CommandObjectMemory.cpp | 288 m_option_group(), 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() 535 m_format_options.GetByteSizeValue() = *size; in DoExecute() 537 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute() 538 m_format_options.GetCountValue() = 1; in DoExecute() 540 error = m_memory_options.FinalizeSettings(target, m_format_options); in DoExecute() 558 if (!m_format_options.AnyOptionWasSet() && in DoExecute() 562 m_format_options = m_prev_format_options; in DoExecute() [all …]
|
D | CommandObjectRegister.cpp | 46 m_option_group(), m_format_options(eFormatDefault), in CommandObjectRegisterRead() 63 m_option_group.Append(&m_format_options, in CommandObjectRegisterRead() 97 prefix_with_altname, m_format_options.GetFormat(), 8); in DumpRegister() 296 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
|
D | CommandObjectExpression.cpp | 203 m_option_group(), m_format_options(eFormatDefault), in CommandObjectExpression() 272 m_option_group.Append(&m_format_options, in CommandObjectExpression() 430 Format format = m_format_options.GetFormat(); in EvaluateExpression() 623 repl_sp->SetFormatOptions(m_format_options); in DoExecute()
|
D | CommandObjectExpression.h | 90 OptionGroupFormat m_format_options; variable
|
D | CommandObjectType.cpp | 566 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd 575 m_option_group(), m_format_options(eFormatInvalid), in CommandObjectTypeFormatAdd() 626 m_option_group.Append(&m_format_options, in CommandObjectTypeFormatAdd() 646 const Format format = m_format_options.GetFormat(); in DoExecute()
|
/external/llvm-project/lldb/include/lldb/Expression/ |
D | REPL.h | 60 m_format_options = options; in SetFormatOptions() 136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault); variable
|
/external/llvm-project/lldb/source/Expression/ |
D | REPL.cpp | 29 m_format_options.OptionParsingStarting(&exe_ctx); in REPL() 345 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|