Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp231 m_long_help.SetCurrentValue(option_str); in SetOptionValue()
232 m_long_help.SetOptionWasSet(); in SetOptionValue()
244 m_long_help.Clear(); in OptionParsingStarting()
248 OptionValueString m_long_help; member in CommandObjectCommandsAlias::CommandOptions
504 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingRawCommand()
602 if (m_command_options.m_long_help.OptionWasSet()) in HandleAliasingNormalCommand()
1904 m_long_help = std::string(option_arg); in SetOptionValue()
1915 m_long_help.clear(); in OptionParsingStarting()
1926 std::string m_long_help; member in CommandObjectCommandsContainerAdd::CommandOptions
1942 m_options.m_long_help.c_str())); in DoExecute()
[all …]