This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bd2cd95fe Use the DWARF linkage name when importing C++ methods. new c34218bb3 gdb-remote: Fix checksum verification for messages with escape chars
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: .../Process/gdb-remote/GDBRemoteCommunication.cpp | 3 +- unittests/Process/gdb-remote/CMakeLists.txt | 1 + .../gdb-remote/GDBRemoteCommunicationTest.cpp | 67 ++++++++++++++++++++++ unittests/tools/lldb-server/tests/TestClient.cpp | 7 +-- 4 files changed, 71 insertions(+), 7 deletions(-) create mode 100644 unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp