Lines Matching refs:GetCommandInterpreter
70 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
143 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
395 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
858 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
1267 GetCommandInterpreter(), CommandCompletions::eDiskFileCompletion, in HandleArgumentCompletion()
1321 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
1551 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
1561 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1756 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1922 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1925 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
1939 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1950 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2017 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2035 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2048 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()