Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ !
H A DBreakpointName.h147 m_permissions(rhs.m_permissions), m_help(rhs.m_help) in BreakpointName()
172 m_help.assign(description); in SetHelp()
174 m_help.clear(); in SetHelp()
179 return m_help.c_str(); in GetHelp()
191 std::string m_help; variable
/src/contrib/llvm-project/lldb/source/Breakpoint/ !
H A DBreakpointName.cpp51 if (!m_help.empty()) in GetDescription()
52 s->Printf("Help: %s\n", m_help.c_str()); in GetDescription()
/src/contrib/llvm-project/lldb/source/Commands/ !
H A DCommandObjectCommands.cpp207 m_help.SetCurrentValue(option_str); in SetOptionValue()
208 m_help.SetOptionWasSet(); in SetOptionValue()
224 m_help.Clear(); in OptionParsingStarting()
228 OptionValueString m_help; member in CommandObjectCommandsAlias::CommandOptions
483 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingRawCommand()
484 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()
581 if (m_command_options.m_help.OptionWasSet()) in HandleAliasingNormalCommand()
582 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()
990 m_help.assign(std::string(option_arg)); in SetOptionValue()
1003 m_help.clear(); in OptionParsingStarting()
[all …]