Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1171 std::unique_ptr<CommandAlias> command_alias_up( in AddAlias() local
1174 if (command_alias_up && command_alias_up->IsValid()) { in AddAlias()
1176 CommandObjectSP(command_alias_up.get()); in AddAlias()
1177 return command_alias_up.release(); in AddAlias()