This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 5a45a61ac FreeBSD ProcessMonitor: map TRAP_CAP to a trace trap new 7ff1a7966 Implementation of remote packets for Trace data.
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: docs/lldb-gdb-remote.txt | 157 +++++++++++++ include/lldb/API/SBTrace.h | 13 +- include/lldb/Core/TraceOptions.h | 5 +- include/lldb/Host/common/NativeProcessProtocol.h | 105 ++++++++- include/lldb/Target/Process.h | 27 +-- include/lldb/Utility/StringExtractor.h | 2 + source/API/SBProcess.cpp | 5 +- source/API/SBTrace.cpp | 28 +-- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 206 +++++++++++++++++- .../gdb-remote/GDBRemoteCommunicationClient.h | 21 ++ .../GDBRemoteCommunicationServerLLGS.cpp | 242 +++++++++++++++++++++ .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 8 + .../Process/gdb-remote/ProcessGDBRemote.cpp | 26 +++ .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 16 ++ source/Utility/StringExtractor.cpp | 9 + source/Utility/StringExtractorGDBRemote.cpp | 10 + source/Utility/StringExtractorGDBRemote.h | 6 + .../GDBRemoteCommunicationClientTest.cpp | 225 +++++++++++++++++++ 18 files changed, 1067 insertions(+), 44 deletions(-)