Searched refs:m_format_options (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 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() 532 m_format_options.GetCountValue() = 1; in DoExecute() 685 !m_format_options.HasGDBFormat()) in DoExecute() 744 m_prev_format_options = m_format_options; in DoExecute() 866 OptionGroupFormat m_format_options; member in CommandObjectMemoryRead 1240 m_format_options( in CommandObjectMemoryWrite() 1274 m_option_group.Append(&m_format_options, 1277 m_option_group.Append(&m_format_options, [all …]
|
| H A D | CommandObjectRegister.cpp | 49 m_format_options(eFormatDefault, UINT64_MAX, UINT64_MAX, in CommandObjectRegisterRead() 68 m_option_group.Append(&m_format_options, 102 prefix_with_altname, m_format_options.GetFormat(), 8, in DumpRegister() 226 !m_format_options.GetFormatValue().OptionWasSet(); in DoExecute() 298 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
|
| H A D | CommandObjectDWIMPrint.cpp | 43 m_option_group.Append(&m_format_options, in CommandObjectDWIMPrint() 97 m_expr_options.m_verbosity, m_format_options.GetFormat()); in DoExecute()
|
| H A D | CommandObjectDWIMPrint.h | 50 OptionGroupFormat m_format_options = lldb::eFormatDefault; variable
|
| H A D | CommandObjectExpression.cpp | 260 m_format_options(eFormatDefault), in CommandObjectExpression() 329 m_option_group.Append(&m_format_options, in CommandObjectExpression() 450 Format format = m_format_options.GetFormat(); in EvaluateExpression() 653 repl_sp->SetFormatOptions(m_format_options); in DoExecute()
|
| H A D | CommandObjectExpression.h | 96 OptionGroupFormat m_format_options; variable
|
| H A D | CommandObjectType.cpp | 582 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd 591 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd() 641 m_option_group.Append(&m_format_options, in CommandObjectTypeFormatAdd() 660 const Format format = m_format_options.GetFormat(); in DoExecute()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 60 m_format_options = options; in SetFormatOptions() 154 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault); variable
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Expression/ |
| H A D | REPL.cpp | 32 m_format_options.OptionParsingStarting(&exe_ctx); in REPL() 356 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|