Searched refs:SetHelp (Results 1 – 13 of 13) sorted by relevance
142 SetHelp(help); in m_name()151 SetHelp(help); in m_name()181 void SetHelp(const char *description) in SetHelp() function
101 SetHelp(translation_and_help.GetString()); in CommandAlias()221 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias222 this->CommandObject::SetHelp(str); in SetHelp()
301 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()393 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()401 parray_alias->SetHelp in Initialize()410 poarray_alias->SetHelp("poarray <COUNT> <EXPRESSION> -- lldb will " in Initialize()421 shell_alias->SetHelp("Run a shell command on the host."); in Initialize()
86 void CommandObject::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandObject
35 SetHelp(help); in BreakpointName()
55 void SetHelp(llvm::StringRef str) override;
135 virtual void SetHelp(llvm::StringRef str);
463 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()558 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()1039 SetHelp(help); in CommandObjectPythonFunction()1043 SetHelp(stream.GetString()); in CommandObjectPythonFunction()1114 SetHelp(stream.GetString()); in CommandObjectScriptingObject()1135 SetHelp(docstring); in GetHelp()
1753 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
2863 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
663 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand664 LLDB_RECORD_METHOD(void, SBCommand, SetHelp, (const char *), help); in SetHelp()667 m_opaque_sp->SetHelp(help); in SetHelp()851 LLDB_REGISTER_METHOD(void, SBCommand, SetHelp, (const char *)); in RegisterMethods()
531 bp_name->SetHelp(help_string); in SetHelpString()
303 void SetHelp(const char *);