jimingham wrote:

The lldb command line was designed so that it always does shortest complete 
match, and there are a lot of common commands that people only type partially.  
Adding one more expr alias isn't such a big deal, but adding special purpose 
aliases for all the shortenings people want to use is not supportable (and 
might collide with other aliases users have set).
So we need a better solution to this DAP problem than just adding 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