Searched refs:GetCommandObject (Results 1 – 7 of 7) sorted by relevance
48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
103 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()211 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
667 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
1229 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter1501 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()1626 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()2064 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()2086 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()3391 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
276 CommandObject *GetCommandObject(llvm::StringRef cmd,
320 GetCommandObject(CommandInterpreter &interpreter);
963 GetCommandObject); in Initialize()4932 lldb::CommandObjectSP RenderScriptRuntime::GetCommandObject( in GetCommandObject() function in RenderScriptRuntime