Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Target/
H A DStructuredDataPlugin.cpp48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectHelp.cpp103 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
211 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
H A DCommandObjectCommands.cpp664 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1211 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter
1483 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()
1608 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()
2017 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2039 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
3339 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h267 CommandObject *GetCommandObject(llvm::StringRef cmd,
/llvm-project-15.0.7/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h320 GetCommandObject(CommandInterpreter &interpreter);
H A DRenderScriptRuntime.cpp963 GetCommandObject); in Initialize()
4931 lldb::CommandObjectSP RenderScriptRuntime::GetCommandObject( in GetCommandObject() function in RenderScriptRuntime