[Lldb-commits] [PATCH] D51175: Add support for descriptions with command completions.
Raphael Isemann via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 13 14:25:30 PDT 2018
teemperor updated this revision to Diff 165379.
teemperor added a comment.
- Rebasing before merging.
https://reviews.llvm.org/D51175
Files:
include/lldb/API/SBCommandInterpreter.h
include/lldb/Core/IOHandler.h
include/lldb/Expression/REPL.h
include/lldb/Host/Editline.h
include/lldb/Interpreter/CommandInterpreter.h
include/lldb/Interpreter/CommandObject.h
include/lldb/Utility/CompletionRequest.h
packages/Python/lldbsuite/test/functionalities/completion/TestCompletion.py
packages/Python/lldbsuite/test/lldbtest.py
scripts/interface/SBCommandInterpreter.i
source/API/SBCommandInterpreter.cpp
source/Commands/CommandObjectMultiword.cpp
source/Core/IOHandler.cpp
source/Expression/REPL.cpp
source/Host/common/Editline.cpp
source/Interpreter/CommandInterpreter.cpp
source/Utility/CompletionRequest.cpp
unittests/Utility/CompletionRequestTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51175.165379.patch
Type: text/x-patch
Size: 44858 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180913/9ff817f1/attachment-0001.bin>
More information about the lldb-commits
mailing list