[Lldb-commits] [lldb] [lldb][lldb-dap] explicitly set the expr as an alias for expression. (PR #134562)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 14 15:52:14 PDT 2025
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
More information about the lldb-commits
mailing list