This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4da16a2 Fix missing include after r293660 new d0a446e Transform ProcessLauncherLinux to ProcessLauncherPosixFork new d2e1297 Document that LaunchProcessPosixSpawn is used on NetBSD
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/linux/ProcessLauncherLinux.h | 25 --- ...sLauncherPosix.h => ProcessLauncherPosixFork.h} | 11 +- source/Host/CMakeLists.txt | 2 +- source/Host/common/Host.cpp | 10 +- source/Host/linux/ProcessLauncherLinux.cpp | 225 --------------------- .../ProcessLauncherPosixFork.cpp} | 40 ++-- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 4 +- 7 files changed, 37 insertions(+), 280 deletions(-) copy include/lldb/Host/posix/{ProcessLauncherPosix.h => ProcessLauncherPosixFork.h} (64%) copy source/Host/{linux/ProcessLauncherLinux.cpp => posix/ProcessLauncherPosixFork [...]