Searched refs:cmd_cstr (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp640 CommandInterpreter::GetCommandSP (const char *cmd_cstr, bool include_aliases, bool exact, StringList *matches) argument
645 std::string cmd(cmd_cstr);
687 num_cmd_matches = CommandObject::AddNamesMatchingPartialString (m_command_dict, cmd_cstr, *matches);
700 num_alias_matches = CommandObject::AddNamesMatchingPartialString (m_alias_dict, cmd_cstr, *matches);
714 num_user_matches = CommandObject::AddNamesMatchingPartialString (m_user_dict, cmd_cstr, *matches);
740 matches->AppendString (cmd_cstr);
798 CommandInterpreter::GetCommandSPExact (const char *cmd_cstr, bool include_aliases) argument
800 Args cmd_words (cmd_cstr); // Break up the command string into words, in case it's a multi-word command.
803 if (cmd_cstr == NULL)
807 return GetCommandSP(cmd_cstr, include_aliase
841 GetCommandObjectExact(const char *cmd_cstr, bool include_aliases) argument
847 GetCommandObject(const char *cmd_cstr, StringList *matches) argument
[all...]
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h96 GetCommandObjectExact (const char *cmd_cstr,
267 GetCommandNamesMatchingPartialString (const char *cmd_cstr,

Completed in 737 milliseconds