Searched refs:m_format_options (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMemory.cpp | 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() 534 m_format_options.GetCountValue() = 1; in DoExecute() 696 !m_format_options.HasGDBFormat()) in DoExecute() 755 m_prev_format_options = m_format_options; in DoExecute() 878 OptionGroupFormat m_format_options; member in CommandObjectMemoryRead 1256 m_format_options( in CommandObjectMemoryWrite() 1290 m_option_group.Append(&m_format_options, 1293 m_option_group.Append(&m_format_options, [all …]
|
| H A D | CommandObjectRegister.cpp | 47 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() 291 OptionGroupFormat m_format_options; member in CommandObjectRegisterRead
|
| H A D | CommandObjectExpression.cpp | 187 m_format_options(eFormatDefault), in CommandObjectExpression() 256 m_option_group.Append(&m_format_options, in CommandObjectExpression() 413 Format format = m_format_options.GetFormat(); in EvaluateExpression() 602 repl_sp->SetFormatOptions(m_format_options); in DoExecute()
|
| H A D | CommandObjectExpression.h | 90 OptionGroupFormat m_format_options; variable
|
| H A D | CommandObjectType.cpp | 566 OptionGroupFormat m_format_options; member in CommandObjectTypeFormatAdd 575 m_format_options(eFormatInvalid) { in CommandObjectTypeFormatAdd() 625 m_option_group.Append(&m_format_options, in CommandObjectTypeFormatAdd() 644 const Format format = m_format_options.GetFormat(); in DoExecute()
|
| /llvm-project-15.0.7/lldb/include/lldb/Expression/ |
| H A D | REPL.h | 60 m_format_options = options; in SetFormatOptions() 136 OptionGroupFormat m_format_options = OptionGroupFormat(lldb::eFormatDefault); variable
|
| /llvm-project-15.0.7/lldb/source/Expression/ |
| H A D | REPL.cpp | 30 m_format_options.OptionParsingStarting(&exe_ctx); in REPL() 350 lldb::Format format = m_format_options.GetFormat(); in IOHandlerInputComplete()
|