Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h288 bool include_aliases = false) const;
436 bool include_aliases,
693 bool include_aliases = true,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp946 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
951 if (include_aliases) { in GetCommandNamesMatchingPartialString()
1017 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument
1030 if (include_aliases && HasAliases()) { in GetCommandSP()
1079 if (include_aliases && HasAliases()) { in GetCommandSP()
1218 bool include_aliases) const { in GetCommandSPExact()
1226 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1231 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1324 const bool include_aliases = false; in GetAliasFullName() local
1327 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp465 const bool include_aliases = true; in HandleAliasingRawCommand() local
471 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()