/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectMultiword.cpp | 251 std::string help_text(std::string(pos->second->GetHelp())); in HandleCompletion() 257 "--", pos->second->GetHelp(), in HandleCompletion() 330 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelpLong() 333 return proxy_command->GetHelp(); in GetHelpLong() 334 return CommandObject::GetHelp(); in GetHelpLong() 315 llvm::StringRef CommandObjectProxy::GetHelp() { GetHelp() function in CommandObjectProxy
|
H A D | CommandObjectCommands.cpp | 623 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in DoExecute() 699 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in DoExecute() 839 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 0, in DoExecute() 1018 llvm::StringRef GetHelp() { return m_help; } 1161 llvm::StringRef GetHelp() override { in GetHelp() 1163 return CommandObjectRaw::GetHelp(); in GetHelp() 1166 return CommandObjectRaw::GetHelp(); in GetHelp() 1173 return CommandObjectRaw::GetHelp(); in GetHelpLong() 2085 llvm::StringRef GetHelp() override { in SetOptionValue() 2087 return CommandObjectParsed::GetHelp(); in SetOptionValue() 1011 llvm::StringRef GetHelp() { return m_help; } GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions 1154 llvm::StringRef GetHelp() override { GetHelp() function in CommandObjectScriptingObjectRaw 1850 llvm::StringRef GetHelp() override { GetHelp() function in CommandObjectScriptingObjectParsed [all...] |
H A D | CommandObjectHelp.cpp | 86 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
/llvm-project/lldb/source/Interpreter/ |
H A D | CommandAlias.cpp | 102 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias() 236 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() function in CommandAlias 240 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 345 llvm::StringRef short_help = GetHelp(); in HelpTextContainsWord() 663 std::string help_text(GetHelp());
|
H A D | CommandInterpreter.cpp | 1138 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP() 1284 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject() 1323 descriptions->AppendString(exact_cmd->GetHelp()); in GetAliasFullName() 1446 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() 1467 pos->second->GetHelp(), max_len); in GetHelp() 1484 alias_pos->second->GetHelp(), max_len); 1496 pos->second->GetHelp(), max_len); in GetCommandObjectForCommand() 1508 pos->second->GetHelp(), max_len); in GetCommandObjectForCommand() 2997 commands_help.AppendString(cmd_obj->GetHelp()); in GetExecutionContext() 1413 void CommandInterpreter::GetHelp(CommandReturnObject &result, GetHelp() function in CommandInterpreter
|
/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | CommandAlias.h | 51 llvm::StringRef GetHelp() override;
|
H A D | CommandObject.h | 50 descriptions->AppendString(iter->second->GetHelp()); 129 virtual llvm::StringRef GetHelp();
|
H A D | CommandObjectMultiword.h | 93 llvm::StringRef GetHelp() override;
|
H A D | CommandInterpreter.h | 444 void GetHelp(CommandReturnObject &result,
|
/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointName.h | 177 const char *GetHelp() in GetHelp() function
|
/llvm-project/lldb/include/lldb/API/ |
H A D | SBCommandInterpreter.h | 372 const char *GetHelp();
|
/llvm-project/lldb/source/API/ |
H A D | SBCommandInterpreter.cpp | 655 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand 658 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
|
H A D | SBBreakpointName.cpp | 501 return ConstString(bp_name->GetHelp()).GetCString(); in GetHelpString()
|