This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 444ef08 Initialize m_allow_cxx, m_allow_objc. These ivars in the bas [...] new 456b31d Delete various lldb FileSystem functions. new 126b989 Delete some dead code in HostInfo.
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/FileSystem.h | 15 ---- include/lldb/Host/HostInfoBase.h | 33 -------- include/lldb/Host/freebsd/HostInfoFreeBSD.h | 1 - include/lldb/Host/linux/HostInfoLinux.h | 1 - include/lldb/Host/macosx/HostInfoMacOSX.h | 1 - include/lldb/Host/netbsd/HostInfoNetBSD.h | 1 - source/Host/common/File.cpp | 16 ++-- source/Host/common/Host.cpp | 4 +- source/Host/common/HostInfoBase.cpp | 31 -------- source/Host/freebsd/HostInfoFreeBSD.cpp | 2 - source/Host/linux/HostInfoLinux.cpp | 2 - source/Host/macosx/Host.mm | 3 +- source/Host/macosx/HostInfoMacOSX.mm | 2 - source/Host/netbsd/HostInfoNetBSD.cpp | 4 - source/Host/posix/DomainSocket.cpp | 4 +- source/Host/posix/FileSystem.cpp | 78 ------------------- source/Host/posix/PipePosix.cpp | 3 +- source/Host/windows/FileSystem.cpp | 87 ---------------------- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 11 ++- .../GDBRemoteCommunicationServerCommon.cpp | 15 ++-- source/Target/ModuleCache.cpp | 18 ++--- source/Target/Platform.cpp | 9 +-- 22 files changed, 39 insertions(+), 302 deletions(-)