This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b356aabe5 Implement xfer:libraries-svr4:read packet new da873e843 Add ReadCStringFromMemory for faster string reads
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/Host/common/NativeProcessProtocol.h | 25 ++++++++++ source/Host/common/NativeProcessProtocol.cpp | 54 ++++++++++++++++++++++ .../Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +- source/Plugins/Process/POSIX/NativeProcessELF.cpp | 11 ++--- unittests/Host/NativeProcessProtocolTest.cpp | 51 ++++++++++++++++++++ 5 files changed, 136 insertions(+), 7 deletions(-)