This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from be7297c1e [test] Make sys.stdout compatible with both Python 2 & 3 new a5ef55ffc [lldb][NFC] Remove unused prompt variable in TestMultilineCom [...] new c04fe582c [lldb] Unify target checking in CommandObject
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/Interpreter/CommandObject.h | 1 + .../TestMultilineCompletion.py | 2 - source/Commands/CommandObjectBreakpointCommand.cpp | 17 +- source/Commands/CommandObjectDisassemble.cpp | 11 +- source/Commands/CommandObjectProcess.cpp | 12 +- source/Commands/CommandObjectTarget.cpp | 1330 +++++++++----------- source/Commands/CommandObjectThread.cpp | 15 +- source/Commands/CommandObjectWatchpoint.cpp | 35 +- source/Commands/CommandObjectWatchpointCommand.cpp | 39 +- source/Interpreter/CommandObject.cpp | 9 + 10 files changed, 669 insertions(+), 802 deletions(-)