Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp431 CommandAlias *shell_alias = AddAlias("shell", cmd_obj_sp, " --host --"); in Initialize() local
432 if (shell_alias) { in Initialize()
433 shell_alias->SetHelp("Run a shell command on the host."); in Initialize()
434 shell_alias->SetHelpLong(""); in Initialize()
435 shell_alias->SetSyntax("shell <shell-command>"); in Initialize()