This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from d5fbee391 [test] Update TestAPILog to pass on Windows. new 367798b4a [Reproducer] Move GDB Remote Packet into Utility. (NFC)
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: include/lldb/Utility/GDBRemote.h | 113 +++++++++++++++++++++ include/lldb/Utility/Reproducer.h | 1 - include/lldb/Utility/StreamGDBRemote.h | 45 -------- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 12 +-- .../gdb-remote/GDBRemoteCommunicationClient.h | 2 +- .../gdb-remote/GDBRemoteCommunicationHistory.cpp | 66 +++--------- .../gdb-remote/GDBRemoteCommunicationHistory.h | 85 ++-------------- .../GDBRemoteCommunicationReplayServer.cpp | 12 +-- .../GDBRemoteCommunicationReplayServer.h | 2 +- .../GDBRemoteCommunicationServerCommon.cpp | 2 +- .../GDBRemoteCommunicationServerLLGS.cpp | 2 +- .../GDBRemoteCommunicationServerPlatform.cpp | 2 +- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 +- source/Utility/CMakeLists.txt | 2 +- source/Utility/GDBRemote.cpp | 88 ++++++++++++++++ source/Utility/StreamGDBRemote.cpp | 45 -------- .../Process/gdb-remote/GDBRemoteClientBaseTest.cpp | 2 +- 17 files changed, 237 insertions(+), 246 deletions(-) create mode 100644 include/lldb/Utility/GDBRemote.h delete mode 100644 include/lldb/Utility/StreamGDBRemote.h create mode 100644 source/Utility/GDBRemote.cpp delete mode 100644 source/Utility/StreamGDBRemote.cpp