Home
last modified time | relevance | path

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

/external/lldb/source/Commands/
DCommandObjectHelp.cpp86 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex (0), &matches); in DoExecute()
221 CommandObject *cmd_obj = m_interpreter.GetCommandObject (input.GetArgumentAtIndex(0)); in HandleCompletion()
DCommandObjectSyntax.cpp66 cmd_obj = m_interpreter.GetCommandObject (command.GetArgumentAtIndex(0)); in DoExecute()
DCommandObjectCommands.cpp811 cmd_obj = m_interpreter.GetCommandObject(command_name); in DoExecute()
/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h100 GetCommandObject (const char *cmd,
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp847 CommandInterpreter::GetCommandObject (const char *cmd_cstr, StringList *matches) in GetCommandObject() function in CommandInterpreter
1147 cmd_obj = GetCommandObject (cmd_word.c_str()); in GetCommandObjectForCommand()
1300 alias_cmd_obj = GetCommandObject (alias_name); in BuildAliasResult()
1636 cmd_obj = GetCommandObject (next_word.c_str(), &matches); in HandleCommand()
1896 CommandObject *cmd_obj = GetCommandObject (parsed_line.GetArgumentAtIndex(0), &matches); in HandleCompletionMatches()
1918 CommandObject *command_object = GetCommandObject (parsed_line.GetArgumentAtIndex(0)); in HandleCompletionMatches()