| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 241 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() 247 "--", pos->second->GetHelp(), in GenerateHelpText() 320 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp() function in CommandObjectProxy 323 return proxy_command->GetHelp(); in GetHelp() 324 return CommandObject::GetHelp(); in GetHelp()
|
| H A D | CommandObjectCommands.cpp | 649 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion() 738 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion() 880 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute() 1060 llvm::StringRef GetHelp() { return m_help; } in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions 1170 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject 1172 return CommandObjectRaw::GetHelp(); in GetHelp() 1175 return CommandObjectRaw::GetHelp(); in GetHelp() 1182 return CommandObjectRaw::GetHelp(); in GetHelp() 1647 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
|
| H A D | CommandObjectHelp.cpp | 97 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 100 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias() 231 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() function in CommandAlias 235 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 317 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord() 600 std::string help_text(GetHelp()); in GenerateHelpText()
|
| H A D | CommandInterpreter.cpp | 1093 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP() 1239 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject() 1258 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject() 1389 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter 1410 pos->second->GetHelp(), max_len); in GetHelp() 1427 alias_pos->second->GetHelp(), max_len); in GetHelp() 1439 pos->second->GetHelp(), max_len); in GetHelp() 1451 pos->second->GetHelp(), max_len); in GetHelp() 2890 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 51 llvm::StringRef GetHelp() override;
|
| H A D | CommandObject.h | 47 descriptions->AppendString(iter->second->GetHelp()); 125 virtual llvm::StringRef GetHelp();
|
| H A D | CommandObjectMultiword.h | 90 llvm::StringRef GetHelp() override;
|
| H A D | CommandInterpreter.h | 415 void GetHelp(CommandReturnObject &result,
|
| /llvm-project-15.0.7/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 189 const char *GetHelp() in GetHelp() function
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 303 const char *GetHelp();
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 604 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand 607 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
|
| H A D | SBBreakpointName.cpp | 499 return bp_name->GetHelp(); in GetHelpString()
|