Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1137 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() local
1140 if (command_alias_up && command_alias_up->IsValid()) { in AddAlias()
1141 m_alias_dict[alias_name] = CommandObjectSP(command_alias_up.get()); in AddAlias()
1142 return command_alias_up.release(); in AddAlias()