[lldb] Tab completion for process load/unload

1. Complete `process load` with the common disk file completion, so there is not test provided for it;
2. Complete `process unload` with the tokens of valid loaded images.

Thanks for Raphael's help on the test for `process unload`.

Reviewed By: teemperor

Differential Revision: https://reviews.llvm.org/D79887
This commit is contained in:
Gongyu Deng
2020-08-21 09:57:18 +02:00
committed by Raphael Isemann
parent 80e9dd0878
commit e1cd7cac8a
5 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
int foo() {
return 123;
}