Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h274 bool include_aliases = false) const;
420 bool include_aliases,
659 bool include_aliases = true,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp920 const char *cmd_str, bool include_aliases, StringList &matches, in GetCommandNamesMatchingPartialString() argument
925 if (include_aliases) { in GetCommandNamesMatchingPartialString()
991 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() argument
1004 if (include_aliases && HasAliases()) { in GetCommandSP()
1053 if (include_aliases && HasAliases()) { in GetCommandSP()
1188 bool include_aliases) const { in GetCommandSPExact()
1196 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1201 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1319 const bool include_aliases = false; in GetAliasFullName() local
1322 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
[all …]
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp488 const bool include_aliases = true; in HandleAliasingRawCommand() local
494 cmd_obj.GetCommandName(), include_aliases); in HandleAliasingRawCommand()