Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DStructuredDataPlugin.cpp49 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
52 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp107 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
217 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref); in HandleCompletion()
H A DCommandObjectCommands.cpp809 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1053 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter
1258 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()
1383 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()
1790 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1818 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
3029 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h218 CommandObject *GetCommandObject(llvm::StringRef cmd,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptRuntime.h316 GetCommandObject(CommandInterpreter &interpreter);
H A DRenderScriptRuntime.cpp978 GetCommandObject); in Initialize()
5053 lldb::CommandObjectSP RenderScriptRuntime::GetCommandObject( in GetCommandObject() function in RenderScriptRuntime