[all-commits] [llvm/llvm-project] e38205: [lldb] tab completion for `platform target-install`
Gongyu Deng via All-commits
all-commits at lists.llvm.org
Mon Aug 10 11:15:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e3820570d406f56a25eee681df03a394882febb0
https://github.com/llvm/llvm-project/commit/e3820570d406f56a25eee681df03a394882febb0
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-08-10 (Mon, 10 Aug 2020)
Changed paths:
M lldb/source/Commands/CommandObjectPlatform.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] tab completion for `platform target-install`
1. Applied the common completion `eDiskFileCompletion` to the first argument of
the command `platform target-install`.
2. Added a related test case.
Reviewed By: teemperor
Differential Revision: https://reviews.llvm.org/D84179
More information about the All-commits
mailing list