Searched refs:include_aliases (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 292 bool include_aliases = false) const; 443 bool include_aliases, 704 bool include_aliases = true,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 949 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, ®ular_matches)); in GetAliasFullName() [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectCommands.cpp | 472 const bool include_aliases = true; in HandleAliasingRawCommand() local 478 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()
|