This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 7b0e034 Fix windows build after r293821 new 7901e3e Move classes from Core -> Utility.
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/BreakpointResolver.h | 4 ++-- include/lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +- include/lldb/Core/AddressResolver.h | 2 +- include/lldb/Core/AddressResolverName.h | 2 +- include/lldb/Core/ArchSpec.h | 2 +- include/lldb/Core/Broadcaster.h | 2 +- include/lldb/Core/Communication.h | 2 +- include/lldb/Core/DataBufferMemoryMap.h | 2 +- include/lldb/Core/Event.h | 2 +- include/lldb/Core/FormatEntity.h | 2 +- include/lldb/Core/IOHandler.h | 6 +++--- include/lldb/Core/Log.h | 2 +- include/lldb/Core/Mangled.h | 2 +- include/lldb/Core/MappedHash.h | 2 +- include/lldb/Core/ModuleSpec.h | 2 +- include/lldb/Core/Section.h | 2 +- include/lldb/Core/StreamAsynchronousIO.h | 2 +- include/lldb/Core/StreamBuffer.h | 2 +- include/lldb/Core/StreamCallback.h | 4 ++-- include/lldb/Core/StreamFile.h | 2 +- include/lldb/Core/StreamGDBRemote.h | 2 +- include/lldb/Core/StructuredData.h | 4 ++-- include/lldb/Core/UniqueCStringMap.h | 4 +++- include/lldb/Core/UserSettingsController.h | 6 +++--- include/lldb/Core/Value.h | 2 +- include/lldb/Core/ValueObject.h | 4 ++-- include/lldb/DataFormatters/DataVisualization.h | 2 +- include/lldb/DataFormatters/FormatCache.h | 2 +- include/lldb/DataFormatters/FormattersContainer.h | 2 +- include/lldb/DataFormatters/TypeSummary.h | 2 +- include/lldb/DataFormatters/VectorIterator.h | 2 +- include/lldb/Expression/DWARFExpression.h | 2 +- include/lldb/Expression/ExpressionParser.h | 2 +- include/lldb/Expression/ExpressionVariable.h | 2 +- include/lldb/Expression/IRInterpreter.h | 4 ++-- include/lldb/Expression/Materializer.h | 2 +- include/lldb/Host/FileCache.h | 2 +- include/lldb/Host/FileSpec.h | 2 +- include/lldb/Host/FileSystem.h | 2 +- include/lldb/Host/HostNativeProcessBase.h | 2 +- include/lldb/Host/HostNativeThreadBase.h | 2 +- include/lldb/Host/HostThread.h | 2 +- include/lldb/Host/LockFileBase.h | 2 +- include/lldb/Host/MainLoopBase.h | 2 +- include/lldb/Host/PipeBase.h | 2 +- include/lldb/Host/Socket.h | 2 +- include/lldb/Host/ThreadLauncher.h | 2 +- include/lldb/Host/XML.h | 2 +- include/lldb/Host/common/NativeBreakpointList.h | 2 +- include/lldb/Host/common/NativeProcessProtocol.h | 2 +- include/lldb/Host/common/NativeWatchpointList.h | 2 +- include/lldb/Host/posix/HostProcessPosix.h | 2 +- include/lldb/Interpreter/Args.h | 2 +- include/lldb/Interpreter/CommandCompletions.h | 2 +- include/lldb/Interpreter/CommandHistory.h | 2 +- include/lldb/Interpreter/CommandObjectRegexCommand.h | 2 +- include/lldb/Interpreter/CommandReturnObject.h | 4 ++-- include/lldb/Interpreter/OptionGroupPlatform.h | 2 +- include/lldb/Interpreter/OptionValue.h | 4 ++-- include/lldb/Interpreter/OptionValueEnumeration.h | 8 ++++---- include/lldb/Interpreter/OptionValueProperties.h | 2 +- include/lldb/Interpreter/OptionValueRegex.h | 2 +- include/lldb/Interpreter/Property.h | 2 +- include/lldb/Interpreter/ScriptInterpreter.h | 2 +- include/lldb/Symbol/Block.h | 2 +- include/lldb/Symbol/ClangASTContext.h | 2 +- include/lldb/Symbol/CompileUnit.h | 2 +- include/lldb/Symbol/CompilerDecl.h | 2 +- include/lldb/Symbol/CompilerDeclContext.h | 2 +- include/lldb/Symbol/DebugMacros.h | 2 +- include/lldb/Symbol/GoASTContext.h | 2 +- include/lldb/Symbol/JavaASTContext.h | 2 +- include/lldb/Symbol/OCamlASTContext.h | 2 +- include/lldb/Symbol/Type.h | 2 +- include/lldb/Symbol/UnwindPlan.h | 4 ++-- include/lldb/Target/ABI.h | 2 +- include/lldb/Target/DynamicLoader.h | 2 +- include/lldb/Target/MemoryRegionInfo.h | 2 +- include/lldb/Target/PathMappingList.h | 4 ++-- include/lldb/Target/Platform.h | 2 +- include/lldb/Target/Process.h | 2 +- include/lldb/Target/QueueItem.h | 2 +- include/lldb/Target/StackFrame.h | 4 ++-- include/lldb/Target/SystemRuntime.h | 2 +- include/lldb/Target/UnixSignals.h | 2 +- include/lldb/{Core => Utility}/ConstString.h | 2 +- include/lldb/{Core => Utility}/Error.h | 2 +- include/lldb/Utility/JSON.h | 2 +- include/lldb/Utility/ProcessStructReader.h | 4 ++-- include/lldb/{Core => Utility}/RegularExpression.h | 3 ++- include/lldb/{Core => Utility}/Stream.h | 4 ++-- include/lldb/{Core => Utility}/StreamString.h | 2 +- include/lldb/{Core => Utility}/StreamTee.h | 2 +- include/lldb/lldb-private-enumerations.h | 3 +++ source/API/SBAddress.cpp | 2 +- source/API/SBBreakpoint.cpp | 2 +- source/API/SBBreakpointLocation.cpp | 2 +- source/API/SBCommandReturnObject.cpp | 2 +- source/API/SBData.cpp | 2 +- source/API/SBDeclaration.cpp | 2 +- source/API/SBError.cpp | 2 +- source/API/SBEvent.cpp | 4 ++-- source/API/SBFileSpec.cpp | 2 +- source/API/SBFileSpecList.cpp | 2 +- source/API/SBFrame.cpp | 4 ++-- source/API/SBInstructionList.cpp | 2 +- source/API/SBLineEntry.cpp | 2 +- source/API/SBListener.cpp | 2 +- source/API/SBMemoryRegionInfo.cpp | 2 +- source/API/SBModule.cpp | 2 +- source/API/SBModuleSpec.cpp | 2 +- source/API/SBPlatform.cpp | 2 +- source/API/SBProcess.cpp | 2 +- source/API/SBSection.cpp | 2 +- source/API/SBSourceManager.cpp | 2 +- source/API/SBStream.cpp | 6 +++--- source/API/SBStructuredData.cpp | 4 ++-- source/API/SBTarget.cpp | 2 +- source/API/SBThread.cpp | 2 +- source/API/SBThreadPlan.cpp | 2 +- source/API/SBType.cpp | 4 ++-- source/API/SBTypeEnumMember.cpp | 6 +++--- source/API/SBValue.cpp | 2 +- source/API/SBWatchpoint.cpp | 2 +- source/Breakpoint/Breakpoint.cpp | 4 ++-- source/Breakpoint/BreakpointID.cpp | 4 ++-- source/Breakpoint/BreakpointLocation.cpp | 2 +- source/Breakpoint/BreakpointOptions.cpp | 2 +- source/Breakpoint/BreakpointResolver.cpp | 4 ++-- source/Breakpoint/BreakpointResolverAddress.cpp | 2 +- source/Breakpoint/BreakpointResolverFileLine.cpp | 2 +- source/Breakpoint/BreakpointResolverFileRegex.cpp | 2 +- source/Breakpoint/BreakpointResolverName.cpp | 2 +- source/Breakpoint/BreakpointSite.cpp | 2 +- source/Breakpoint/BreakpointSiteList.cpp | 2 +- source/Breakpoint/Watchpoint.cpp | 2 +- source/Breakpoint/WatchpointOptions.cpp | 2 +- source/Commands/CommandObjectBreakpoint.cpp | 4 ++-- source/Commands/CommandObjectFrame.cpp | 2 +- source/Commands/CommandObjectLog.cpp | 4 ++-- source/Commands/CommandObjectMemory.cpp | 2 +- source/Commands/CommandObjectType.cpp | 4 ++-- source/Commands/CommandObjectWatchpoint.cpp | 2 +- source/Core/AddressRange.cpp | 2 +- source/Core/AddressResolver.cpp | 4 ++-- source/Core/AddressResolverFileLine.cpp | 2 +- source/Core/AddressResolverName.cpp | 2 +- source/Core/ArchSpec.cpp | 2 +- source/Core/Baton.cpp | 2 +- source/Core/Broadcaster.cpp | 2 +- source/Core/CMakeLists.txt | 5 ----- source/Core/DataBufferMemoryMap.cpp | 2 +- source/Core/DataExtractor.cpp | 4 ++-- source/Core/Debugger.cpp | 2 +- source/Core/Disassembler.cpp | 4 ++-- source/Core/EmulateInstruction.cpp | 4 ++-- source/Core/Event.cpp | 2 +- source/Core/FileLineResolver.cpp | 2 +- source/Core/FileSpecList.cpp | 2 +- source/Core/FormatEntity.cpp | 4 ++-- source/Core/History.cpp | 2 +- source/Core/Listener.cpp | 2 +- source/Core/Log.cpp | 2 +- source/Core/Mangled.cpp | 6 +++--- source/Core/Module.cpp | 6 +++--- source/Core/Opcode.cpp | 2 +- source/Core/PluginManager.cpp | 2 +- source/Core/RegisterValue.cpp | 6 +++--- source/Core/Scalar.cpp | 4 ++-- source/Core/SourceManager.cpp | 4 ++-- source/Core/StreamFile.cpp | 2 +- source/Core/StringList.cpp | 2 +- source/Core/StructuredData.cpp | 4 ++-- source/Core/Timer.cpp | 2 +- source/Core/UUID.cpp | 2 +- source/Core/UserID.cpp | 2 +- source/Core/UserSettingsController.cpp | 8 ++++---- source/Core/VMRange.cpp | 2 +- source/Core/Value.cpp | 2 +- source/Core/ValueObject.cpp | 2 +- source/DataFormatters/CXXFunctionPointer.cpp | 2 +- source/DataFormatters/FormattersHelpers.cpp | 4 ++-- source/DataFormatters/StringPrinter.cpp | 2 +- source/DataFormatters/TypeFormat.cpp | 2 +- source/DataFormatters/TypeSummary.cpp | 2 +- source/DataFormatters/TypeSynthetic.cpp | 2 +- source/DataFormatters/TypeValidator.cpp | 2 +- source/DataFormatters/ValueObjectPrinter.cpp | 2 +- source/Expression/DWARFExpression.cpp | 2 +- source/Expression/DiagnosticManager.cpp | 2 +- source/Expression/ExpressionSourceCode.cpp | 2 +- source/Expression/IRDynamicChecks.cpp | 2 +- source/Expression/IRInterpreter.cpp | 6 +++--- source/Expression/IRMemoryMap.cpp | 2 +- source/Expression/LLVMUserExpression.cpp | 4 ++-- source/Expression/UserExpression.cpp | 4 ++-- source/Expression/UtilityFunction.cpp | 4 ++-- source/Host/common/Editline.cpp | 4 ++-- source/Host/common/File.cpp | 2 +- source/Host/common/FileSpec.cpp | 6 +++--- source/Host/common/Host.cpp | 2 +- source/Host/common/HostInfoBase.cpp | 2 +- source/Host/common/MonitoringProcessLauncher.cpp | 2 +- source/Host/common/NativeBreakpoint.cpp | 2 +- source/Host/common/Socket.cpp | 2 +- source/Host/common/SoftwareBreakpoint.cpp | 2 +- source/Host/common/Symbols.cpp | 2 +- source/Host/common/ThisThread.cpp | 2 +- source/Host/freebsd/Host.cpp | 4 ++-- source/Host/linux/Host.cpp | 2 +- source/Host/macosx/Symbols.cpp | 2 +- source/Host/netbsd/Host.cpp | 4 ++-- source/Host/posix/ConnectionFileDescriptorPosix.cpp | 2 +- source/Host/posix/FileSystem.cpp | 4 ++-- source/Host/posix/HostThreadPosix.cpp | 2 +- source/Host/posix/MainLoopPosix.cpp | 4 ++-- source/Host/windows/ConnectionGenericFileWindows.cpp | 2 +- source/Host/windows/Host.cpp | 2 +- source/Host/windows/HostThreadWindows.cpp | 2 +- source/Host/windows/ThisThread.cpp | 2 +- source/Interpreter/Args.cpp | 4 ++-- source/Interpreter/CommandAlias.cpp | 2 +- source/Interpreter/CommandInterpreter.cpp | 2 +- source/Interpreter/CommandReturnObject.cpp | 4 ++-- source/Interpreter/OptionGroupVariable.cpp | 2 +- source/Interpreter/OptionValueArray.cpp | 2 +- source/Interpreter/OptionValueBoolean.cpp | 2 +- source/Interpreter/OptionValueChar.cpp | 2 +- source/Interpreter/OptionValueFileSpecLIst.cpp | 2 +- source/Interpreter/OptionValueFormat.cpp | 2 +- source/Interpreter/OptionValueFormatEntity.cpp | 2 +- source/Interpreter/OptionValueLanguage.cpp | 2 +- source/Interpreter/OptionValuePathMappings.cpp | 2 +- source/Interpreter/OptionValueProperties.cpp | 2 +- source/Interpreter/OptionValueRegex.cpp | 2 +- source/Interpreter/OptionValueSInt64.cpp | 2 +- source/Interpreter/OptionValueString.cpp | 2 +- source/Interpreter/OptionValueUInt64.cpp | 2 +- source/Interpreter/OptionValueUUID.cpp | 2 +- source/Interpreter/Options.cpp | 2 +- source/Interpreter/ScriptInterpreter.cpp | 4 ++-- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 4 ++-- source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 4 ++-- source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h | 2 +- source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 4 ++-- source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 4 ++-- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 4 ++-- source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 4 ++-- source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 4 ++-- source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 4 ++-- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 4 ++-- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 4 ++-- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 4 ++-- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 4 ++-- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 4 ++-- source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp | 4 ++-- .../Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp | 2 +- source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 2 +- source/Plugins/ExpressionParser/Clang/ASTDumper.h | 2 +- source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp | 2 +- source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp | 4 ++-- source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h | 2 +- source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp | 4 ++-- source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h | 2 +- source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp | 2 +- .../Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp | 2 +- source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp | 4 ++-- source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp | 4 ++-- source/Plugins/ExpressionParser/Clang/IRForTarget.cpp | 4 ++-- source/Plugins/ExpressionParser/Clang/IRForTarget.h | 8 ++++---- source/Plugins/ExpressionParser/Go/GoParser.cpp | 2 +- source/Plugins/ExpressionParser/Go/GoUserExpression.cpp | 4 ++-- source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp | 4 ++-- source/Plugins/Instruction/ARM/EmulateInstructionARM.h | 4 ++-- source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp | 4 ++-- source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h | 2 +- source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp | 4 ++-- source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h | 2 +- source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp | 4 ++-- source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h | 2 +- .../AddressSanitizer/AddressSanitizerRuntime.cpp | 4 ++-- .../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 4 ++-- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 2 +- source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 2 +- source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/CxxStringTypes.h | 2 +- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/LibCxx.h | 2 +- source/Plugins/Language/CPlusPlus/LibCxxAtomic.h | 2 +- source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 4 ++-- source/Plugins/Language/CPlusPlus/LibStdcpp.h | 2 +- source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp | 2 +- source/Plugins/Language/Go/GoFormatterFunctions.h | 2 +- source/Plugins/Language/Go/GoLanguage.cpp | 2 +- source/Plugins/Language/Go/GoLanguage.h | 2 +- source/Plugins/Language/Java/JavaLanguage.cpp | 2 +- source/Plugins/Language/Java/JavaLanguage.h | 2 +- source/Plugins/Language/OCaml/OCamlLanguage.cpp | 2 +- source/Plugins/Language/OCaml/OCamlLanguage.h | 2 +- source/Plugins/Language/ObjC/CF.cpp | 4 ++-- source/Plugins/Language/ObjC/CF.h | 2 +- source/Plugins/Language/ObjC/Cocoa.cpp | 4 ++-- source/Plugins/Language/ObjC/Cocoa.h | 2 +- source/Plugins/Language/ObjC/CoreMedia.h | 2 +- source/Plugins/Language/ObjC/NSArray.cpp | 4 ++-- source/Plugins/Language/ObjC/NSDictionary.cpp | 4 ++-- source/Plugins/Language/ObjC/NSDictionary.h | 4 ++-- source/Plugins/Language/ObjC/NSError.cpp | 4 ++-- source/Plugins/Language/ObjC/NSException.cpp | 4 ++-- source/Plugins/Language/ObjC/NSSet.cpp | 4 ++-- source/Plugins/Language/ObjC/NSSet.h | 4 ++-- source/Plugins/Language/ObjC/NSString.cpp | 4 ++-- source/Plugins/Language/ObjC/NSString.h | 2 +- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 4 ++-- source/Plugins/Language/ObjC/ObjCLanguage.h | 2 +- source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp | 2 +- .../CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 ++-- source/Plugins/LanguageRuntime/Go/GoLanguageRuntime.cpp | 4 ++-- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 8 ++++---- .../ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp | 2 +- .../RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp | 6 +++--- .../RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp | 4 ++-- .../ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- .../ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h | 2 +- .../Universal-Mach-O/ObjectContainerUniversalMachO.cpp | 2 +- source/Plugins/ObjectFile/ELF/ELFHeader.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 4 ++-- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 ++-- source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +- source/Plugins/OperatingSystem/Go/OperatingSystemGo.cpp | 2 +- source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 2 +- source/Plugins/Platform/Android/AdbClient.cpp | 2 +- source/Plugins/Platform/Android/AdbClient.h | 2 +- .../Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp | 2 +- source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 2 +- source/Plugins/Platform/Kalimba/PlatformKalimba.cpp | 4 ++-- source/Plugins/Platform/Linux/PlatformLinux.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 2 +- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 4 ++-- source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp | 4 ++-- .../Platform/MacOSX/PlatformiOSSimulatorCoreSimulatorSupport.h | 4 ++-- source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 2 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +- source/Plugins/Platform/Windows/PlatformWindows.cpp | 2 +- source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp | 4 ++-- source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp | 4 ++-- source/Plugins/Process/Darwin/MachException.cpp | 4 ++-- source/Plugins/Process/Darwin/NativeProcessDarwin.cpp | 2 +- source/Plugins/Process/Darwin/NativeThreadDarwin.cpp | 2 +- source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp | 4 ++-- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 2 +- source/Plugins/Process/Linux/NativeProcessLinux.cpp | 2 +- source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp | 2 +- source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp | 2 +- .../Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp | 2 +- source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp | 2 +- .../Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp | 2 +- source/Plugins/Process/Linux/ProcFileReader.cpp | 2 +- source/Plugins/Process/Linux/SingleStepCheck.cpp | 2 +- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 6 +++--- source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 2 +- source/Plugins/Process/Utility/DynamicRegisterInfo.cpp | 2 +- source/Plugins/Process/Utility/DynamicRegisterInfo.h | 2 +- .../Process/Utility/RegisterContextMacOSXFrameBackchain.cpp | 2 +- source/Plugins/Process/Utility/RegisterContextMemory.cpp | 2 +- source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp | 2 +- source/Plugins/Process/Utility/StopInfoMachException.cpp | 2 +- source/Plugins/Process/Utility/UnwindLLDB.h | 2 +- source/Plugins/Process/Windows/Common/DebuggerThread.cpp | 2 +- source/Plugins/Process/Windows/Common/ProcessWindows.h | 2 +- source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp | 2 +- .../Process/Windows/Common/x64/RegisterContextWindows_x64.cpp | 2 +- .../Process/Windows/Common/x86/RegisterContextWindows_x86.cpp | 2 +- source/Plugins/Process/elf-core/ProcessElfCore.h | 4 ++-- source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp | 4 ++-- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp | 2 +- source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp | 2 +- source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h | 2 +- source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | 2 +- source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 6 +++--- source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 2 +- source/Plugins/Process/mach-core/ProcessMachCore.h | 4 ++-- source/Plugins/Process/mach-core/ThreadMachCore.cpp | 2 +- source/Plugins/Process/minidump/MinidumpParser.h | 2 +- source/Plugins/Process/minidump/MinidumpTypes.h | 2 +- source/Plugins/Process/minidump/ProcessMinidump.h | 4 ++-- source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp | 2 +- source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 2 +- source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | 2 +- .../Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 4 ++-- source/Plugins/SymbolFile/DWARF/DWARFDIECollection.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 4 ++-- source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfo.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugMacinfoEntry.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugPubnames.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugPubnamesSet.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 2 +- source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 2 +- source/Plugins/SymbolFile/DWARF/NameToDIE.cpp | 8 ++++---- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 ++-- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +- source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 2 +- source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 2 +- source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 2 +- source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp | 4 ++-- source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 2 +- .../Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp | 4 ++-- source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h | 2 +- source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 4 ++-- source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 2 +- .../SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp | 4 ++-- .../Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h | 2 +- source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 2 +- source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 2 +- .../UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp | 4 ++-- source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp | 2 +- source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h | 2 +- source/Symbol/ClangASTContext.cpp | 2 +- source/Symbol/ClangExternalASTSourceCommon.cpp | 2 +- source/Symbol/CompactUnwindInfo.cpp | 2 +- source/Symbol/CompilerType.cpp | 6 +++--- source/Symbol/Declaration.cpp | 2 +- source/Symbol/JavaASTContext.cpp | 2 +- source/Symbol/LineTable.cpp | 2 +- source/Symbol/ObjectFile.cpp | 6 +++--- source/Symbol/Symbol.cpp | 2 +- source/Symbol/SymbolFile.cpp | 2 +- source/Symbol/SymbolVendor.cpp | 2 +- source/Symbol/Symtab.cpp | 4 ++-- source/Symbol/Type.cpp | 2 +- source/Symbol/UnwindPlan.cpp | 2 +- source/Symbol/Variable.cpp | 4 ++-- source/Symbol/VariableList.cpp | 2 +- source/Target/FileAction.cpp | 2 +- source/Target/InstrumentationRuntime.cpp | 2 +- source/Target/Language.cpp | 2 +- source/Target/PathMappingList.cpp | 4 ++-- source/Target/Platform.cpp | 2 +- source/Target/ProcessInfo.cpp | 2 +- source/Target/SectionLoadHistory.cpp | 2 +- source/Target/SectionLoadList.cpp | 2 +- source/Target/StackID.cpp | 2 +- source/Target/StopInfo.cpp | 2 +- source/Target/Target.cpp | 2 +- source/Target/Thread.cpp | 6 +++--- source/Target/ThreadPlanBase.cpp | 2 +- source/Target/ThreadPlanCallFunction.cpp | 2 +- source/Target/ThreadPlanCallFunctionUsingABI.cpp | 2 +- source/Target/ThreadPlanCallUserExpression.cpp | 2 +- source/Target/ThreadPlanRunToAddress.cpp | 2 +- source/Target/ThreadPlanStepInRange.cpp | 4 ++-- source/Target/ThreadPlanStepInstruction.cpp | 2 +- source/Target/ThreadPlanStepOverBreakpoint.cpp | 2 +- source/Target/ThreadPlanStepOverRange.cpp | 2 +- source/Target/ThreadPlanStepRange.cpp | 2 +- source/Target/ThreadPlanStepThrough.cpp | 2 +- source/Utility/CMakeLists.txt | 5 +++++ source/{Core => Utility}/ConstString.cpp | 4 ++-- source/{Core => Utility}/Error.cpp | 2 +- source/Utility/JSON.cpp | 2 +- source/Utility/ModuleCache.h | 2 +- source/Utility/NameMatches.cpp | 2 +- source/{Core => Utility}/RegularExpression.cpp | 4 ++-- source/Utility/SelectHelper.cpp | 2 +- source/{Core => Utility}/Stream.cpp | 5 +++-- source/{Core => Utility}/StreamString.cpp | 2 +- tools/argdumper/argdumper.cpp | 2 +- tools/lldb-server/Acceptor.cpp | 2 +- tools/lldb-server/Acceptor.h | 2 +- tools/lldb-server/LLDBServerUtilities.cpp | 2 +- tools/lldb-server/lldb-gdbserver.cpp | 2 +- tools/lldb-server/lldb-platform.cpp | 2 +- unittests/Breakpoint/BreakpointIDTest.cpp | 2 +- unittests/Core/ErrorTest.cpp | 2 +- unittests/Core/LogTest.cpp | 2 +- unittests/Core/ScalarTest.cpp | 4 ++-- unittests/Core/StructuredDataTest.cpp | 2 +- unittests/Core/TimerTest.cpp | 2 +- unittests/Editline/EditlineTest.cpp | 2 +- unittests/Expression/GoParserTest.cpp | 2 +- 512 files changed, 698 insertions(+), 691 deletions(-) rename include/lldb/{Core => Utility}/ConstString.h (99%) rename include/lldb/{Core => Utility}/Error.h (99%) rename include/lldb/{Core => Utility}/RegularExpression.h (98%) rename include/lldb/{Core => Utility}/Stream.h (99%) rename include/lldb/{Core => Utility}/StreamString.h (97%) rename include/lldb/{Core => Utility}/StreamTee.h (99%) rename source/{Core => Utility}/ConstString.cpp (99%) rename source/{Core => Utility}/Error.cpp (99%) rename source/{Core => Utility}/RegularExpression.cpp (98%) rename source/{Core => Utility}/Stream.cpp (99%) rename source/{Core => Utility}/StreamString.cpp (98%)