[all-commits] [llvm/llvm-project] 188f1a: [lldb] type category name common completion
Gongyu Deng via All-commits
all-commits at lists.llvm.org
Mon Aug 24 10:55:01 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 188f1ac301c5c6da6d2f5697952510fc39cbdd43
https://github.com/llvm/llvm-project/commit/188f1ac301c5c6da6d2f5697952510fc39cbdd43
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-08-24 (Mon, 24 Aug 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandCompletions.h
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Commands/CommandObjectTarget.cpp
M lldb/source/Commands/CommandObjectType.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] type category name common completion
1. Added a new common completion TypeCategoryNames to provide a list of category names for completion;
2. Applied the completion to these commands: type category delete/enable/disable/list/define;
3. Added a related test case;
4. Bound the completion to the arguments of the type 'eArgTypeName'.
Reviewed By: teemperor, JDevlieghere
Differential Revision: https://reviews.llvm.org/D84124
More information about the All-commits
mailing list