Lines Matching refs:CommandInterpreter
109 const char *CommandInterpreter::g_no_argument = "<no-argument>";
110 const char *CommandInterpreter::g_need_argument = "<need-argument>";
111 const char *CommandInterpreter::g_argument = "<argument>";
122 ConstString &CommandInterpreter::GetStaticBroadcasterClass() { in GetStaticBroadcasterClass()
127 CommandInterpreter::CommandInterpreter(Debugger &debugger, in CommandInterpreter() function in CommandInterpreter
130 CommandInterpreter::GetStaticBroadcasterClass().AsCString()), in CommandInterpreter()
147 bool CommandInterpreter::GetExpandRegexAliases() const { in GetExpandRegexAliases()
153 bool CommandInterpreter::GetPromptOnQuit() const { in GetPromptOnQuit()
159 void CommandInterpreter::SetPromptOnQuit(bool enable) { in SetPromptOnQuit()
164 bool CommandInterpreter::GetSaveSessionOnQuit() const { in GetSaveSessionOnQuit()
170 void CommandInterpreter::SetSaveSessionOnQuit(bool enable) { in SetSaveSessionOnQuit()
175 bool CommandInterpreter::GetOpenTranscriptInEditor() const { in GetOpenTranscriptInEditor()
181 void CommandInterpreter::SetOpenTranscriptInEditor(bool enable) { in SetOpenTranscriptInEditor()
186 FileSpec CommandInterpreter::GetSaveSessionDirectory() const { in GetSaveSessionDirectory()
191 void CommandInterpreter::SetSaveSessionDirectory(llvm::StringRef path) { in SetSaveSessionDirectory()
196 bool CommandInterpreter::GetEchoCommands() const { in GetEchoCommands()
202 void CommandInterpreter::SetEchoCommands(bool enable) { in SetEchoCommands()
207 bool CommandInterpreter::GetEchoCommentCommands() const { in GetEchoCommentCommands()
213 void CommandInterpreter::SetEchoCommentCommands(bool enable) { in SetEchoCommentCommands()
218 void CommandInterpreter::AllowExitCodeOnQuit(bool allow) { in AllowExitCodeOnQuit()
224 bool CommandInterpreter::SetQuitExitCode(int exit_code) { in SetQuitExitCode()
231 int CommandInterpreter::GetQuitExitCode(bool &exited) const { in GetQuitExitCode()
238 void CommandInterpreter::ResolveCommand(const char *command_line, in ResolveCommand()
247 bool CommandInterpreter::GetStopCmdSourceOnError() const { in GetStopCmdSourceOnError()
253 bool CommandInterpreter::GetSpaceReplPrompts() const { in GetSpaceReplPrompts()
259 bool CommandInterpreter::GetRepeatPreviousCommand() const { in GetRepeatPreviousCommand()
265 bool CommandInterpreter::GetRequireCommandOverwrite() const { in GetRequireCommandOverwrite()
271 void CommandInterpreter::Initialize() { in Initialize()
518 void CommandInterpreter::Clear() { in Clear()
522 const char *CommandInterpreter::ProcessEmbeddedScriptCommands(const char *arg) { in ProcessEmbeddedScriptCommands()
538 void CommandInterpreter::LoadCommandDictionary() { in LoadCommandDictionary()
922 int CommandInterpreter::GetCommandNamesMatchingPartialString( in GetCommandNamesMatchingPartialString()
936 CommandObjectMultiword *CommandInterpreter::VerifyUserMultiwordCmdPath( in VerifyUserMultiwordCmdPath()
994 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP()
1120 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand()
1144 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand()
1194 CommandInterpreter::GetCommandSPExact(llvm::StringRef cmd_str, in GetCommandSPExact()
1236 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject()
1246 CommandObject *CommandInterpreter::GetUserCommandObject( in GetUserCommandObject()
1282 bool CommandInterpreter::CommandExists(llvm::StringRef cmd) const { in CommandExists()
1286 bool CommandInterpreter::GetAliasFullName(llvm::StringRef cmd, in GetAliasFullName()
1316 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists()
1320 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists()
1324 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists()
1329 CommandInterpreter::AddAlias(llvm::StringRef alias_name, in AddAlias()
1348 bool CommandInterpreter::RemoveAlias(llvm::StringRef alias_name) { in RemoveAlias()
1357 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd, bool force) { in RemoveCommand()
1370 bool CommandInterpreter::RemoveUser(llvm::StringRef user_name) { in RemoveUser()
1380 bool CommandInterpreter::RemoveUserMultiword(llvm::StringRef multi_name) { in RemoveUserMultiword()
1390 void CommandInterpreter::GetHelp(CommandReturnObject &result, in GetHelp()
1462 CommandObject *CommandInterpreter::GetCommandObjectForCommand( in GetCommandObjectForCommand()
1604 CommandObject *CommandInterpreter::BuildAliasResult( in BuildAliasResult()
1693 Status CommandInterpreter::PreprocessCommand(std::string &command) { in PreprocessCommand()
1746 CommandInterpreter::PreprocessToken(std::string &expr_str) { in PreprocessToken()
1856 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
1867 bool CommandInterpreter::HandleCommand(const char *command_line, in HandleCommand()
2050 void CommandInterpreter::HandleCompletionMatches(CompletionRequest &request) { in HandleCompletionMatches()
2097 void CommandInterpreter::HandleCompletion(CompletionRequest &request) { in HandleCompletion()
2118 CommandInterpreter::GetAutoSuggestionForCommand(llvm::StringRef line) { in GetAutoSuggestionForCommand()
2130 void CommandInterpreter::UpdatePrompt(llvm::StringRef new_prompt) { in UpdatePrompt()
2139 bool CommandInterpreter::Confirm(llvm::StringRef message, bool default_answer) { in Confirm()
2152 CommandInterpreter::GetAlias(llvm::StringRef alias_name) const { in GetAlias()
2162 bool CommandInterpreter::HasCommands() const { return (!m_command_dict.empty()); } in HasCommands()
2164 bool CommandInterpreter::HasAliases() const { return (!m_alias_dict.empty()); } in HasAliases()
2166 bool CommandInterpreter::HasUserCommands() const { return (!m_user_dict.empty()); } in HasUserCommands()
2168 bool CommandInterpreter::HasUserMultiwordCommands() const { in HasUserMultiwordCommands()
2172 bool CommandInterpreter::HasAliasOptions() const { return HasAliases(); } in HasAliasOptions()
2174 void CommandInterpreter::BuildAliasCommandArgs(CommandObject *alias_cmd_obj, in BuildAliasCommandArgs()
2288 int CommandInterpreter::GetOptionArgumentPosition(const char *in_string) { in GetOptionArgumentPosition()
2355 void CommandInterpreter::SourceInitFile(FileSpec file, in SourceInitFile()
2377 void CommandInterpreter::SourceInitFileCwd(CommandReturnObject &result) { in SourceInitFileCwd()
2417 void CommandInterpreter::SourceInitFileHome(CommandReturnObject &result, in SourceInitFileHome()
2444 void CommandInterpreter::SourceInitFileGlobal(CommandReturnObject &result) { in SourceInitFileGlobal()
2459 const char *CommandInterpreter::GetCommandPrefix() { in GetCommandPrefix()
2464 PlatformSP CommandInterpreter::GetPlatform(bool prefer_target_platform) { in GetPlatform()
2478 bool CommandInterpreter::DidProcessStopAbnormally() const { in DidProcessStopAbnormally()
2525 CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands()
2535 void CommandInterpreter::HandleCommands(const StringList &commands, in HandleCommands()
2667 void CommandInterpreter::HandleCommandsFromFile( in HandleCommandsFromFile()
2675 void CommandInterpreter::HandleCommandsFromFile(FileSpec &cmd_file, in HandleCommandsFromFile()
2789 debugger, IOHandler::Type::CommandInterpreter, input_file_sp, in HandleCommandsFromFile()
2820 bool CommandInterpreter::GetSynchronous() { return m_synchronous_execution; } in GetSynchronous()
2822 void CommandInterpreter::SetSynchronous(bool value) { in SetSynchronous()
2826 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText()
2870 void CommandInterpreter::OutputFormattedHelpText(Stream &strm, in OutputFormattedHelpText()
2881 void CommandInterpreter::OutputHelpText(Stream &strm, llvm::StringRef word_text, in OutputHelpText()
2925 void CommandInterpreter::FindCommandsForApropos( in FindCommandsForApropos()
2957 void CommandInterpreter::FindCommandsForApropos(llvm::StringRef search_word, in FindCommandsForApropos()
2983 ExecutionContext CommandInterpreter::GetExecutionContext() const { in GetExecutionContext()
2989 void CommandInterpreter::OverrideExecutionContext( in OverrideExecutionContext()
2994 void CommandInterpreter::RestoreExecutionContext() { in RestoreExecutionContext()
2999 void CommandInterpreter::GetProcessOutput() { in GetProcessOutput()
3005 void CommandInterpreter::StartHandlingCommand() { in StartHandlingCommand()
3015 void CommandInterpreter::FinishHandlingCommand() { in FinishHandlingCommand()
3023 bool CommandInterpreter::InterruptCommand() { in InterruptCommand()
3029 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted()
3039 void CommandInterpreter::PrintCommandOutput(IOHandler &io_handler, in PrintCommandOutput()
3064 bool CommandInterpreter::EchoCommandNonInteractive( in EchoCommandNonInteractive()
3079 void CommandInterpreter::IOHandlerInputComplete(IOHandler &io_handler, in IOHandlerInputComplete()
3178 bool CommandInterpreter::IOHandlerInterrupt(IOHandler &io_handler) { in IOHandlerInterrupt()
3202 bool CommandInterpreter::SaveTranscript( in SaveTranscript()
3264 bool CommandInterpreter::IsInteractive() { in IsInteractive()
3268 FileSpec CommandInterpreter::GetCurrentSourceDir() { in GetCurrentSourceDir()
3274 void CommandInterpreter::GetLLDBCommandsFromIOHandler( in GetLLDBCommandsFromIOHandler()
3293 void CommandInterpreter::GetPythonCommandsFromIOHandler( in GetPythonCommandsFromIOHandler()
3312 bool CommandInterpreter::IsActive() { in IsActive()
3317 CommandInterpreter::GetIOHandler(bool force_create, in GetIOHandler()
3349 m_debugger, IOHandler::Type::CommandInterpreter, in GetIOHandler()
3361 CommandInterpreterRunResult CommandInterpreter::RunCommandInterpreter( in RunCommandInterpreter()
3391 CommandInterpreter::ResolveCommandImpl(std::string &command_line, in ResolveCommandImpl()