Home
last modified time | relevance | path

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

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