This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 08ba4ddcd xfail TestClassTemplateParameterPack on gcc to mollify lldb-x [...] new a4df83998 Rename Error -> Status.
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/API/SBError.h | 12 +- include/lldb/API/SBPlatform.h | 3 +- include/lldb/API/SBTarget.h | 2 +- include/lldb/Breakpoint/Breakpoint.h | 6 +- include/lldb/Breakpoint/BreakpointID.h | 2 +- include/lldb/Breakpoint/BreakpointLocation.h | 2 +- include/lldb/Breakpoint/BreakpointOptions.h | 4 +- include/lldb/Breakpoint/BreakpointResolver.h | 2 +- .../lldb/Breakpoint/BreakpointResolverAddress.h | 2 +- .../lldb/Breakpoint/BreakpointResolverFileLine.h | 2 +- .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 +- include/lldb/Breakpoint/BreakpointResolverName.h | 2 +- include/lldb/Breakpoint/Watchpoint.h | 6 +- include/lldb/Core/Communication.h | 24 +- include/lldb/Core/Connection.h | 14 +- include/lldb/Core/Debugger.h | 12 +- include/lldb/Core/FormatEntity.h | 16 +- include/lldb/Core/MappedHash.h | 4 +- include/lldb/Core/Module.h | 8 +- include/lldb/Core/ModuleList.h | 16 +- include/lldb/Core/PluginManager.h | 6 +- include/lldb/Core/RegisterValue.h | 18 +- include/lldb/Core/Scalar.h | 12 +- include/lldb/Core/SearchFilter.h | 12 +- include/lldb/Core/StructuredData.h | 4 +- include/lldb/Core/StructuredDataImpl.h | 12 +- include/lldb/Core/UserSettingsController.h | 17 +- include/lldb/Core/Value.h | 10 +- include/lldb/Core/ValueObject.h | 23 +- include/lldb/Core/ValueObjectConstResult.h | 10 +- include/lldb/Core/ValueObjectConstResultCast.h | 6 +- include/lldb/Core/ValueObjectConstResultChild.h | 6 +- include/lldb/Core/ValueObjectConstResultImpl.h | 6 +- include/lldb/Core/ValueObjectDynamicValue.h | 6 +- include/lldb/Core/ValueObjectRegister.h | 6 +- include/lldb/Core/ValueObjectSyntheticFilter.h | 4 +- include/lldb/Core/ValueObjectVariable.h | 6 +- include/lldb/DataFormatters/TypeSummary.h | 4 +- include/lldb/Expression/DWARFExpression.h | 8 +- include/lldb/Expression/ExpressionParser.h | 4 +- include/lldb/Expression/IRExecutionUnit.h | 10 +- include/lldb/Expression/IRInterpreter.h | 6 +- include/lldb/Expression/IRMemoryMap.h | 20 +- include/lldb/Expression/LLVMUserExpression.h | 2 +- include/lldb/Expression/Materializer.h | 20 +- include/lldb/Expression/REPL.h | 6 +- include/lldb/Expression/UserExpression.h | 8 +- include/lldb/Expression/UtilityFunction.h | 2 +- include/lldb/Host/File.h | 42 ++-- include/lldb/Host/FileCache.h | 10 +- include/lldb/Host/FileSystem.h | 8 +- include/lldb/Host/Host.h | 16 +- include/lldb/Host/HostNativeProcessBase.h | 6 +- include/lldb/Host/HostNativeThreadBase.h | 6 +- include/lldb/Host/HostProcess.h | 4 +- include/lldb/Host/HostThread.h | 6 +- include/lldb/Host/IOObject.h | 6 +- include/lldb/Host/LockFileBase.h | 26 +- include/lldb/Host/MainLoop.h | 6 +- include/lldb/Host/MainLoopBase.h | 6 +- include/lldb/Host/MonitoringProcessLauncher.h | 2 +- include/lldb/Host/PipeBase.h | 33 +-- include/lldb/Host/ProcessLauncher.h | 4 +- include/lldb/Host/Socket.h | 55 ++--- include/lldb/Host/ThreadLauncher.h | 4 +- include/lldb/Host/common/NativeBreakpoint.h | 8 +- include/lldb/Host/common/NativeBreakpointList.h | 21 +- include/lldb/Host/common/NativeProcessProtocol.h | 82 +++---- include/lldb/Host/common/NativeRegisterContext.h | 42 ++-- include/lldb/Host/common/NativeThreadProtocol.h | 18 +- include/lldb/Host/common/NativeWatchpointList.h | 8 +- include/lldb/Host/common/SoftwareBreakpoint.h | 20 +- include/lldb/Host/common/TCPSocket.h | 8 +- include/lldb/Host/common/UDPSocket.h | 10 +- .../Host/posix/ConnectionFileDescriptorPosix.h | 24 +- include/lldb/Host/posix/DomainSocket.h | 6 +- include/lldb/Host/posix/HostProcessPosix.h | 10 +- include/lldb/Host/posix/HostThreadPosix.h | 6 +- include/lldb/Host/posix/LockFilePosix.h | 10 +- include/lldb/Host/posix/PipePosix.h | 24 +- include/lldb/Host/posix/ProcessLauncherPosix.h | 2 +- include/lldb/Host/posix/ProcessLauncherPosixFork.h | 2 +- .../Host/windows/ConnectionGenericFileWindows.h | 10 +- include/lldb/Host/windows/HostProcessWindows.h | 4 +- include/lldb/Host/windows/HostThreadWindows.h | 4 +- include/lldb/Host/windows/LockFileWindows.h | 10 +- include/lldb/Host/windows/PipeWindows.h | 28 ++- include/lldb/Host/windows/ProcessLauncherWindows.h | 2 +- include/lldb/Interpreter/Args.h | 18 +- include/lldb/Interpreter/CommandInterpreter.h | 2 +- include/lldb/Interpreter/CommandReturnObject.h | 2 +- include/lldb/Interpreter/OptionGroupArchitecture.h | 4 +- include/lldb/Interpreter/OptionGroupBoolean.h | 6 +- include/lldb/Interpreter/OptionGroupFile.h | 12 +- include/lldb/Interpreter/OptionGroupFormat.h | 6 +- include/lldb/Interpreter/OptionGroupOutputFile.h | 6 +- include/lldb/Interpreter/OptionGroupPlatform.h | 8 +- include/lldb/Interpreter/OptionGroupString.h | 6 +- include/lldb/Interpreter/OptionGroupUInt64.h | 6 +- include/lldb/Interpreter/OptionGroupUUID.h | 6 +- .../Interpreter/OptionGroupValueObjectDisplay.h | 6 +- include/lldb/Interpreter/OptionGroupVariable.h | 6 +- include/lldb/Interpreter/OptionGroupWatchpoint.h | 6 +- include/lldb/Interpreter/OptionValue.h | 17 +- include/lldb/Interpreter/OptionValueArch.h | 4 +- include/lldb/Interpreter/OptionValueArray.h | 8 +- include/lldb/Interpreter/OptionValueBoolean.h | 4 +- include/lldb/Interpreter/OptionValueChar.h | 4 +- include/lldb/Interpreter/OptionValueDictionary.h | 10 +- include/lldb/Interpreter/OptionValueEnumeration.h | 6 +- include/lldb/Interpreter/OptionValueFileSpec.h | 4 +- include/lldb/Interpreter/OptionValueFileSpecList.h | 4 +- include/lldb/Interpreter/OptionValueFormat.h | 4 +- include/lldb/Interpreter/OptionValueFormatEntity.h | 4 +- include/lldb/Interpreter/OptionValueLanguage.h | 4 +- include/lldb/Interpreter/OptionValuePathMappings.h | 4 +- include/lldb/Interpreter/OptionValueProperties.h | 17 +- include/lldb/Interpreter/OptionValueRegex.h | 4 +- include/lldb/Interpreter/OptionValueSInt64.h | 4 +- include/lldb/Interpreter/OptionValueString.h | 12 +- include/lldb/Interpreter/OptionValueUInt64.h | 8 +- include/lldb/Interpreter/OptionValueUUID.h | 4 +- include/lldb/Interpreter/Options.h | 32 +-- include/lldb/Interpreter/ScriptInterpreter.h | 54 ++--- include/lldb/Symbol/ObjectFile.h | 2 +- include/lldb/Symbol/SymbolContext.h | 2 +- include/lldb/Symbol/Variable.h | 2 +- include/lldb/Target/ABI.h | 6 +- include/lldb/Target/DynamicLoader.h | 4 +- include/lldb/Target/Language.h | 2 +- include/lldb/Target/LanguageRuntime.h | 2 +- include/lldb/Target/Memory.h | 6 +- include/lldb/Target/ModuleCache.h | 28 +-- include/lldb/Target/ObjCLanguageRuntime.h | 2 +- include/lldb/Target/PathMappingList.h | 2 +- include/lldb/Target/Platform.h | 130 +++++----- include/lldb/Target/Process.h | 215 ++++++++--------- include/lldb/Target/ProcessLaunchInfo.h | 2 +- include/lldb/Target/ProcessStructReader.h | 4 +- include/lldb/Target/RegisterContext.h | 4 +- include/lldb/Target/StackFrame.h | 10 +- include/lldb/Target/StructuredDataPlugin.h | 4 +- include/lldb/Target/Target.h | 57 ++--- include/lldb/Target/TargetList.h | 38 +-- include/lldb/Target/Thread.h | 24 +- include/lldb/Target/ThreadSpec.h | 2 +- include/lldb/Utility/JSON.h | 2 +- include/lldb/Utility/RegularExpression.h | 2 +- include/lldb/Utility/SelectHelper.h | 4 +- include/lldb/Utility/{Error.h => Status.h} | 37 +-- include/lldb/lldb-forward.h | 2 +- include/lldb/lldb-private-enumerations.h | 7 +- include/lldb/lldb-private-interfaces.h | 8 +- include/lldb/lldb-private-types.h | 2 +- source/API/SBBreakpoint.cpp | 6 +- source/API/SBBreakpointLocation.cpp | 2 +- source/API/SBCommandReturnObject.cpp | 6 +- source/API/SBDebugger.cpp | 12 +- source/API/SBError.cpp | 18 +- source/API/SBFrame.cpp | 2 +- source/API/SBHostOS.cpp | 6 +- source/API/SBModule.cpp | 4 +- source/API/SBPlatform.cpp | 12 +- source/API/SBProcess.cpp | 8 +- source/API/SBStream.cpp | 2 +- source/API/SBStructuredData.cpp | 4 +- source/API/SBTarget.cpp | 10 +- source/API/SBThread.cpp | 2 +- source/API/SBValue.cpp | 16 +- source/Breakpoint/Breakpoint.cpp | 13 +- source/Breakpoint/BreakpointID.cpp | 4 +- source/Breakpoint/BreakpointIDList.cpp | 2 +- source/Breakpoint/BreakpointList.cpp | 2 +- source/Breakpoint/BreakpointLocation.cpp | 4 +- source/Breakpoint/BreakpointOptions.cpp | 10 +- source/Breakpoint/BreakpointResolver.cpp | 2 +- source/Breakpoint/BreakpointResolverAddress.cpp | 2 +- source/Breakpoint/BreakpointResolverFileLine.cpp | 2 +- source/Breakpoint/BreakpointResolverFileRegex.cpp | 2 +- source/Breakpoint/BreakpointResolverName.cpp | 2 +- source/Breakpoint/Watchpoint.cpp | 2 +- source/Commands/CommandObjectArgs.cpp | 4 +- source/Commands/CommandObjectArgs.h | 4 +- source/Commands/CommandObjectBreakpoint.cpp | 64 ++--- source/Commands/CommandObjectBreakpointCommand.cpp | 12 +- source/Commands/CommandObjectBugreport.cpp | 2 +- source/Commands/CommandObjectCommands.cpp | 54 ++--- source/Commands/CommandObjectDisassemble.cpp | 8 +- source/Commands/CommandObjectDisassemble.h | 6 +- source/Commands/CommandObjectExpression.cpp | 18 +- source/Commands/CommandObjectExpression.h | 4 +- source/Commands/CommandObjectFrame.cpp | 14 +- source/Commands/CommandObjectHelp.h | 6 +- source/Commands/CommandObjectLog.cpp | 6 +- source/Commands/CommandObjectMemory.cpp | 42 ++-- source/Commands/CommandObjectPlatform.cpp | 69 +++--- source/Commands/CommandObjectPlugin.cpp | 2 +- source/Commands/CommandObjectProcess.cpp | 62 ++--- source/Commands/CommandObjectRegister.cpp | 8 +- source/Commands/CommandObjectSettings.cpp | 24 +- source/Commands/CommandObjectSource.cpp | 12 +- source/Commands/CommandObjectTarget.cpp | 44 ++-- source/Commands/CommandObjectThread.cpp | 68 +++--- source/Commands/CommandObjectType.cpp | 92 +++---- source/Commands/CommandObjectWatchpoint.cpp | 28 +-- source/Commands/CommandObjectWatchpointCommand.cpp | 6 +- source/Core/Address.cpp | 8 +- source/Core/ArchSpec.cpp | 4 +- source/Core/Communication.cpp | 24 +- source/Core/Debugger.cpp | 27 ++- source/Core/Disassembler.cpp | 10 +- source/Core/DynamicLoader.cpp | 8 +- source/Core/EmulateInstruction.cpp | 6 +- source/Core/FormatEntity.cpp | 36 +-- source/Core/IOHandler.cpp | 6 +- source/Core/Module.cpp | 10 +- source/Core/ModuleList.cpp | 18 +- source/Core/PluginManager.cpp | 10 +- source/Core/RegisterValue.cpp | 24 +- source/Core/Scalar.cpp | 16 +- source/Core/SearchFilter.cpp | 16 +- source/Core/StructuredData.cpp | 4 +- source/Core/UserSettingsController.cpp | 25 +- source/Core/Value.cpp | 12 +- source/Core/ValueObject.cpp | 36 +-- source/Core/ValueObjectCast.cpp | 2 +- source/Core/ValueObjectChild.cpp | 6 +- source/Core/ValueObjectConstResult.cpp | 8 +- source/Core/ValueObjectConstResultCast.cpp | 6 +- source/Core/ValueObjectConstResultChild.cpp | 6 +- source/Core/ValueObjectConstResultImpl.cpp | 6 +- source/Core/ValueObjectDynamicValue.cpp | 6 +- source/Core/ValueObjectMemory.cpp | 2 +- source/Core/ValueObjectRegister.cpp | 6 +- source/Core/ValueObjectSyntheticFilter.cpp | 4 +- source/Core/ValueObjectVariable.cpp | 6 +- source/DataFormatters/StringPrinter.cpp | 6 +- source/DataFormatters/TypeFormat.cpp | 8 +- source/Expression/DWARFExpression.cpp | 14 +- source/Expression/FunctionCaller.cpp | 8 +- source/Expression/IRDynamicChecks.cpp | 2 +- source/Expression/IRExecutionUnit.cpp | 34 +-- source/Expression/IRInterpreter.cpp | 38 +-- source/Expression/IRMemoryMap.cpp | 31 +-- source/Expression/LLVMUserExpression.cpp | 10 +- source/Expression/Materializer.cpp | 104 ++++---- source/Expression/REPL.cpp | 8 +- source/Expression/UserExpression.cpp | 4 +- source/Expression/UtilityFunction.cpp | 2 +- source/Host/common/Editline.cpp | 2 +- source/Host/common/File.cpp | 54 ++--- source/Host/common/FileCache.cpp | 9 +- source/Host/common/Host.cpp | 34 +-- source/Host/common/HostProcess.cpp | 4 +- source/Host/common/HostThread.cpp | 4 +- source/Host/common/LockFileBase.cpp | 20 +- source/Host/common/MainLoop.cpp | 45 ++-- source/Host/common/MonitoringProcessLauncher.cpp | 4 +- source/Host/common/NativeBreakpoint.cpp | 14 +- source/Host/common/NativeBreakpointList.cpp | 36 +-- source/Host/common/NativeProcessProtocol.cpp | 90 +++---- source/Host/common/NativeRegisterContext.cpp | 65 ++--- source/Host/common/NativeThreadProtocol.cpp | 24 +- source/Host/common/NativeWatchpointList.cpp | 10 +- source/Host/common/PipeBase.cpp | 5 +- source/Host/common/Socket.cpp | 73 +++--- source/Host/common/SoftwareBreakpoint.cpp | 73 +++--- source/Host/common/TCPSocket.cpp | 16 +- source/Host/common/ThreadLauncher.cpp | 4 +- source/Host/common/UDPSocket.cpp | 18 +- source/Host/freebsd/Host.cpp | 6 +- source/Host/linux/Host.cpp | 8 +- source/Host/macosx/Host.mm | 32 +-- source/Host/macosx/Symbols.cpp | 2 +- source/Host/netbsd/Host.cpp | 6 +- source/Host/openbsd/Host.cpp | 6 +- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 54 ++--- source/Host/posix/DomainSocket.cpp | 16 +- source/Host/posix/FileSystem.cpp | 18 +- source/Host/posix/HostProcessPosix.cpp | 16 +- source/Host/posix/HostThreadPosix.cpp | 14 +- source/Host/posix/LockFilePosix.cpp | 16 +- source/Host/posix/PipePosix.cpp | 61 ++--- source/Host/posix/ProcessLauncherPosix.cpp | 2 +- source/Host/posix/ProcessLauncherPosixFork.cpp | 2 +- .../Host/windows/ConnectionGenericFileWindows.cpp | 14 +- source/Host/windows/FileSystem.cpp | 12 +- source/Host/windows/Host.cpp | 8 +- source/Host/windows/HostProcessWindows.cpp | 8 +- source/Host/windows/HostThreadWindows.cpp | 10 +- source/Host/windows/LockFileWindows.cpp | 31 +-- source/Host/windows/PipeWindows.cpp | 78 +++--- source/Host/windows/ProcessLauncherWindows.cpp | 2 +- source/Interpreter/Args.cpp | 18 +- source/Interpreter/CommandInterpreter.cpp | 12 +- source/Interpreter/CommandObject.cpp | 2 +- source/Interpreter/CommandReturnObject.cpp | 6 +- source/Interpreter/OptionGroupArchitecture.cpp | 9 +- source/Interpreter/OptionGroupBoolean.cpp | 8 +- source/Interpreter/OptionGroupFile.cpp | 17 +- source/Interpreter/OptionGroupFormat.cpp | 8 +- source/Interpreter/OptionGroupOutputFile.cpp | 9 +- source/Interpreter/OptionGroupPlatform.cpp | 11 +- source/Interpreter/OptionGroupString.cpp | 8 +- source/Interpreter/OptionGroupUInt64.cpp | 8 +- source/Interpreter/OptionGroupUUID.cpp | 8 +- .../Interpreter/OptionGroupValueObjectDisplay.cpp | 4 +- source/Interpreter/OptionGroupVariable.cpp | 25 +- source/Interpreter/OptionGroupWatchpoint.cpp | 9 +- source/Interpreter/OptionValue.cpp | 16 +- source/Interpreter/OptionValueArch.cpp | 6 +- source/Interpreter/OptionValueArray.cpp | 15 +- source/Interpreter/OptionValueBoolean.cpp | 6 +- source/Interpreter/OptionValueChar.cpp | 6 +- source/Interpreter/OptionValueDictionary.cpp | 24 +- source/Interpreter/OptionValueEnumeration.cpp | 6 +- source/Interpreter/OptionValueFileSpec.cpp | 6 +- source/Interpreter/OptionValueFileSpecLIst.cpp | 6 +- source/Interpreter/OptionValueFormat.cpp | 6 +- source/Interpreter/OptionValueFormatEntity.cpp | 8 +- source/Interpreter/OptionValueLanguage.cpp | 6 +- source/Interpreter/OptionValuePathMappings.cpp | 6 +- source/Interpreter/OptionValueProperties.cpp | 29 +-- source/Interpreter/OptionValueRegex.cpp | 6 +- source/Interpreter/OptionValueSInt64.cpp | 6 +- source/Interpreter/OptionValueString.cpp | 18 +- source/Interpreter/OptionValueUInt64.cpp | 8 +- source/Interpreter/OptionValueUUID.cpp | 6 +- source/Interpreter/Options.cpp | 18 +- source/Interpreter/ScriptInterpreter.cpp | 6 +- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 14 +- source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h | 2 +- .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 20 +- source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h | 2 +- source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 14 +- source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h | 2 +- source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 16 +- source/Plugins/ABI/SysV-arm/ABISysV_arm.h | 2 +- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 18 +- source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h | 2 +- .../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 11 +- source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h | 2 +- source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 18 +- source/Plugins/ABI/SysV-i386/ABISysV_i386.h | 2 +- source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 12 +- source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 2 +- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 14 +- source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 2 +- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 18 +- source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h | 2 +- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 18 +- source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h | 2 +- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 16 +- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h | 2 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 20 +- source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h | 2 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 4 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 14 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 2 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 4 +- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 2 +- .../Hexagon-DYLD/HexagonDYLDRendezvous.cpp | 12 +- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 4 +- .../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 6 +- .../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 2 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 16 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 2 +- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 14 +- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 2 +- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 2 +- .../DynamicLoader/Static/DynamicLoaderStatic.cpp | 4 +- .../DynamicLoader/Static/DynamicLoaderStatic.h | 2 +- .../Windows-DYLD/DynamicLoaderWindowsDYLD.cpp | 2 +- .../Windows-DYLD/DynamicLoaderWindowsDYLD.h | 2 +- .../Clang/ClangExpressionDeclMap.cpp | 8 +- .../Clang/ClangExpressionParser.cpp | 10 +- .../ExpressionParser/Clang/ClangExpressionParser.h | 8 +- .../ExpressionParser/Clang/ClangUserExpression.cpp | 10 +- .../ExpressionParser/Clang/ClangUserExpression.h | 2 +- .../Clang/ClangUtilityFunction.cpp | 2 +- .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 2 +- .../Plugins/ExpressionParser/Clang/IRForTarget.h | 2 +- source/Plugins/ExpressionParser/Go/GoParser.cpp | 4 +- source/Plugins/ExpressionParser/Go/GoParser.h | 2 +- .../ExpressionParser/Go/GoUserExpression.cpp | 6 +- .../Instruction/ARM/EmulateInstructionARM.h | 2 +- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 4 +- .../Instruction/ARM64/EmulateInstructionARM64.h | 2 +- .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 14 +- .../Instruction/MIPS/EmulateInstructionMIPS.h | 2 +- .../MIPS64/EmulateInstructionMIPS64.cpp | 8 +- .../Instruction/MIPS64/EmulateInstructionMIPS64.h | 2 +- .../AddressSanitizer/AddressSanitizerRuntime.cpp | 4 +- .../ThreadSanitizer/ThreadSanitizerRuntime.cpp | 4 +- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 4 +- source/Plugins/Language/CPlusPlus/BlockPointer.cpp | 4 +- .../Plugins/Language/CPlusPlus/CxxStringTypes.cpp | 8 +- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 6 +- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 6 +- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 8 +- .../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 6 +- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 2 +- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 10 +- .../Language/CPlusPlus/LibStdcppUniquePointer.cpp | 2 +- .../Plugins/Language/Go/GoFormatterFunctions.cpp | 2 +- .../Language/Java/JavaFormatterFunctions.cpp | 8 +- source/Plugins/Language/ObjC/CF.cpp | 8 +- source/Plugins/Language/ObjC/Cocoa.cpp | 20 +- source/Plugins/Language/ObjC/NSArray.cpp | 18 +- source/Plugins/Language/ObjC/NSDictionary.cpp | 20 +- source/Plugins/Language/ObjC/NSError.cpp | 8 +- source/Plugins/Language/ObjC/NSException.cpp | 6 +- source/Plugins/Language/ObjC/NSSet.cpp | 20 +- source/Plugins/Language/ObjC/NSString.cpp | 8 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 +- .../LanguageRuntime/Go/GoLanguageRuntime.cpp | 10 +- .../AppleObjCClassDescriptorV2.cpp | 18 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 6 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 10 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 42 ++-- .../AppleObjCTrampolineHandler.cpp | 10 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 72 +++--- .../RenderScriptRuntime/RenderScriptRuntime.h | 2 +- .../RenderScriptScriptGroup.cpp | 2 +- .../MemoryHistory/asan/MemoryHistoryASan.cpp | 2 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 10 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 10 +- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 2 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 4 +- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 2 +- .../Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp | 2 +- source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h | 2 +- .../OperatingSystem/Go/OperatingSystemGo.cpp | 4 +- .../Plugins/OperatingSystem/Go/OperatingSystemGo.h | 2 +- .../Python/OperatingSystemPython.cpp | 2 +- source/Plugins/Platform/Android/AdbClient.cpp | 187 ++++++++------- source/Plugins/Platform/Android/AdbClient.h | 87 +++---- .../Plugins/Platform/Android/PlatformAndroid.cpp | 68 +++--- source/Plugins/Platform/Android/PlatformAndroid.h | 22 +- .../Android/PlatformAndroidRemoteGDBServer.cpp | 31 +-- .../Android/PlatformAndroidRemoteGDBServer.h | 12 +- .../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 8 +- source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h | 4 +- .../Plugins/Platform/Kalimba/PlatformKalimba.cpp | 8 +- source/Plugins/Platform/Kalimba/PlatformKalimba.h | 4 +- source/Plugins/Platform/Linux/PlatformLinux.cpp | 4 +- source/Plugins/Platform/Linux/PlatformLinux.h | 2 +- .../Platform/MacOSX/PlatformAppleSimulator.cpp | 24 +- .../Platform/MacOSX/PlatformAppleSimulator.h | 8 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 18 +- .../Platform/MacOSX/PlatformAppleTVSimulator.h | 6 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 18 +- .../Platform/MacOSX/PlatformAppleWatchSimulator.h | 6 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 53 ++-- source/Plugins/Platform/MacOSX/PlatformDarwin.h | 8 +- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 10 +- .../Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 4 +- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 33 +-- source/Plugins/Platform/MacOSX/PlatformMacOSX.h | 13 +- .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 2 +- .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 20 +- .../Platform/MacOSX/PlatformRemoteDarwinDevice.h | 6 +- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 18 +- .../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 6 +- .../PlatformiOSSimulatorCoreSimulatorSupport.h | 14 +- .../PlatformiOSSimulatorCoreSimulatorSupport.mm | 20 +- source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 12 +- source/Plugins/Platform/NetBSD/PlatformNetBSD.h | 2 +- .../Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 2 +- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 141 +++++------ source/Plugins/Platform/POSIX/PlatformPOSIX.h | 69 +++--- .../Plugins/Platform/Windows/PlatformWindows.cpp | 34 +-- source/Plugins/Platform/Windows/PlatformWindows.h | 21 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 86 +++---- .../Platform/gdb-server/PlatformRemoteGDBServer.h | 56 ++--- .../Process/Darwin/DarwinProcessLauncher.cpp | 32 +-- .../Plugins/Process/Darwin/DarwinProcessLauncher.h | 5 +- source/Plugins/Process/Darwin/MachException.cpp | 26 +- source/Plugins/Process/Darwin/MachException.h | 12 +- .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 153 ++++++------ .../Plugins/Process/Darwin/NativeProcessDarwin.h | 107 +++++---- .../Plugins/Process/Darwin/NativeThreadDarwin.cpp | 10 +- source/Plugins/Process/Darwin/NativeThreadDarwin.h | 12 +- .../Process/Darwin/NativeThreadListDarwin.cpp | 4 +- .../Process/Darwin/NativeThreadListDarwin.h | 2 +- source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 100 ++++---- source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 52 ++-- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 38 +-- source/Plugins/Process/FreeBSD/ProcessMonitor.h | 18 +- .../RegisterContextPOSIXProcessMonitor_arm.cpp | 2 +- .../RegisterContextPOSIXProcessMonitor_arm64.cpp | 2 +- .../RegisterContextPOSIXProcessMonitor_mips64.cpp | 2 +- .../RegisterContextPOSIXProcessMonitor_powerpc.cpp | 2 +- .../RegisterContextPOSIXProcessMonitor_x86.cpp | 2 +- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 267 +++++++++++---------- source/Plugins/Process/Linux/NativeProcessLinux.h | 87 +++---- .../Process/Linux/NativeRegisterContextLinux.cpp | 63 ++--- .../Process/Linux/NativeRegisterContextLinux.h | 38 +-- .../Linux/NativeRegisterContextLinux_arm.cpp | 119 ++++----- .../Process/Linux/NativeRegisterContextLinux_arm.h | 44 ++-- .../Linux/NativeRegisterContextLinux_arm64.cpp | 115 ++++----- .../Linux/NativeRegisterContextLinux_arm64.h | 44 ++-- .../Linux/NativeRegisterContextLinux_mips64.cpp | 97 ++++---- .../Linux/NativeRegisterContextLinux_mips64.h | 45 ++-- .../Linux/NativeRegisterContextLinux_s390x.cpp | 150 ++++++------ .../Linux/NativeRegisterContextLinux_s390x.h | 46 ++-- .../Linux/NativeRegisterContextLinux_x86_64.cpp | 99 ++++---- .../Linux/NativeRegisterContextLinux_x86_64.h | 31 +-- source/Plugins/Process/Linux/NativeThreadLinux.cpp | 49 ++-- source/Plugins/Process/Linux/NativeThreadLinux.h | 16 +- source/Plugins/Process/Linux/SingleStepCheck.cpp | 18 +- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 12 +- .../Process/MacOSX-Kernel/CommunicationKDP.h | 12 +- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 85 +++---- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 50 ++-- .../MacOSX-Kernel/RegisterContextKDP_arm.cpp | 16 +- .../MacOSX-Kernel/RegisterContextKDP_arm64.cpp | 16 +- .../MacOSX-Kernel/RegisterContextKDP_i386.cpp | 12 +- .../MacOSX-Kernel/RegisterContextKDP_x86_64.cpp | 12 +- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 168 ++++++------- .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 67 +++--- .../Process/NetBSD/NativeRegisterContextNetBSD.cpp | 36 +-- .../Process/NetBSD/NativeRegisterContextNetBSD.h | 24 +- .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 63 ++--- .../NetBSD/NativeRegisterContextNetBSD_x86_64.h | 27 ++- .../Plugins/Process/NetBSD/NativeThreadNetBSD.cpp | 42 ++-- source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 10 +- .../Process/Utility/RegisterContextLLDB.cpp | 10 +- .../Process/Utility/RegisterContextMemory.cpp | 10 +- .../Utility/RegisterContextThreadMemory.cpp | 10 +- .../Process/Utility/RegisterContextThreadMemory.h | 12 +- .../Process/Utility/UnwindMacOSXFrameBackchain.cpp | 4 +- .../Process/Windows/Common/DebuggerThread.cpp | 22 +- .../Process/Windows/Common/DebuggerThread.h | 6 +- .../Process/Windows/Common/IDebugDelegate.h | 4 +- .../Process/Windows/Common/LocalDebugDelegate.cpp | 2 +- .../Process/Windows/Common/LocalDebugDelegate.h | 2 +- .../Process/Windows/Common/ProcessWindows.cpp | 75 +++--- .../Process/Windows/Common/ProcessWindows.h | 38 +-- .../Windows/Common/RegisterContextWindows.cpp | 2 +- .../Common/x64/RegisterContextWindows_x64.cpp | 2 +- .../Common/x86/RegisterContextWindows_x86.cpp | 2 +- source/Plugins/Process/elf-core/ProcessElfCore.cpp | 26 +- source/Plugins/Process/elf-core/ProcessElfCore.h | 14 +- .../elf-core/RegisterContextPOSIXCore_x86_64.cpp | 2 +- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 12 +- source/Plugins/Process/elf-core/ThreadElfCore.h | 12 +- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 14 +- .../Process/gdb-remote/GDBRemoteCommunication.h | 10 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 103 ++++---- .../gdb-remote/GDBRemoteCommunicationClient.h | 46 ++-- .../gdb-remote/GDBRemoteCommunicationServer.cpp | 2 +- .../gdb-remote/GDBRemoteCommunicationServer.h | 6 +- .../GDBRemoteCommunicationServerCommon.cpp | 16 +- .../GDBRemoteCommunicationServerCommon.h | 8 +- .../GDBRemoteCommunicationServerLLGS.cpp | 113 ++++----- .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 20 +- .../GDBRemoteCommunicationServerPlatform.cpp | 16 +- .../GDBRemoteCommunicationServerPlatform.h | 8 +- .../gdb-remote/GDBRemoteRegisterContext.cpp | 4 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 181 +++++++------- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 78 +++--- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 24 +- source/Plugins/Process/mach-core/ProcessMachCore.h | 12 +- source/Plugins/Process/minidump/MinidumpParser.cpp | 4 +- source/Plugins/Process/minidump/MinidumpParser.h | 2 +- source/Plugins/Process/minidump/MinidumpTypes.cpp | 24 +- source/Plugins/Process/minidump/MinidumpTypes.h | 6 +- .../Plugins/Process/minidump/ProcessMinidump.cpp | 18 +- source/Plugins/Process/minidump/ProcessMinidump.h | 14 +- .../Python/ScriptInterpreterPython.cpp | 50 ++-- .../Python/ScriptInterpreterPython.h | 38 +-- .../DarwinLog/StructuredDataDarwinLog.cpp | 38 +-- .../DarwinLog/StructuredDataDarwinLog.h | 7 +- .../SymbolFile/DWARF/DWARFASTParserOCaml.cpp | 2 +- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 2 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 7 +- .../SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 4 +- .../MacOSX/AppleGetPendingItemsHandler.cpp | 6 +- .../MacOSX/AppleGetPendingItemsHandler.h | 4 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 6 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 4 +- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 4 +- .../MacOSX/AppleGetThreadItemInfoHandler.h | 4 +- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 28 +-- .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 4 +- .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 10 +- source/Symbol/ClangASTContext.cpp | 6 +- source/Symbol/CompactUnwindInfo.cpp | 6 +- source/Symbol/CompilerType.cpp | 4 +- source/Symbol/JavaASTContext.cpp | 4 +- source/Symbol/ObjectFile.cpp | 14 +- source/Symbol/SymbolContext.cpp | 2 +- source/Symbol/Type.cpp | 2 +- source/Symbol/Variable.cpp | 8 +- source/Target/Language.cpp | 2 +- source/Target/LanguageRuntime.cpp | 3 +- source/Target/Memory.cpp | 7 +- source/Target/ModuleCache.cpp | 89 +++---- source/Target/ObjCLanguageRuntime.cpp | 6 +- source/Target/PathMappingList.cpp | 2 +- source/Target/Platform.cpp | 196 +++++++-------- source/Target/Process.cpp | 188 ++++++++------- source/Target/ProcessLaunchInfo.cpp | 2 +- source/Target/RegisterContext.cpp | 17 +- source/Target/StackFrame.cpp | 18 +- source/Target/StopInfo.cpp | 4 +- source/Target/Target.cpp | 108 ++++----- source/Target/TargetList.cpp | 50 ++-- source/Target/Thread.cpp | 58 ++--- source/Target/ThreadPlanCallFunction.cpp | 2 +- source/Target/ThreadPlanTracer.cpp | 2 +- source/Target/ThreadSpec.cpp | 2 +- source/Utility/CMakeLists.txt | 2 +- source/Utility/JSON.cpp | 22 +- source/Utility/SelectHelper.cpp | 8 +- source/Utility/{Error.cpp => Status.cpp} | 61 ++--- tools/debugserver/source/DNBError.h | 2 +- tools/debugserver/source/JSON.cpp | 22 +- tools/debugserver/source/JSON.h | 2 +- tools/debugserver/source/MacOSX/MachException.cpp | 14 +- tools/debugserver/source/MacOSX/MachProcess.mm | 13 +- tools/debugserver/source/MacOSX/MachTask.mm | 20 +- tools/debugserver/source/MacOSX/MachThreadList.cpp | 2 +- tools/debugserver/source/MacOSX/MachVMMemory.cpp | 2 +- .../debugserver/source/MacOSX/arm/DNBArchImpl.cpp | 4 +- .../source/MacOSX/arm64/DNBArchImplARM64.cpp | 4 +- tools/debugserver/source/PseudoTerminal.cpp | 6 +- tools/debugserver/source/PseudoTerminal.h | 8 +- tools/debugserver/source/RNBContext.cpp | 2 +- tools/debugserver/source/RNBRemote.cpp | 2 +- tools/lldb-mi/MICmdBase.cpp | 2 +- tools/lldb-mi/MICmdCmdData.h | 2 +- tools/lldb-mi/MIDriver.cpp | 2 +- tools/lldb-mi/MIDriverBase.cpp | 2 +- tools/lldb-server/Acceptor.cpp | 6 +- tools/lldb-server/Acceptor.h | 8 +- tools/lldb-server/lldb-gdbserver.cpp | 20 +- tools/lldb-server/lldb-platform.cpp | 30 +-- unittests/Breakpoint/BreakpointIDTest.cpp | 4 +- unittests/Core/ScalarTest.cpp | 6 +- unittests/Editline/EditlineTest.cpp | 4 +- unittests/Expression/GoParserTest.cpp | 4 +- unittests/Host/MainLoopTest.cpp | 10 +- unittests/Host/SocketTest.cpp | 8 +- .../GDBRemoteCommunicationClientTest.cpp | 6 +- .../Process/gdb-remote/GDBRemoteTestUtils.cpp | 7 +- unittests/Target/ModuleCacheTest.cpp | 6 +- unittests/Utility/CMakeLists.txt | 2 +- .../Utility/{ErrorTest.cpp => StatusTest.cpp} | 12 +- unittests/debugserver/RNBSocketTest.cpp | 4 +- 655 files changed, 5887 insertions(+), 5772 deletions(-) rename include/lldb/Utility/{Error.h => Status.h} (91%) rename source/Utility/{Error.cpp => Status.cpp} (81%) rename unittests/Utility/{ErrorTest.cpp => StatusTest.cpp} (50%)