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.h292 bool include_aliases = false) const;
443 bool include_aliases,
704 bool include_aliases = true,
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp949 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
954 if (include_aliases) { in GetCommandNamesMatchingPartialString()
1046 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument
1059 if (include_aliases && HasAliases()) { in GetCommandSP()
1108 if (include_aliases && HasAliases()) { in GetCommandSP()
1276 bool include_aliases) const { in GetCommandSPExact()
1284 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1289 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1414 const bool include_aliases = false; in GetAliasFullName() local
1417 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp472 const bool include_aliases = true; in HandleAliasingRawCommand() local
478 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()