This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 0cc15e6 xfail TestWatchLocation.py for arm-linux targets new 1ded4a2 remove use of Mutex in favour of std::{,recursive_}mutex
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/Breakpoint/BreakpointLocationList.h | 4 +- include/lldb/Breakpoint/BreakpointSite.h | 4 +- include/lldb/Breakpoint/BreakpointSiteList.h | 12 +- include/lldb/Core/Broadcaster.h | 8 +- include/lldb/Core/Communication.h | 10 +- include/lldb/Core/History.h | 24 +- include/lldb/Core/IOHandler.h | 65 ++-- include/lldb/Core/Listener.h | 3 +- include/lldb/Core/Module.h | 10 +- include/lldb/Core/ModuleSpec.h | 80 +++-- include/lldb/Core/StreamCallback.h | 6 +- include/lldb/Core/StreamTee.h | 84 ++--- include/lldb/Core/ThreadSafeSTLMap.h | 53 ++- include/lldb/Core/ThreadSafeValue.h | 30 +- include/lldb/Core/UserSettingsController.h | 1 - include/lldb/Core/ValueObject.h | 39 +-- include/lldb/DataFormatters/FormatCache.h | 6 +- include/lldb/DataFormatters/FormatManager.h | 3 +- include/lldb/DataFormatters/FormattersContainer.h | 151 ++++----- include/lldb/DataFormatters/TypeCategory.h | 7 +- include/lldb/DataFormatters/TypeCategoryMap.h | 12 +- include/lldb/Expression/IRExecutionUnit.h | 1 - include/lldb/Host/Editline.h | 4 +- include/lldb/Host/ProcessRunLock.h | 1 - include/lldb/Host/common/NativeBreakpointList.h | 4 +- include/lldb/Host/common/NativeProcessProtocol.h | 8 +- .../Host/posix/ConnectionFileDescriptorPosix.h | 4 +- .../lldb/Initialization/SystemLifetimeManager.h | 17 +- include/lldb/Interpreter/CommandHistory.h | 4 +- include/lldb/Symbol/ArmUnwindInfo.h | 1 - include/lldb/Symbol/FuncUnwinders.h | 4 +- include/lldb/Target/JITLoaderList.h | 4 +- include/lldb/Target/Platform.h | 84 +++-- include/lldb/Target/SectionLoadHistory.h | 10 +- include/lldb/Target/SectionLoadList.h | 12 +- include/lldb/Target/TargetList.h | 4 +- include/lldb/Target/Thread.h | 6 +- include/lldb/Target/ThreadPlan.h | 4 +- include/lldb/Target/ThreadPlanPython.h | 1 - include/lldb/Target/Unwind.h | 37 +-- include/lldb/Utility/SharedCluster.h | 51 ++- source/API/SBDebugger.cpp | 4 +- source/Breakpoint/BreakpointLocationList.cpp | 45 ++- source/Breakpoint/BreakpointSite.cpp | 40 ++- source/Breakpoint/BreakpointSiteList.cpp | 28 +- source/Commands/CommandObjectTarget.cpp | 17 +- source/Core/Broadcaster.cpp | 51 ++- source/Core/Communication.cpp | 53 ++- source/Core/Debugger.cpp | 82 ++--- source/Core/IOHandler.cpp | 6 +- source/Core/Listener.cpp | 28 +- source/Core/Log.cpp | 8 +- source/Core/Module.cpp | 231 +++++++------ source/Core/PluginManager.cpp | 368 ++++++++++----------- source/Core/StreamCallback.cpp | 11 +- source/Core/Timer.cpp | 15 +- source/DataFormatters/FormatCache.cpp | 28 +- source/DataFormatters/FormatManager.cpp | 36 +- source/DataFormatters/TypeCategory.cpp | 27 +- source/DataFormatters/TypeCategoryMap.cpp | 61 ++-- source/Expression/IRExecutionUnit.cpp | 4 +- source/Host/common/Editline.cpp | 23 +- source/Host/common/NativeBreakpointList.cpp | 13 +- source/Host/common/NativeProcessProtocol.cpp | 56 ++-- source/Host/common/SoftwareBreakpoint.cpp | 1 - source/Host/macosx/Host.mm | 12 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 57 ++-- source/Initialization/SystemLifetimeManager.cpp | 9 +- source/Interpreter/CommandHistory.cpp | 21 +- .../Plugins/Disassembler/llvm/DisassemblerLLVMC.h | 8 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 36 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 6 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 42 +-- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 4 +- .../DynamicLoader/Static/DynamicLoaderStatic.h | 1 - .../AppleObjCClassDescriptorV2.cpp | 10 +- .../AppleObjCRuntime/AppleObjCClassDescriptorV2.h | 5 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 48 +-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 5 +- .../AppleObjCTrampolineHandler.cpp | 4 +- .../AppleObjCRuntime/AppleObjCTrampolineHandler.h | 4 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 12 +- .../BSD-Archive/ObjectContainerBSDArchive.h | 6 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 4 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 20 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 1 - .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 8 +- .../Platform/MacOSX/PlatformAppleSimulator.cpp | 2 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 2 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 6 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 2 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 6 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 5 +- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 2 +- source/Plugins/Process/FreeBSD/ProcessMonitor.h | 5 +- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 4 +- source/Plugins/Process/Utility/HistoryThread.cpp | 40 ++- source/Plugins/Process/Utility/HistoryThread.h | 5 +- source/Plugins/Process/Utility/HistoryUnwind.cpp | 6 +- source/Plugins/Process/Utility/HistoryUnwind.h | 1 - .../Process/gdb-remote/GDBRemoteCommunication.cpp | 4 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 150 ++++----- .../gdb-remote/GDBRemoteCommunicationClient.h | 3 +- .../GDBRemoteCommunicationServerCommon.h | 1 - .../GDBRemoteCommunicationServerLLGS.cpp | 41 ++- .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 6 +- .../GDBRemoteCommunicationServerPlatform.cpp | 40 +-- .../GDBRemoteCommunicationServerPlatform.h | 3 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 78 ++--- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 5 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 27 +- .../SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 8 +- .../MacOSX/AppleGetPendingItemsHandler.cpp | 28 +- .../MacOSX/AppleGetPendingItemsHandler.h | 8 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 27 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 8 +- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 27 +- .../MacOSX/AppleGetThreadItemInfoHandler.h | 8 +- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 40 +-- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 6 +- source/Symbol/FuncUnwinders.cpp | 62 ++-- source/Symbol/ObjectFile.cpp | 4 +- source/Symbol/SymbolVendor.cpp | 50 +-- source/Target/JITLoaderList.cpp | 15 +- source/Target/Language.cpp | 16 +- source/Target/Platform.cpp | 84 ++--- source/Target/Process.cpp | 2 +- source/Target/SectionLoadHistory.cpp | 20 +- source/Target/SectionLoadList.cpp | 30 +- source/Target/Target.cpp | 8 +- source/Target/TargetList.cpp | 36 +- source/Target/Thread.cpp | 69 ++-- source/Target/ThreadPlan.cpp | 34 +- source/Utility/SharingPtr.cpp | 8 +- 139 files changed, 1680 insertions(+), 1806 deletions(-)