This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a4b60f7a8 Fix FreeBSD build broken by r320966 new 8ddb99c58 llgs: Propagate the environment when launching the inferior f [...] new 8861b6076 Fix regression in jModulesInfo packet handling
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: .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 ++- .../GDBRemoteCommunicationServerLLGS.cpp | 17 ++------- .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 27 +------------- tools/lldb-server/lldb-gdbserver.cpp | 31 ++++++++-------- .../GDBRemoteCommunicationClientTest.cpp | 42 ++++++++++++++++++---- unittests/tools/lldb-server/CMakeLists.txt | 1 + .../lldb-server/inferior/environment_check.cpp | 14 +++++--- unittests/tools/lldb-server/tests/CMakeLists.txt | 3 +- unittests/tools/lldb-server/tests/LLGSTest.cpp | 36 +++++++++++++++++++ unittests/tools/lldb-server/tests/TestClient.cpp | 14 +++++++- 10 files changed, 118 insertions(+), 71 deletions(-) copy packages/Python/lldbsuite/test/lang/cpp/auto/main.cpp => unittests/tools/lldb [...] create mode 100644 unittests/tools/lldb-server/tests/LLGSTest.cpp