Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDStructuredDataPlugin.cpp48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectHelp.cpp100 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
211 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
HDCommandObjectCommands.cpp783 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1056 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter
1261 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()
1386 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()
1788 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
1810 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
2972 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h227 CommandObject *GetCommandObject(llvm::StringRef cmd,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
HDRenderScriptRuntime.h314 GetCommandObject(CommandInterpreter &interpreter);
HDRenderScriptRuntime.cpp953 GetCommandObject); in Initialize()
4934 lldb::CommandObjectSP RenderScriptRuntime::GetCommandObject( in GetCommandObject() function in RenderScriptRuntime