[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 7 10:41:09 PDT 2025
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
More information about the lldb-commits
mailing list