Searched refs:GetCommandSP (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) function in class:CommandInterpreter
807 return GetCommandSP(cmd_cstr, include_aliases, true, NULL);
812 CommandObjectSP cmd_obj_sp = GetCommandSP (cmd_words.GetArgumentAtIndex (0), include_aliases, true, NULL);
849 CommandObject *command_obj = GetCommandSP (cmd_cstr, false, true, matches).get();
857 command_obj = GetCommandSP (cmd_cstr, true, true, matches).get();
863 command_obj = GetCommandSP(cmd_cstr, false, false, NULL).get();
875 return GetCommandSP(cmd_cstr, true, false, matches).get();
957 CommandObjectSP cmd_obj_sp(GetCommandSP (cmd, include_aliases, exact, &regular_matches));
/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h457 GetCommandSP (const char *cmd, bool include_aliases = true, bool exact = true, StringList *matches = NULL);

Completed in 71 milliseconds