This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from aa56a4ca3 Fix the unittests for the move of Listener & Broadcaster from [...] new 8a5809b56 Simplify Boolean expressions
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/ModuleSpec.h | 6 +- include/lldb/DataFormatters/TypeCategory.h | 2 +- include/lldb/Symbol/Symtab.h | 4 +- include/lldb/Target/Thread.h | 2 +- include/lldb/Utility/StructuredData.h | 4 +- source/API/SBQueue.cpp | 6 +- source/API/SBThread.cpp | 4 +- source/API/SBType.cpp | 8 +- source/API/SBTypeCategory.cpp | 4 +- source/API/SBTypeFilter.cpp | 6 +- source/API/SBTypeFormat.cpp | 6 +- source/API/SBTypeNameSpecifier.cpp | 6 +- source/API/SBTypeSummary.cpp | 4 +- source/API/SBTypeSynthetic.cpp | 6 +- source/API/SBValue.cpp | 5 +- source/Breakpoint/Watchpoint.cpp | 5 +- source/Commands/CommandObjectExpression.cpp | 3 +- source/Commands/CommandObjectQuit.cpp | 4 +- source/Commands/CommandObjectWatchpoint.cpp | 6 +- source/Core/Disassembler.cpp | 14 +-- source/Core/Mangled.cpp | 4 +- source/Core/SearchFilter.cpp | 18 +-- source/Core/SourceManager.cpp | 2 +- source/Core/ValueObject.cpp | 25 ++-- source/Core/ValueObjectChild.cpp | 4 +- source/Core/ValueObjectConstResultImpl.cpp | 2 +- source/Core/ValueObjectSyntheticFilter.cpp | 6 +- source/DataFormatters/CXXFunctionPointer.cpp | 2 +- source/DataFormatters/DataVisualization.cpp | 4 +- source/DataFormatters/DumpValueObjectOptions.cpp | 2 +- source/DataFormatters/FormatManager.cpp | 14 +-- source/DataFormatters/StringPrinter.cpp | 2 +- source/DataFormatters/TypeCategory.cpp | 5 +- source/DataFormatters/TypeCategoryMap.cpp | 3 +- source/DataFormatters/TypeFormat.cpp | 2 +- source/DataFormatters/TypeSummary.cpp | 2 +- source/DataFormatters/ValueObjectPrinter.cpp | 12 +- source/Expression/DWARFExpression.cpp | 10 +- source/Expression/ExpressionSourceCode.cpp | 9 +- source/Expression/Materializer.cpp | 2 +- source/Host/common/Editline.cpp | 2 +- source/Host/common/FileCache.cpp | 2 +- source/Host/common/ProcessRunLock.cpp | 2 +- source/Host/common/Symbols.cpp | 2 +- source/Host/common/XML.cpp | 9 +- source/Host/macosx/Symbols.cpp | 6 +- source/Host/macosx/cfcpp/CFCMutableArray.cpp | 6 +- source/Host/macosx/cfcpp/CFCMutableSet.cpp | 2 +- source/Host/macosx/objcxx/Host.mm | 10 +- source/Interpreter/CommandInterpreter.cpp | 15 ++- source/Interpreter/CommandObject.cpp | 15 +-- source/Interpreter/OptionGroupVariable.cpp | 4 +- source/Interpreter/OptionValueProperties.cpp | 4 +- source/Interpreter/Options.cpp | 6 +- source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 5 +- source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h | 4 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 5 +- .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 20 ++-- .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 20 ++-- .../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 5 +- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 6 +- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp | 12 +- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 2 +- .../ExpressionParser/Clang/ClangASTSource.cpp | 9 +- .../Plugins/ExpressionParser/Clang/IRForTarget.cpp | 23 ++-- .../Instruction/ARM/EmulateInstructionARM.cpp | 92 ++++---------- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 13 +- .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 133 ++++++--------------- .../MIPS64/EmulateInstructionMIPS64.cpp | 115 +++++------------- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 5 +- source/Plugins/Language/ObjC/CF.cpp | 2 +- source/Plugins/Language/ObjC/NSException.cpp | 7 +- source/Plugins/Language/ObjC/NSIndexPath.cpp | 6 +- source/Plugins/Language/ObjC/NSString.cpp | 13 +- .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 5 +- .../AppleObjCClassDescriptorV2.cpp | 12 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 11 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 2 +- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 8 +- .../AppleThreadPlanStepThroughObjCTrampoline.cpp | 5 +- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 11 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +- source/Plugins/ObjectFile/ELF/ELFHeader.cpp | 29 ++--- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 10 +- source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 92 +++++++------- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 2 +- .../Python/OperatingSystemPython.cpp | 2 +- .../Plugins/Platform/Android/PlatformAndroid.cpp | 2 +- .../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 2 +- .../Plugins/Platform/Kalimba/PlatformKalimba.cpp | 2 +- source/Plugins/Platform/Linux/PlatformLinux.cpp | 2 +- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 2 +- .../MacOSX/PlatformAppleWatchSimulator.cpp | 2 +- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 5 +- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 14 +-- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 2 +- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 2 +- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 2 +- .../PlatformiOSSimulatorCoreSimulatorSupport.mm | 2 +- source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 2 +- .../Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 2 +- .../Plugins/Platform/Windows/PlatformWindows.cpp | 2 +- .../gdb-server/PlatformRemoteGDBServer.cpp | 2 +- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 18 +-- .../Process/Utility/RegisterContextDarwin_arm.cpp | 2 +- .../Utility/RegisterContextDarwin_arm64.cpp | 2 +- .../Process/Utility/RegisterContextLLDB.cpp | 26 ++-- .../Process/Utility/RegisterContextPOSIX_x86.cpp | 2 +- source/Plugins/Process/Utility/UnwindLLDB.cpp | 19 ++- .../Process/gdb-remote/GDBRemoteClientBase.cpp | 2 +- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 2 +- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 32 ++--- .../gdb-remote/GDBRemoteRegisterContext.cpp | 4 +- .../Process/gdb-remote/ProcessGDBRemote.cpp | 6 +- .../Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 11 +- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 63 +++++----- .../ScriptInterpreter/Python/PythonDataObjects.cpp | 8 +- .../Python/ScriptInterpreterPython.cpp | 4 +- .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 12 +- .../Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp | 2 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 11 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 4 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 11 +- source/Plugins/SymbolFile/PDB/PDBASTParser.cpp | 2 +- .../SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 3 +- .../MacOSX/AppleGetItemInfoHandler.cpp | 2 +- .../MacOSX/AppleGetPendingItemsHandler.cpp | 2 +- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 2 +- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 2 +- .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 6 +- .../x86/x86AssemblyInspectionEngine.cpp | 30 ++--- source/Symbol/Block.cpp | 6 +- source/Symbol/ClangASTContext.cpp | 20 ++-- source/Symbol/ClangASTImporter.cpp | 2 +- source/Symbol/CompactUnwindInfo.cpp | 8 +- source/Symbol/CompileUnit.cpp | 2 +- source/Symbol/DWARFCallFrameInfo.cpp | 10 +- source/Symbol/FuncUnwinders.cpp | 2 +- source/Symbol/ObjectFile.cpp | 4 +- source/Symbol/SymbolContext.cpp | 14 +-- source/Symbol/Symtab.cpp | 2 +- source/Symbol/Type.cpp | 5 +- source/Symbol/TypeSystem.cpp | 2 +- source/Target/Platform.cpp | 6 +- source/Target/QueueItem.cpp | 2 +- source/Target/RegisterNumber.cpp | 17 +-- source/Target/StackFrame.cpp | 4 +- source/Target/StopInfo.cpp | 6 +- source/Target/TargetList.cpp | 2 +- source/Target/ThreadPlanBase.cpp | 5 +- source/Target/ThreadPlanStepOverRange.cpp | 5 +- source/Utility/ArchSpec.cpp | 10 +- source/Utility/Listener.cpp | 4 +- source/Utility/RegisterValue.cpp | 2 +- source/Utility/StructuredData.cpp | 2 +- tools/debugserver/source/JSONGenerator.h | 4 +- tools/debugserver/source/MacOSX/Genealogy.cpp | 3 +- tools/debugserver/source/MacOSX/MachProcess.mm | 12 +- tools/debugserver/source/MacOSX/MachThread.cpp | 4 +- tools/debugserver/source/MacOSX/MachVMRegion.cpp | 5 +- .../source/MacOSX/i386/DNBArchImplI386.cpp | 7 +- .../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 7 +- tools/debugserver/source/RNBRemote.cpp | 11 +- tools/debugserver/source/RNBServices.cpp | 6 +- tools/debugserver/source/libdebugserver.cpp | 2 +- tools/lldb-mi/MICmdArgValFile.cpp | 5 +- tools/lldb-mi/MICmdArgValOptionLong.cpp | 5 +- tools/lldb-mi/MICmdArgValString.cpp | 7 +- tools/lldb-mi/MICmdArgValThreadGrp.cpp | 5 +- tools/lldb-mi/MICmdFactory.cpp | 5 +- tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 2 +- tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 4 +- tools/lldb-mi/MICmnLog.cpp | 5 +- tools/lldb-mi/MIUtilMapIdToVariant.cpp | 5 +- tools/lldb-mi/MIUtilString.cpp | 20 +--- tools/lldb-vscode/JSONUtils.cpp | 4 +- 177 files changed, 599 insertions(+), 1018 deletions(-)