| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 99 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()
|
| H A D | CommandObject.cpp | 55 llvm::StringRef CommandObject::GetHelp() { return m_cmd_help_short; } in GetHelp() function in CommandObject 301 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord() 842 std::string help_text(GetHelp()); in GenerateHelpText() 847 interpreter.OutputFormattedHelpText(output_strm, "", "", GetHelp(), 1); in GenerateHelpText()
|
| H A D | CommandInterpreter.cpp | 952 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP() 1081 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject() 1177 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter 1198 pos->second->GetHelp(), max_len); in GetHelp() 1215 alias_pos->second->GetHelp(), max_len); in GetHelp() 1227 pos->second->GetHelp(), max_len); in GetHelp() 2634 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 170 std::string help_text(pos->second->GetHelp()); in GenerateHelpText() 178 pos->second->GetHelp(), max_len); in GenerateHelpText() 258 commands_help.AppendString(sub_cmd_obj->GetHelp()); in AproposAllSubCommands()
|
| H A D | CommandObjectCommands.cpp | 1030 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute() 1214 const char *GetHelp() { in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions 1332 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject 1334 return CommandObjectRaw::GetHelp(); in GetHelp() 1337 return CommandObjectRaw::GetHelp(); in GetHelp() 1344 return CommandObjectRaw::GetHelp(); in GetHelp() 1783 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
|
| H A D | CommandObjectHelp.cpp | 101 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 52 llvm::StringRef GetHelp() override;
|
| H A D | CommandObject.h | 48 descriptions->AppendString(iter->second->GetHelp()); 126 virtual llvm::StringRef GetHelp();
|
| H A D | CommandInterpreter.h | 337 void GetHelp(CommandReturnObject &result,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 190 const char *GetHelp() in GetHelp() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 282 const char *GetHelp();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBBreakpointName.cpp | 506 LLDB_LOG(log, "Help: {0}\n", bp_name->GetHelp()); in GetHelpString() 507 return bp_name->GetHelp(); in GetHelpString()
|
| H A D | SBCommandInterpreter.cpp | 592 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand 593 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
|