jimingham wrote:

The test is okay, but this seems like confusing behavior to me.  Most people 
who use lldb don't set up command aliases and aren't really aware of which 
commands are aliases and which are built-in commands.  So treating them 
differently seems wrong to me.  If you have a `br` alias then `br` should win 
over `breakpoint` because it is an exact match.  If you have a `brk` alias, 
then I would expect `br` to be ambiguous.

https://github.com/llvm/llvm-project/pull/65760
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to