[all-commits] [llvm/llvm-project] e221da: [lldb-vscode] Use `expression` command for completion
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Mar 7 11:13:44 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e221dab07815016fb04deb5d38441e77d1cd300a
https://github.com/llvm/llvm-project/commit/e221dab07815016fb04deb5d38441e77d1cd300a
Author: Dave Lee <davelee.com at gmail.com>
Date: 2023-03-07 (Tue, 07 Mar 2023)
Changed paths:
M lldb/tools/lldb-vscode/lldb-vscode.cpp
Log Message:
-----------
[lldb-vscode] Use `expression` command for completion
Change lldb-vscode to use the `expression` command for generating completions, instead
of the `p` alias.
Aliases are user overrideable, and even deletable, but the `expression` command is
unchangeable.
See D141539 where a similar replacement was done to tests.
Differential Revision: https://reviews.llvm.org/D145437
More information about the All-commits
mailing list