Lines Matching refs:GetCommandInterpreter

70         GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr);  in HandleArgumentCompletion()
142 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
393 ExecutionContext exe_ctx = GetCommandInterpreter().GetExecutionContext(); in DoExecute()
852 if (!GetDebugger().GetCommandInterpreter().GetBatchCommandMode()) { in IOHandlerInputComplete()
1116 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1175 GetCommandInterpreter(), m_completion_type, request, nullptr); in HandleArgumentCompletion()
1277 GetCommandInterpreter(), lldb::eDiskFileCompletion, request, nullptr); in HandleArgumentCompletion()
1330 source_dir = GetDebugger().GetCommandInterpreter().GetCurrentSourceDir(); in DoExecute()
1572 m_overwrite = !GetDebugger().GetCommandInterpreter().GetRequireCommandOverwrite(); in DoExecute()
1582 m_container = GetCommandInterpreter().VerifyUserMultiwordCmdPath( in DoExecute()
1776 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1941 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
1944 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
1958 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()
1969 GetCommandInterpreter(), cmd_name, m_options.m_short_help.c_str(), in DoExecute()
2035 CommandInterpreter &interp = GetCommandInterpreter(); in DoExecute()
2053 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
2066 GetCommandInterpreter().VerifyUserMultiwordCmdPath(command, true, in DoExecute()