This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 28c2f6a Fix the RangeMapVector::FindEntryThatContainsOrFollows method [...] new 3124ac1 Move packet construction from GDBRemoteRegisterContext go the [...]
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: .../gdb-remote/GDBRemoteCommunicationClient.cpp | 51 +++ .../gdb-remote/GDBRemoteCommunicationClient.h | 11 +- .../gdb-remote/GDBRemoteRegisterContext.cpp | 426 ++++++++------------- unittests/Process/gdb-remote/CMakeLists.txt | 2 + .../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 66 +--- .../GDBRemoteCommunicationClientTest.cpp | 111 ++++++ .../Process/gdb-remote/GDBRemoteTestUtils.cpp | 74 ++++ unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 57 +++ 8 files changed, 464 insertions(+), 334 deletions(-) create mode 100644 unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp create mode 100644 unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp create mode 100644 unittests/Process/gdb-remote/GDBRemoteTestUtils.h