Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DStructuredDataPlugin.cpp48 if (!interpreter.GetCommandObject("plugin structured-data")) { in InitializeBasePluginForDebugger()
51 debugger.GetCommandInterpreter().GetCommandObject("plugin"); in InitializeBasePluginForDebugger()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp103 cmd_obj = m_interpreter.GetCommandObject(command_name, &matches); in DoExecute()
209 m_interpreter.GetCommandObject(request.GetParsedLine()[0].ref()); in HandleCompletion()
H A DCommandObjectCommands.cpp663 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1236 CommandInterpreter::GetCommandObject(llvm::StringRef cmd_str, in GetCommandObject() function in CommandInterpreter
1484 cmd_obj = GetCommandObject(cmd_word); in GetCommandObjectForCommand()
1609 alias_cmd_obj = GetCommandObject(alias_name); in BuildAliasResult()
2067 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0), in HandleCompletionMatches()
2089 GetCommandObject(request.GetParsedLine().GetArgumentAtIndex(0)); in HandleCompletionMatches()
3408 cmd_obj = GetCommandObject(next_word, &matches); in ResolveCommandImpl()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h276 CommandObject *GetCommandObject(llvm::StringRef cmd,