Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h148 m_permissions(rhs.m_permissions), m_help(rhs.m_help) in BreakpointName()
173 m_help.assign(description); in SetHelp()
175 m_help.clear(); in SetHelp()
180 return m_help.c_str(); in GetHelp()
192 std::string m_help; variable
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointName.cpp47 if (!m_help.empty()) in GetDescription()
48 s->Printf("Help: %s\n", m_help.c_str()); in GetDescription()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp208 m_help.SetCurrentValue(option_str); in SetOptionValue()
209 m_help.SetOptionWasSet(); in SetOptionValue()
225 m_help.Clear(); in OptionParsingStarting()
229 OptionValueString m_help; member in CommandObjectCommandsAlias::CommandOptions
490 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
491 alias->SetHelp(m_command_options.m_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()
1000 m_help.assign(std::string(option_arg)); in SetOptionValue()
1013 m_help.clear(); in OptionParsingStarting()
[all …]