| /freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/ |
| HD | CommandAlias.cpp | 101 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()
|
| HD | CommandObject.cpp | 54 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()
|
| HD | CommandInterpreter.cpp | 955 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/ |
| HD | CommandObjectMultiword.cpp | 168 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()
|
| HD | CommandObjectCommands.cpp | 993 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()
|
| HD | CommandObjectHelp.cpp | 94 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| HD | CommandAlias.h | 51 llvm::StringRef GetHelp() override;
|
| HD | CommandObject.h | 47 descriptions->AppendString(iter->second->GetHelp()); 126 virtual llvm::StringRef GetHelp();
|
| HD | CommandInterpreter.h | 323 void GetHelp(CommandReturnObject &result,
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/API/ |
| HD | SBCommandInterpreter.cpp | 733 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()
|
| HD | SBBreakpointName.cpp | 516 return bp_name->GetHelp(); in GetHelpString()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/ |
| HD | SBCommandInterpreter.h | 271 const char *GetHelp();
|
| /freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| HD | BreakpointName.h | 189 const char *GetHelp() in GetHelp() function
|