Home
last modified time | relevance | path

Searched refs:GetHelp (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandAlias.cpp101 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias()
232 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() function in CommandAlias
236 return m_underlying_command_sp->GetHelp(); in GetHelp()
HDCommandObject.cpp54 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp() function in CommandObject
298 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord()
839 std::string help_text(GetHelp()); in GenerateHelpText()
844 interpreter.OutputFormattedHelpText(output_strm, "", "", GetHelp(), 1); in GenerateHelpText()
HDCommandInterpreter.cpp955 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP()
1084 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject()
1180 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter
1201 pos->second->GetHelp(), max_len); in GetHelp()
1218 alias_pos->second->GetHelp(), max_len); in GetHelp()
1230 pos->second->GetHelp(), max_len); in GetHelp()
2611 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectMultiword.cpp168 std::string help_text(pos->second->GetHelp()); in GenerateHelpText()
176 pos->second->GetHelp(), max_len); in GenerateHelpText()
248 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
HDCommandObjectCommands.cpp993 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute()
1175 const char *GetHelp() { in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions
1290 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject
1292 return CommandObjectRaw::GetHelp(); in GetHelp()
1295 return CommandObjectRaw::GetHelp(); in GetHelp()
1302 return CommandObjectRaw::GetHelp(); in GetHelp()
1718 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
HDCommandObjectHelp.cpp94 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandAlias.h51 llvm::StringRef GetHelp() override;
HDCommandObject.h47 descriptions->AppendString(iter->second->GetHelp());
126 virtual llvm::StringRef GetHelp();
HDCommandInterpreter.h323 void GetHelp(CommandReturnObject &result,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBCommandInterpreter.cpp733 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand
734 LLDB_RECORD_METHOD_NO_ARGS(const char *, SBCommand, GetHelp); in GetHelp()
736 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
953 LLDB_REGISTER_METHOD(const char *, SBCommand, GetHelp, ()); in RegisterMethods()
HDSBBreakpointName.cpp516 return bp_name->GetHelp(); in GetHelpString()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBCommandInterpreter.h271 const char *GetHelp();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/
HDBreakpointName.h189 const char *GetHelp() in GetHelp() function