[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:
committed by
Raphael Isemann
parent
80e9dd0878
commit
e1cd7cac8a
3
lldb/test/API/functionalities/completion/shared.cpp
Normal file
3
lldb/test/API/functionalities/completion/shared.cpp
Normal file
@@ -0,0 +1,3 @@
|
||||
int foo() {
|
||||
return 123;
|
||||
}
|
||||
Reference in New Issue
Block a user