This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a7b070cec FileSpec: Remove PathSyntax enum and use llvm version instead new 9b7a6ded8 Remove Process references from the Host module
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/Host.h | 3 +++ include/lldb/Host/MonitoringProcessLauncher.h | 3 +++ include/lldb/Target/ProcessLaunchInfo.h | 6 ++++++ source/Host/common/MonitoringProcessLauncher.cpp | 16 +++------------- source/Host/common/NativeProcessProtocol.cpp | 1 - source/Host/macosx/Host.mm | 14 ++++---------- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 ++++++----- source/Target/ProcessLaunchInfo.cpp | 7 +++++++ unittests/tools/lldb-server/tests/TestClient.cpp | 5 +++++ 9 files changed, 37 insertions(+), 29 deletions(-)