Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2674 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute() local
2675 if (!did_remove) { in DoExecute()