Home
last modified time | relevance | path

Searched refs:GetCommandObject (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/source/Target/
DStructuredDataPlugin.cpp48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/external/llvm-project/lldb/source/Commands/
DCommandObjectHelp.cpp100 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
211 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
DCommandObjectCommands.cpp643 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1086 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter
1295 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()
1420 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()
1828 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1850 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
3107 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandInterpreter.h270 CommandObject *GetCommandObject(llvm::StringRef cmd,
/external/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
DRenderScriptRuntime.h319 GetCommandObject(CommandInterpreter &interpreter);
DRenderScriptRuntime.cpp963 GetCommandObject); in Initialize()
4945 lldb::CommandObjectSP RenderScriptRuntime::GetCommandObject( in GetCommandObject() function in RenderScriptRuntime