Searched refs:SetHelp (Results 1 – 13 of 13) sorted by relevance
143 SetHelp(help); in m_name()152 SetHelp(help); in m_name()182 void SetHelp(const char *description) in SetHelp() function
100 SetHelp(translation_and_help.GetString()); in CommandAlias()222 void CommandAlias::SetHelp(llvm::StringRef str) { in SetHelp() function in CommandAlias223 this->CommandObject::SetHelp(str); in SetHelp()
86 void CommandObject::SetHelp(llvm::StringRef str) { m_cmd_help_short = str; } in SetHelp() function in CommandObject
286 sif_alias->SetHelp("Step through the current block, stopping if you step " in Initialize()378 po->SetHelp("Evaluate an expression on the current thread. Displays any " in Initialize()
36 SetHelp(help); in BreakpointName()
56 void SetHelp(llvm::StringRef str) override;
134 virtual void SetHelp(llvm::StringRef str);
652 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingRawCommand()754 alias->SetHelp(m_command_options.m_help.GetCurrentValue()); in HandleAliasingNormalCommand()1242 SetHelp(help); in CommandObjectPythonFunction()1246 SetHelp(stream.GetString()); in CommandObjectPythonFunction()1319 SetHelp(stream.GetString()); in CommandObjectScriptingObject()1342 SetHelp(docstring); in GetHelp()
1973 bp_name->SetHelp(m_bp_id.m_help_string.GetStringValue().str().c_str()); in DoExecute()
2986 SetHelp(help.GetString()); in CommandObjectFormatterInfo()
286 void SetHelp(const char *);
602 void SBCommand::SetHelp(const char *help) { in SetHelp() function in SBCommand604 m_opaque_sp->SetHelp(help); in SetHelp()
520 bp_name->SetHelp(help_string); in SetHelpString()