This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b149012b0 Remove redundant semicolon after namespace-closing '}' new 0d1bc7b2d Embed swig version into lldb.py in a different way new 6d516eb8c Use sys.executable in lldb-dotest new 1333853ff Fix lldb-server test suite for python3
The 3 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: packages/Python/lldbsuite/support/seven.py | 26 ++++++++++++++++++++ .../test/python_api/lldbutil/TestSwigVersion.py | 28 ++++++++++++++++++++++ .../tools/lldb-server/TestGdbRemoteModuleInfo.py | 3 ++- .../test/tools/lldb-server/TestLldbGdbServer.py | 9 +++---- .../test/tools/lldb-server/gdbremote_testcase.py | 13 +++++----- .../test/tools/lldb-server/lldbgdbserverutils.py | 6 ++--- .../test/tools/lldb-server/socket_packet_pump.py | 5 ++-- scripts/Python/modify-python-lldb.py | 23 +----------------- scripts/lldb.swig | 15 ++++++++++++ utils/lldb-dotest/lldb-dotest.in | 2 +- 10 files changed, 91 insertions(+), 39 deletions(-) create mode 100644 packages/Python/lldbsuite/test/python_api/lldbutil/TestSwigVersion.py