This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from e29ea16 Add a new DynamicLoader plugin that uses SPI that are in deve [...] new c9eae2f Unify process launching code on linux
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: .../ProcessLauncherLinux.h} | 7 +- source/Host/CMakeLists.txt | 25 +-- source/Host/android/ProcessLauncherAndroid.cpp | 108 --------- source/Host/common/Host.cpp | 8 +- source/Host/linux/ProcessLauncherLinux.cpp | 213 ++++++++++++++++++ .../Plugins/Process/Linux/NativeProcessLinux.cpp | 247 ++------------------- source/Plugins/Process/Linux/NativeProcessLinux.h | 6 - .../GDBRemoteCommunicationServerCommon.cpp | 12 +- .../GDBRemoteCommunicationServerLLGS.cpp | 23 +- 9 files changed, 265 insertions(+), 384 deletions(-) rename include/lldb/Host/{android/ProcessLauncherAndroid.h => linux/ProcessLaunche [...] delete mode 100644 source/Host/android/ProcessLauncherAndroid.cpp create mode 100644 source/Host/linux/ProcessLauncherLinux.cpp