This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from a5be990 Synchronize PlatformNetBSD with Linux new 211264b Switch std::call_once to llvm::call_once
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/Core/Debugger.h | 4 +- source/Commands/CommandObjectPlatform.cpp | 5 +- source/Core/Debugger.cpp | 3 +- source/Core/ModuleList.cpp | 6 ++- source/Host/common/Editline.cpp | 6 ++- source/Host/common/HostInfoBase.cpp | 59 +++++++++++----------- source/Host/linux/HostInfoLinux.cpp | 10 ++-- source/Host/windows/HostInfoWindows.cpp | 5 +- .../Clang/ClangModulesDeclVendor.cpp | 5 +- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 13 ++--- source/Plugins/Language/Go/GoLanguage.cpp | 9 ++-- source/Plugins/Language/Java/JavaLanguage.cpp | 5 +- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 6 ++- .../Platform/MacOSX/PlatformAppleSimulator.cpp | 4 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 9 ++-- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 6 ++- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 4 +- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 6 ++- source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp | 6 ++- .../Process/Windows/Common/ProcessWindows.cpp | 5 +- .../Process/Windows/Common/ProcessWindowsLog.cpp | 5 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 5 +- .../GDBRemoteCommunicationServerPlatform.cpp | 5 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 5 +- .../Process/gdb-remote/ProcessGDBRemoteLog.cpp | 6 ++- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 5 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 6 ++- .../None/ScriptInterpreterNone.cpp | 6 ++- .../Python/ScriptInterpreterPython.cpp | 4 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 6 ++- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 3 +- source/Symbol/ClangASTContext.cpp | 11 ++-- source/Symbol/GoASTContext.cpp | 6 ++- source/Target/Language.cpp | 10 ++-- source/Utility/ConstString.cpp | 5 +- .../source/MacOSX/DarwinLog/DarwinLogCollector.cpp | 4 +- 36 files changed, 157 insertions(+), 111 deletions(-)