Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h93 bool include_aliases);
97 bool include_aliases);
268 bool include_aliases,
457 …GetCommandSP (const char *cmd, bool include_aliases = true, bool exact = true, StringList *matches…
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp626 CommandInterpreter::GetCommandNamesMatchingPartialString (const char *cmd_str, bool include_aliases, in GetCommandNamesMatchingPartialString() argument
631 if (include_aliases) in GetCommandNamesMatchingPartialString()
640 CommandInterpreter::GetCommandSP (const char *cmd_cstr, bool include_aliases, bool exact, StringLis… in GetCommandSP() argument
654 if (include_aliases && HasAliases()) in GetCommandSP()
698 if (include_aliases && HasAliases()) in GetCommandSP()
798 CommandInterpreter::GetCommandSPExact (const char *cmd_cstr, bool include_aliases) in GetCommandSPExact() argument
807 return GetCommandSP(cmd_cstr, include_aliases, true, NULL); in GetCommandSPExact()
812 …ObjectSP cmd_obj_sp = GetCommandSP (cmd_words.GetArgumentAtIndex (0), include_aliases, true, NULL); in GetCommandSPExact()
841 CommandInterpreter::GetCommandObjectExact (const char *cmd_cstr, bool include_aliases) in GetCommandObjectExact() argument
843 return GetCommandSPExact (cmd_cstr, include_aliases).get(); in GetCommandObjectExact()
[all …]