Home
last modified time | relevance | path

Searched refs:GetHelp (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp237 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 DCommandObjectCommands.cpp652 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 DCommandObjectHelp.cpp97 m_interpreter.GetHelp(result, cmd_types); // General help in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandAlias.cpp101 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 DCommandObject.cpp55 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 DCommandInterpreter.cpp1111 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 DCommandAlias.h51 llvm::StringRef GetHelp() override;
H A DCommandObject.h49 descriptions->AppendString(iter->second->GetHelp());
127 virtual llvm::StringRef GetHelp();
H A DCommandObjectMultiword.h91 llvm::StringRef GetHelp() override;
H A DCommandInterpreter.h424 void GetHelp(CommandReturnObject &result,
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h303 const char *GetHelp();
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h189 const char *GetHelp() in GetHelp() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp605 const char *SBCommand::GetHelp() { in GetHelp() function in SBCommand
608 return (IsValid() ? ConstString(m_opaque_sp->GetHelp()).AsCString() in GetHelp()
H A DSBBreakpointName.cpp499 return bp_name->GetHelp(); in GetHelpString()