Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp415 auto alias_command = args[0].ref(); in DoExecute() local
416 if (alias_command.startswith("-")) { in DoExecute()
418 if (alias_command == "--help" || alias_command == "--long-help") { in DoExecute()
427 size_t pos = raw_command_string.find(alias_command); in DoExecute()
429 raw_command_string = raw_command_string.substr(alias_command.size()); in DoExecute()
439 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()
446 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
473 return HandleAliasingRawCommand(alias_command, raw_command_string, in DoExecute()
479 bool HandleAliasingRawCommand(llvm::StringRef alias_command, in HandleAliasingRawCommand() argument
498 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()
[all …]