jimingham wrote:

We may use the word `expr` in documentation, but that doesn't mean that a user 
could decide they wanted to use `expr` for something completely different.  And 
even if we added an explicit alias for `expr` someone who was using it for 
another purpose will just get a little annoyed, then do:

command unalias expr
command alias expr <whatever it was before>

So it doesn't seem wise for DAP to depend on the fixed meaning of aliases.

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

Reply via email to