This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 6f3c91089 [ProcessWindows] Choose a register context file by preprocessor new 844aa0ede [lldb][NFC] Check in another crashing test case new 131089c07 Fix issues with inferior stdout coming out of order
The 2 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/Core/Debugger.h | 7 +- include/lldb/Interpreter/CommandInterpreter.h | 2 +- .../Makefile | 0 .../TestCompletionCrash2.py} | 2 +- .../expression_command/completion-crash2/main.cpp | 11 +++ source/Core/Debugger.cpp | 83 ++++++---------------- source/Interpreter/CommandInterpreter.cpp | 32 ++------- 7 files changed, 44 insertions(+), 93 deletions(-) copy packages/Python/lldbsuite/test/expression_command/{completion-crash-lambda => [...] copy packages/Python/lldbsuite/test/expression_command/{completion-crash-lambda/Te [...] create mode 100644 packages/Python/lldbsuite/test/expression_command/completion-cr [...]