This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 109a39c Add/fix support for i386 elf core files new 3003a21 Revert "Rewrite gdb-remote's SendContinuePacketAndWaitForResponse"
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: source/Plugins/Process/gdb-remote/CMakeLists.txt | 1 - .../Process/gdb-remote/GDBRemoteClientBase.cpp | 378 ---------- .../Process/gdb-remote/GDBRemoteClientBase.h | 153 ---- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 26 + .../Process/gdb-remote/GDBRemoteCommunication.h | 23 + .../gdb-remote/GDBRemoteCommunicationClient.cpp | 818 +++++++++++++++++++-- .../gdb-remote/GDBRemoteCommunicationClient.h | 63 +- .../gdb-remote/GDBRemoteRegisterContext.cpp | 18 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 163 +--- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 18 +- source/Utility/StringExtractor.cpp | 1 - unittests/CMakeLists.txt | 1 - unittests/Process/CMakeLists.txt | 1 - unittests/Process/gdb-remote/CMakeLists.txt | 3 - .../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 396 ---------- 15 files changed, 895 insertions(+), 1168 deletions(-) delete mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp delete mode 100644 source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h delete mode 100644 unittests/Process/CMakeLists.txt delete mode 100644 unittests/Process/gdb-remote/CMakeLists.txt delete mode 100644 unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp