| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 237 std::string help_text(std::string(pos->second->GetHelp())); in GenerateHelpText() 243 "--", pos->second->GetHelp(), in GenerateHelpText() 316 llvm::StringRef CommandObjectProxy::GetHelp() { in GetHelp() function in CommandObjectProxy 319 return proxy_command->GetHelp(); in GetHelp() 320 return CommandObject::GetHelp(); in GetHelp()
|
| H A D | CommandObjectCommands.cpp | 652 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion() 741 request.TryCompleteCurrentArg(ent.first, ent.second->GetHelp()); in HandleArgumentCompletion() 883 m_interpreter, name, m_options.GetHelp(), m_options.GetSyntax(), 10, 0, in DoExecute() 1063 llvm::StringRef GetHelp() { return m_help; } in GetHelp() function in CommandObjectCommandsAddRegex::CommandOptions 1173 llvm::StringRef GetHelp() override { in GetHelp() function in CommandObjectScriptingObject 1175 return CommandObjectRaw::GetHelp(); in GetHelp() 1178 return CommandObjectRaw::GetHelp(); in GetHelp() 1185 return CommandObjectRaw::GetHelp(); in GetHelp() 1650 m_interpreter.GetHelp(result, CommandInterpreter::eCommandTypesUserDef); in DoExecute()
|
| H A D | CommandObjectHelp.cpp | 97 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
|
| /openbsd-src/gnu/llvm/lldb/source/Interpreter/ |
| H A D | CommandAlias.cpp | 101 GetUnderlyingCommand()->GetHelp().str().c_str()); in CommandAlias() 235 llvm::StringRef CommandAlias::GetHelp() { in GetHelp() function in CommandAlias 239 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 | 1111 descriptions->AppendString(command_sp->GetHelp()); in GetCommandSP() 1257 descriptions->AppendString(command_obj->GetHelp()); in GetCommandObject() 1276 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject() 1407 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp() function in CommandInterpreter 1428 pos->second->GetHelp(), max_len); in GetHelp() 1445 alias_pos->second->GetHelp(), max_len); in GetHelp() 1457 pos->second->GetHelp(), max_len); in GetHelp() 1469 pos->second->GetHelp(), max_len); in GetHelp() 2938 commands_help.AppendString(cmd_obj->GetHelp()); in FindCommandsForApropos()
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/ |
| H A D | CommandAlias.h | 51 llvm::StringRef GetHelp() override;
|
| H A D | CommandObject.h | 49 descriptions->AppendString(iter->second->GetHelp()); 127 virtual llvm::StringRef GetHelp();
|
| H A D | CommandObjectMultiword.h | 91 llvm::StringRef GetHelp() override;
|
| H A D | CommandInterpreter.h | 424 void GetHelp(CommandReturnObject &result,
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/API/ |
| H A D | SBCommandInterpreter.h | 303 const char *GetHelp();
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | BreakpointName.h | 189 const char *GetHelp() in GetHelp() function
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBCommandInterpreter.cpp | 605 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand 608 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
|
| H A D | SBBreakpointName.cpp | 499 return bp_name->GetHelp(); in GetHelpString()
|