[all-commits] [llvm/llvm-project] 8a5e29: [lldb] tab completion for `disassemble -F`
Gongyu Deng via All-commits
all-commits at lists.llvm.org
Tue Aug 11 01:02:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 8a5e296975b3da5d5d849ae8185ef3d98ca77795
https://github.com/llvm/llvm-project/commit/8a5e296975b3da5d5d849ae8185ef3d98ca77795
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-08-11 (Tue, 11 Aug 2020)
Changed paths:
M lldb/include/lldb/Interpreter/CommandCompletions.h
M lldb/source/Commands/CommandCompletions.cpp
M lldb/source/Interpreter/CommandObject.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] tab completion for `disassemble -F`
1.Added a new common completion DisassemblyFlavors;
2. Bound DisassemblyFlavors to argument of type eArgTypeDisassemblyFlavor in
CommandObject.cpp;
3. Added a related test case.
More information about the All-commits
mailing list