Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp292 m_format_options(eFormatBytesWithASCII, 1, 8), in CommandObjectMemoryRead()
321 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
325 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
329 m_option_group.Append(&m_format_options, in CommandObjectMemoryRead()
529 m_format_options.GetByteSizeValue() = *size; in DoExecute()
531 if (!m_format_options.GetCountValue().OptionWasSet()) in DoExecute()
532 m_format_options.GetCountValue() = 1; in DoExecute()
534 error = m_memory_options.FinalizeSettings(target, m_format_options); in DoExecute()
551 if (!m_format_options.AnyOptionWasSet() && in DoExecute()
556 m_format_options = m_prev_format_options; in DoExecute()
[all …]
H A DCommandObjectRegister.cpp49 m_format_options(eFormatDefault, UINT64_MAX, UINT64_MAX, in CommandObjectRegisterRead()
56 m_option_group.Append(&m_format_options,
88 prefix_with_altname, m_format_options.GetFormat(), 8, in DumpRegister()
212 !m_format_options.GetFormatValue().OptionWasSet(); in DoExecute()
284 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
H A DCommandObjectDWIMPrint.cpp41 m_option_group.Append(&m_format_options, in CommandObjectDWIMPrint()
89 m_expr_options.m_verbosity, m_format_options.GetFormat()); in DoExecute()
H A DCommandObjectDWIMPrint.h46 OptionGroupFormat m_format_options = lldb::eFormatDefault; variable
H A DCommandObjectExpression.cpp260 m_format_options(eFormatDefault), in CommandObjectExpression()
317 m_option_group.Append(&m_format_options, in CommandObjectExpression()
438 Format format = m_format_options.GetFormat(); in EvaluateExpression()
645 repl_sp->SetFormatOptions(m_format_options); in DoExecute()
H A DCommandObjectExpression.h96 OptionGroupFormat m_format_options; variable
H A DCommandObjectType.cpp582 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd
591 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd()
633 m_option_group.Append(&m_format_options, in CommandObjectTypeFormatAdd()
652 const Format format = m_format_options.GetFormat(); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DREPL.h60 m_format_options = options; in SetFormatOptions()
154 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault); variable
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DREPL.cpp32 m_format_options.OptionParsingStarting(&exe_ctx); in REPL()
356 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()