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

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

Completed in 120 milliseconds