[lldb] tab completion for `platform target-install`
authorGongyu Deng <gy_deng@icloud.com>
Mon, 10 Aug 2020 18:10:18 +0000 (20:10 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Mon, 10 Aug 2020 18:14:46 +0000 (20:14 +0200)
commite3820570d406f56a25eee681df03a394882febb0
treee65e61a82899d91040c0968efde2c79adb167f99
parent6fe6b29c294e8ad7eb9842e2a5e9b6334ecf9483
[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
lldb/source/Commands/CommandObjectPlatform.cpp
lldb/test/API/functionalities/completion/TestCompletion.py