Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1449 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() local
1452 if (command_alias_up && command_alias_up->IsValid()) { in AddAlias()
1454 CommandObjectSP(command_alias_up.get()); in AddAlias()
1455 return command_alias_up.release(); in AddAlias()