Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h274 bool include_aliases = false) const;
422 bool include_aliases,
669 bool include_aliases = true,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp923 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
928 if (include_aliases) { in GetCommandNamesMatchingPartialString()
1007 if (include_aliases && HasAliases()) { in GetCommandSP()
1056 if (include_aliases && HasAliases()) { in GetCommandSP()
1195 bool include_aliases) const { in GetCommandSPExact()
1203 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1208 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1301 const bool include_aliases = false; in GetAliasFullName() local
1304 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
2057 bool include_aliases = true; in HandleCompletionMatches() local
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp484 const bool include_aliases = true; in HandleAliasingRawCommand() local
490 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()