Searched refs:SetHelp (Results 1 – 12 of 12) sorted by relevance
103 SetHelp(translation_and_help.GetString()); in CommandAlias()226 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias227 this->CommandObject::SetHelp(str); in SetHelp()
330 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()421 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()434 parray_alias->SetHelp in Initialize()443 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()454 shell_alias->SetHelp("Run a shell command on the host."); in Initialize()
88 void CommandObject::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandObject
142 SetHelp(help); in m_name()169 void SetHelp(const char *description) in SetHelp() function
55 void SetHelp(llvm::StringRef str) override;
135 virtual void SetHelp(llvm::StringRef str);
503 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()601 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()1080 SetHelp(help); in CommandObjectPythonFunction()1084 SetHelp(stream.GetString()); in CommandObjectPythonFunction()1164 SetHelp(stream.GetString()); in CommandObjectScriptingObject()1194 SetHelp(docstring); in GetHelp()
802 SetHelp(s.GetData()); in CommandObjectTypeFormatterDelete()2838 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
1742 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
360 void SetHelp(const char *);
639 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand643 m_opaque_sp->SetHelp(help); in SetHelp()
514 bp_name->SetHelp(help_string); in SetHelpString()