This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7f59a86e7 NativeProcessProtocol: Sink ReadMemoryWithoutTrap into base class new b591387d5 Add support for descriptions with command completions.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/API/SBCommandInterpreter.h | 14 +++ include/lldb/Core/IOHandler.h | 7 +- include/lldb/Expression/REPL.h | 2 +- include/lldb/Host/Editline.h | 3 +- include/lldb/Interpreter/CommandInterpreter.h | 12 ++- include/lldb/Interpreter/CommandObject.h | 7 +- include/lldb/Utility/CompletionRequest.h | 89 ++++++++++++++---- .../functionalities/completion/TestCompletion.py | 16 ++++ packages/Python/lldbsuite/test/lldbtest.py | 29 ++++++ scripts/interface/SBCommandInterpreter.i | 7 ++ source/API/SBCommandInterpreter.cpp | 31 ++++++- source/Commands/CommandObjectMultiword.cpp | 7 +- source/Core/IOHandler.cpp | 40 ++++----- source/Expression/REPL.cpp | 4 +- source/Host/common/Editline.cpp | 44 ++++++--- source/Interpreter/CommandInterpreter.cpp | 75 ++++++++++------ source/Utility/CompletionRequest.cpp | 43 +++++++-- unittests/Utility/CompletionRequestTest.cpp | 100 ++++++++++++++++++++- 18 files changed, 424 insertions(+), 106 deletions(-)