Lines Matching refs:CommandInterpreter
119 ConstString &CommandInterpreter::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
124 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter
128 CommandInterpreter::GetStaticBroadcasterClass().AsCString()), in CommandInterpreter()
146 bool CommandInterpreter::GetExpandRegexAliases() const { in GetExpandRegexAliases()
152 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit()
158 void CommandInterpreter::SetPromptOnQuit(bool b) { in SetPromptOnQuit()
163 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands()
169 void CommandInterpreter::SetEchoCommands(bool b) { in SetEchoCommands()
174 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands()
180 void CommandInterpreter::SetEchoCommentCommands(bool b) { in SetEchoCommentCommands()
185 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit()
191 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode()
198 int CommandInterpreter::GetQuitExitCode(bool &exited) const { in GetQuitExitCode()
205 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand()
214 bool CommandInterpreter::GetStopCmdSourceOnError() const { in GetStopCmdSourceOnError()
220 bool CommandInterpreter::GetSpaceReplPrompts() const { in GetSpaceReplPrompts()
226 void CommandInterpreter::Initialize() { in Initialize()
436 void CommandInterpreter::Clear() { in Clear()
443 const char *CommandInterpreter::ProcessEmbeddedScriptCommands(const char *arg) { in ProcessEmbeddedScriptCommands()
456 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary()
843 int CommandInterpreter::GetCommandNamesMatchingPartialString( in GetCommandNamesMatchingPartialString()
858 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP()
958 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand()
980 bool CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand()
1009 CommandObjectSP CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact()
1053 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject()
1088 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists()
1092 bool CommandInterpreter::GetAliasFullName(llvm::StringRef cmd, in GetAliasFullName()
1121 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists()
1125 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists()
1130 CommandInterpreter::AddAlias(llvm::StringRef alias_name, in AddAlias()
1148 bool CommandInterpreter::RemoveAlias(llvm::StringRef alias_name) { in RemoveAlias()
1157 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd) { in RemoveCommand()
1168 bool CommandInterpreter::RemoveUser(llvm::StringRef alias_name) { in RemoveUser()
1177 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp()
1237 CommandObject *CommandInterpreter::GetCommandObjectForCommand( in GetCommandObjectForCommand()
1378 CommandObject *CommandInterpreter::BuildAliasResult( in BuildAliasResult()
1447 Status CommandInterpreter::PreprocessCommand(std::string &command) { in PreprocessCommand()
1597 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
1771 int CommandInterpreter::HandleCompletionMatches(CompletionRequest &request) { in HandleCompletionMatches()
1831 int CommandInterpreter::HandleCompletion( in HandleCompletion()
1896 CommandInterpreter::~CommandInterpreter() {} in ~CommandInterpreter()
1898 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt()
1907 bool CommandInterpreter::Confirm(llvm::StringRef message, bool default_answer) { in Confirm()
1920 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias()
1930 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands()
1932 bool CommandInterpreter::HasAliases() const { return (!m_alias_dict.empty()); } in HasAliases()
1934 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands()
1936 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions()
1938 void CommandInterpreter::BuildAliasCommandArgs(CommandObject *alias_cmd_obj, in BuildAliasCommandArgs()
2060 int CommandInterpreter::GetOptionArgumentPosition(const char *in_string) { in GetOptionArgumentPosition()
2087 void CommandInterpreter::SourceInitFile(bool in_cwd, in SourceInitFile()
2184 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix()
2189 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform()
2203 void CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands()
2365 void CommandInterpreter::HandleCommandsFromFile( in HandleCommandsFromFile()
2461 debugger, IOHandler::Type::CommandInterpreter, input_file_sp, in HandleCommandsFromFile()
2502 ScriptInterpreter *CommandInterpreter::GetScriptInterpreter(bool can_create) { in GetScriptInterpreter()
2514 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous()
2516 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous()
2520 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText()
2561 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText()
2572 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text, in OutputHelpText()
2616 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos()
2645 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos()
2666 void CommandInterpreter::UpdateExecutionContext( in UpdateExecutionContext()
2677 size_t CommandInterpreter::GetProcessOutput() { in GetProcessOutput()
2705 void CommandInterpreter::StartHandlingCommand() { in StartHandlingCommand()
2715 void CommandInterpreter::FinishHandlingCommand() { in FinishHandlingCommand()
2723 bool CommandInterpreter::InterruptCommand() { in InterruptCommand()
2729 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted()
2736 void CommandInterpreter::PrintCommandOutput(Stream &stream, in PrintCommandOutput()
2760 bool CommandInterpreter::EchoCommandNonInteractive( in EchoCommandNonInteractive()
2775 void CommandInterpreter::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
2873 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt()
2896 void CommandInterpreter::GetLLDBCommandsFromIOHandler( in GetLLDBCommandsFromIOHandler()
2919 void CommandInterpreter::GetPythonCommandsFromIOHandler( in GetPythonCommandsFromIOHandler()
2942 bool CommandInterpreter::IsActive() { in IsActive()
2947 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler()
2976 m_debugger, IOHandler::Type::CommandInterpreter, in GetIOHandler()
2988 void CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3011 CommandInterpreter::ResolveCommandImpl(std::string &command_line, in ResolveCommandImpl()