This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0e8871d18 [utils] Remove sync-source (with SVN) new 66d653447 Revert "Revert "Implement xfer:libraries-svr4:read packet"" new ed4e500e0 Revert "Revert "Add ReadCStringFromMemory for faster string reads""
The 2 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 | 39 +++++++ .../test/tools/lldb-server/gdbremote_testcase.py | 29 ++++- .../test/tools/lldb-server/libraries-svr4/Makefile | 17 +++ .../TestGdbRemoteLibrariesSvr4Support.py | 130 +++++++++++++++++++++ .../lldb-server/libraries-svr4}/main.cpp | 11 +- .../lldb-server/libraries-svr4/svr4lib_a.cpp} | 5 +- .../tools/lldb-server/libraries-svr4/svr4lib_a.mk | 9 ++ .../libraries-svr4/svr4lib_b_quote.cpp} | 5 +- .../lldb-server/libraries-svr4/svr4lib_b_quote.mk | 9 ++ source/Host/common/NativeProcessProtocol.cpp | 54 +++++++++ .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 4 +- source/Plugins/Process/POSIX/NativeProcessELF.cpp | 70 ++++++++++- source/Plugins/Process/POSIX/NativeProcessELF.h | 7 ++ .../GDBRemoteCommunicationServerCommon.cpp | 1 + .../GDBRemoteCommunicationServerLLGS.cpp | 43 +++++++ .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 2 + unittests/Host/NativeProcessProtocolTest.cpp | 51 ++++++++ 17 files changed, 469 insertions(+), 17 deletions(-) create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...] copy packages/Python/lldbsuite/test/{functionalities/apropos_with_process => tools [...] copy packages/Python/lldbsuite/test/{android/platform/main.cpp => tools/lldb-serve [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...] copy packages/Python/lldbsuite/test/{android/platform/main.cpp => tools/lldb-serve [...] create mode 100644 packages/Python/lldbsuite/test/tools/lldb-server/libraries-svr4 [...]