Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp212 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
213 m_long_help.SetOptionWasSet(); in SetOptionValue()
225 m_long_help.Clear(); in OptionParsingStarting()
229 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions
485 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
486 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingRawCommand()
583 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
584 alias->SetHelpLong(m_command_options.m_long_help.GetCurrentValue()); in HandleAliasingNormalCommand()
2538 m_long_help = std::string(option_arg); in SetOptionValue()
2549 m_long_help.clear(); in OptionParsingStarting()
[all …]