diff options
author | Gongyu Deng <gy_deng@icloud.com> | 2020-08-11 12:29:25 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2020-08-11 12:35:36 +0200 |
commit | 419f1be7b54ef2c285050c24e4b4c333cb108cfc (patch) | |
tree | 9d3d61f7681ace29da9beea7300be45a0ae4f142 /lldb/source/Commands/CommandObjectThread.cpp | |
parent | d542feb8e49bd3d43363724531c8f65b82d9759f (diff) | |
download | llvm-419f1be7b54ef2c285050c24e4b4c333cb108cfc.zip llvm-419f1be7b54ef2c285050c24e4b4c333cb108cfc.tar.gz llvm-419f1be7b54ef2c285050c24e4b4c333cb108cfc.tar.bz2 |
[lldb] tab completion for `target modules load -u`
1. Added a common completion ModuleUUIDs to provide a list of the UUIDs of modules for completion;
2. Added a new enumeration item eArgTypeModuleUUID to CommandArgumentType which is set as the option argument type of OptionGroupUUID;
3. Applied the module UUID completion to the argument of the type eArgTypeModuleUUID in lldb/source/Interpreter/CommandObject.cpp;
4. Added an related test case in lldb/test/API/functionalities/completion/TestCompletion.py.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions