Searched refs:SetHelp (Results 1 – 13 of 13) sorted by relevance
103 SetHelp(translation_and_help.GetString()); in CommandAlias() 226 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias 227 this->CommandObject::SetHelp(str); in SetHelp()
344 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()435 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()448 parray_alias->SetHelp in Initialize()457 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()468 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);
484 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()582 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()1036 SetHelp(help); in CommandObjectPythonFunction()1040 SetHelp(stream.GetString()); in CommandObjectPythonFunction()1125 SetHelp(stream.GetString()); in CommandObjectScriptingObjectRaw()1164 SetHelp(docstring); in GetHelp()1860 SetHelp(docstring); in GetHelp()
786 SetHelp(s.GetData()); in CommandObjectTypeFormatterDelete()2717 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
1714 bp_name->SetHelp(m_bp_id.m_help_string.GetValueAs<llvm::StringRef>() in DoExecute()
376 void SetHelp(const char *);
669 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand673 m_opaque_sp->SetHelp(help); in SetHelp()
514 bp_name->SetHelp(help_string); in SetHelpString()