Lines Matching refs:GetCommandInterpreter
123 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
374 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
808 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
1072 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1136 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1990 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
2224 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
2234 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
2422 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2575 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2578 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
2592 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
2603 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2656 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2674 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2687 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()