Home
last modified time | relevance | path

Searched refs:m_command_options (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectRegister.cpp60 m_option_group.Append(&m_command_options);
85 bool prefix_with_altname = (bool)m_command_options.alternate_name; in DumpRegister()
158 const size_t set_array_size = m_command_options.set_indexes.GetSize(); in DoExecute()
162 m_command_options.set_indexes[i]->GetValueAs<uint64_t>().value_or( in DoExecute()
180 if (m_command_options.dump_all_sets) in DoExecute()
187 !m_command_options.dump_all_sets.GetCurrentValue()); in DoExecute()
191 if (m_command_options.dump_all_sets) { in DoExecute()
194 } else if (m_command_options.set_indexes.GetSize() > 0) { in DoExecute()
285 CommandOptions m_command_options; member in CommandObjectRegisterRead
H A DCommandObjectExpression.cpp322 m_option_group.Append(&m_command_options); in CommandObjectExpression()
336 options.SetLanguage(m_command_options.language); in HandleCompletion()
416 if (m_command_options.top_level && !m_command_options.allow_jit) { in EvaluateExpression()
423 m_command_options.GetEvaluateExpressionOptions(target, m_varobj_options); in EvaluateExpression()
459 m_command_options.ShouldSuppressResult(m_varobj_options); in EvaluateExpression()
462 m_command_options.m_verbosity, format)); in EvaluateExpression()
619 REPLSP repl_sp(target.GetREPL(repl_error, m_command_options.language, in DoExecute()
624 repl_sp = target.GetREPL(repl_error, m_command_options.language, in DoExecute()
635 GetExprOptions(exe_ctx, m_command_options)); in DoExecute()
646 Language::GetNameForLanguageType(m_command_options.language)); in DoExecute()
H A DCommandObjectType.cpp594 CommandOptions m_command_options; member in CommandObjectTypeFormatAdd
647 m_option_group.Append(&m_command_options); in CommandObjectTypeFormatAdd()
665 m_command_options.m_custom_type_name.empty()) { in DoExecute()
673 if (m_command_options.m_custom_type_name.empty()) in DoExecute()
676 .SetCascades(m_command_options.m_cascade) in DoExecute()
677 .SetSkipPointers(m_command_options.m_skip_pointers) in DoExecute()
678 .SetSkipReferences(m_command_options.m_skip_references)); in DoExecute()
681 ConstString(m_command_options.m_custom_type_name.c_str()), in DoExecute()
683 .SetCascades(m_command_options.m_cascade) in DoExecute()
684 .SetSkipPointers(m_command_options.m_skip_pointers) in DoExecute()
[all …]
H A DCommandObjectExpression.h99 CommandOptions m_command_options; variable
H A DCommandObjectCommands.cpp234 CommandOptions m_command_options; member in CommandObjectCommandsAlias
243 m_option_group.Append(&m_command_options); in CommandObjectCommandsAlias()
490 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
491 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
492 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
493 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
588 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingNormalCommand()
589 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
590 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
591 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()