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.cpp1359 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() local
1362 if (command_alias_up && command_alias_up->IsValid()) { in AddAlias()
1364 CommandObjectSP(command_alias_up.get()); in AddAlias()
1365 return command_alias_up.release(); in AddAlias()