Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp394 auto alias_command = args[0].ref(); in DoExecute() local
395 if (alias_command.starts_with("-")) { in DoExecute()
397 if (alias_command == "--help" || alias_command == "--long-help") { in DoExecute()
406 size_t pos = raw_command_string.find(alias_command); in DoExecute()
408 raw_command_string = raw_command_string.substr(alias_command.size()); in DoExecute()
418 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
425 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
451 HandleAliasingRawCommand(alias_command, raw_command_string, *cmd_obj, in DoExecute()
456 bool HandleAliasingRawCommand(llvm::StringRef alias_command, in HandleAliasingRawCommand() argument
475 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()
[all …]