This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from bd94e351b [testsuite] Split Obj-C foundation test new 09b1fb72a [NFC] Remove ASCII lines from comments
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: examples/darwin/heap_find/heap/heap_find.cpp | 36 --- examples/functions/main.cpp | 2 - .../darwin/fd_interposing/FDInterposing.cpp | 46 ---- examples/lookup/main.cpp | 2 - include/lldb/API/SBAttachInfo.h | 12 - include/lldb/API/SBBlock.h | 2 - include/lldb/API/SBCommandInterpreter.h | 12 - include/lldb/API/SBCompileUnit.h | 2 - include/lldb/API/SBInstructionList.h | 2 - include/lldb/API/SBLaunchInfo.h | 6 - include/lldb/API/SBMemoryRegionInfo.h | 14 -- include/lldb/API/SBModule.h | 24 -- include/lldb/API/SBModuleSpec.h | 4 - include/lldb/API/SBPlatform.h | 2 - include/lldb/API/SBProcess.h | 36 --- include/lldb/API/SBSection.h | 4 - include/lldb/API/SBStructuredData.h | 18 -- include/lldb/API/SBSymbol.h | 4 - include/lldb/API/SBTarget.h | 70 ------ include/lldb/API/SBThread.h | 4 - include/lldb/API/SBThreadPlan.h | 2 - include/lldb/API/SBTrace.h | 8 - include/lldb/API/SBValue.h | 16 -- include/lldb/Breakpoint/Breakpoint.h | 104 -------- include/lldb/Breakpoint/BreakpointID.h | 8 - include/lldb/Breakpoint/BreakpointIDList.h | 2 - include/lldb/Breakpoint/BreakpointList.h | 28 --- include/lldb/Breakpoint/BreakpointLocation.h | 70 ------ .../lldb/Breakpoint/BreakpointLocationCollection.h | 26 -- include/lldb/Breakpoint/BreakpointLocationList.h | 34 --- include/lldb/Breakpoint/BreakpointOptions.h | 66 ----- include/lldb/Breakpoint/BreakpointResolver.h | 26 -- .../lldb/Breakpoint/BreakpointResolverAddress.h | 2 - .../lldb/Breakpoint/BreakpointResolverFileLine.h | 2 - .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 2 - include/lldb/Breakpoint/BreakpointResolverName.h | 2 - .../lldb/Breakpoint/BreakpointResolverScripted.h | 2 - include/lldb/Breakpoint/BreakpointSite.h | 44 ---- include/lldb/Breakpoint/BreakpointSiteList.h | 28 --- include/lldb/Breakpoint/Stoppoint.h | 6 - include/lldb/Breakpoint/StoppointCallbackContext.h | 8 - include/lldb/Breakpoint/StoppointLocation.h | 10 - include/lldb/Breakpoint/Watchpoint.h | 12 - include/lldb/Breakpoint/WatchpointList.h | 38 --- include/lldb/Breakpoint/WatchpointOptions.h | 38 --- include/lldb/Core/Address.h | 58 ----- include/lldb/Core/AddressRange.h | 42 ---- include/lldb/Core/AddressResolver.h | 4 - include/lldb/Core/AddressResolverFileLine.h | 2 - include/lldb/Core/AddressResolverName.h | 2 - include/lldb/Core/Architecture.h | 10 - include/lldb/Core/Communication.h | 32 --- include/lldb/Core/Debugger.h | 10 - include/lldb/Core/Disassembler.h | 8 - include/lldb/Core/DumpDataExtractor.h | 2 - include/lldb/Core/EmulateInstruction.h | 12 - include/lldb/Core/FileLineResolver.h | 2 - include/lldb/Core/FileSpecList.h | 26 -- include/lldb/Core/FormatEntity.h | 2 - include/lldb/Core/Highlighter.h | 8 - include/lldb/Core/IOHandler.h | 16 -- include/lldb/Core/Mangled.h | 46 ---- include/lldb/Core/Module.h | 85 ------- include/lldb/Core/ModuleChild.h | 16 -- include/lldb/Core/ModuleList.h | 63 ----- include/lldb/Core/PluginManager.h | 50 ---- include/lldb/Core/STLUtils.h | 6 - include/lldb/Core/SearchFilter.h | 44 ---- include/lldb/Core/Section.h | 8 - include/lldb/Core/SourceManager.h | 2 - include/lldb/Core/StreamFile.h | 4 - include/lldb/Core/ThreadSafeSTLMap.h | 4 - include/lldb/Core/ThreadSafeSTLVector.h | 4 - include/lldb/Core/ThreadSafeValue.h | 4 - include/lldb/Core/UniqueCStringMap.h | 24 -- include/lldb/Core/ValueObject.h | 16 -- include/lldb/Core/ValueObjectCast.h | 2 - include/lldb/Core/ValueObjectChild.h | 2 - include/lldb/Core/ValueObjectConstResult.h | 2 - include/lldb/Core/ValueObjectConstResultChild.h | 2 - include/lldb/Core/ValueObjectConstResultImpl.h | 2 - include/lldb/Core/ValueObjectDynamicValue.h | 2 - include/lldb/Core/ValueObjectList.h | 6 - include/lldb/Core/ValueObjectMemory.h | 4 - include/lldb/Core/ValueObjectRegister.h | 8 - include/lldb/Core/ValueObjectSyntheticFilter.h | 2 - include/lldb/Core/ValueObjectVariable.h | 4 - include/lldb/Expression/DWARFExpression.h | 42 ---- include/lldb/Expression/Expression.h | 24 -- include/lldb/Expression/ExpressionParser.h | 14 -- .../lldb/Expression/ExpressionTypeSystemHelper.h | 2 - include/lldb/Expression/ExpressionVariable.h | 10 - include/lldb/Expression/FunctionCaller.h | 38 --- include/lldb/Expression/IRDynamicChecks.h | 24 -- include/lldb/Expression/IRExecutionUnit.h | 32 --- include/lldb/Expression/IRInterpreter.h | 2 - include/lldb/Expression/IRMemoryMap.h | 2 - include/lldb/Expression/LLVMUserExpression.h | 4 - include/lldb/Expression/REPL.h | 8 - include/lldb/Expression/UserExpression.h | 32 --- include/lldb/Expression/UtilityFunction.h | 18 -- include/lldb/Host/Debug.h | 4 - include/lldb/Host/File.h | 40 --- include/lldb/Host/Host.h | 18 -- include/lldb/Host/HostInfo.h | 2 - include/lldb/Host/HostInfoBase.h | 6 - include/lldb/Host/HostProcess.h | 2 - include/lldb/Host/HostThread.h | 2 - include/lldb/Host/ProcessLaunchInfo.h | 2 - include/lldb/Host/ProcessRunLock.h | 4 - include/lldb/Host/PseudoTerminal.h | 28 --- include/lldb/Host/SocketAddress.h | 38 --- include/lldb/Host/StringConvert.h | 2 - include/lldb/Host/Terminal.h | 34 --- include/lldb/Host/XML.h | 8 - include/lldb/Host/common/NativeProcessProtocol.h | 52 ---- include/lldb/Host/common/NativeRegisterContext.h | 12 - include/lldb/Host/common/NativeThreadProtocol.h | 6 - include/lldb/Host/posix/PipePosix.h | 2 - include/lldb/Host/windows/PipeWindows.h | 2 - .../lldb/Initialization/SystemInitializerCommon.h | 2 - include/lldb/Interpreter/CommandCompletions.h | 12 - include/lldb/Interpreter/CommandInterpreter.h | 16 -- include/lldb/Interpreter/CommandObject.h | 12 - include/lldb/Interpreter/CommandObjectMultiword.h | 2 - .../lldb/Interpreter/CommandObjectRegexCommand.h | 2 - include/lldb/Interpreter/OptionGroupArchitecture.h | 2 - include/lldb/Interpreter/OptionGroupBoolean.h | 2 - include/lldb/Interpreter/OptionGroupFile.h | 4 - include/lldb/Interpreter/OptionGroupFormat.h | 2 - include/lldb/Interpreter/OptionGroupOutputFile.h | 2 - include/lldb/Interpreter/OptionGroupPlatform.h | 2 - include/lldb/Interpreter/OptionGroupString.h | 2 - include/lldb/Interpreter/OptionGroupUInt64.h | 2 - include/lldb/Interpreter/OptionGroupUUID.h | 2 - .../Interpreter/OptionGroupValueObjectDisplay.h | 2 - include/lldb/Interpreter/OptionGroupVariable.h | 2 - include/lldb/Interpreter/OptionGroupWatchpoint.h | 2 - include/lldb/Interpreter/OptionValue.h | 8 - include/lldb/Interpreter/OptionValueArch.h | 4 - include/lldb/Interpreter/OptionValueArray.h | 4 - include/lldb/Interpreter/OptionValueBoolean.h | 6 - include/lldb/Interpreter/OptionValueChar.h | 4 - include/lldb/Interpreter/OptionValueDictionary.h | 4 - include/lldb/Interpreter/OptionValueEnumeration.h | 4 - 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 | 8 - include/lldb/Interpreter/OptionValueRegex.h | 4 - include/lldb/Interpreter/OptionValueSInt64.h | 4 - include/lldb/Interpreter/OptionValueString.h | 4 - include/lldb/Interpreter/OptionValueUInt64.h | 6 - include/lldb/Interpreter/OptionValueUUID.h | 4 - include/lldb/Interpreter/Options.h | 16 -- include/lldb/Symbol/Block.h | 52 ---- include/lldb/Symbol/ClangASTContext.h | 58 ----- .../lldb/Symbol/ClangExternalASTSourceCallbacks.h | 4 - include/lldb/Symbol/CompileUnit.h | 42 ---- include/lldb/Symbol/CompilerDecl.h | 6 - include/lldb/Symbol/CompilerDeclContext.h | 10 - include/lldb/Symbol/CompilerType.h | 44 ---- include/lldb/Symbol/DWARFCallFrameInfo.h | 1 - include/lldb/Symbol/DeclVendor.h | 10 - include/lldb/Symbol/Declaration.h | 34 --- include/lldb/Symbol/Function.h | 94 ------- include/lldb/Symbol/LineEntry.h | 22 -- include/lldb/Symbol/LineTable.h | 32 --- include/lldb/Symbol/LocateSymbolFile.h | 6 - include/lldb/Symbol/ObjectContainer.h | 22 -- include/lldb/Symbol/ObjectFile.h | 89 ------- include/lldb/Symbol/Symbol.h | 12 - include/lldb/Symbol/SymbolContext.h | 56 ----- include/lldb/Symbol/SymbolContextScope.h | 6 - include/lldb/Symbol/SymbolFile.h | 14 -- include/lldb/Symbol/SymbolVendor.h | 12 - include/lldb/Symbol/Symtab.h | 2 - include/lldb/Symbol/Type.h | 2 - include/lldb/Symbol/TypeList.h | 2 - include/lldb/Symbol/TypeMap.h | 2 - include/lldb/Symbol/TypeSystem.h | 28 --- include/lldb/Symbol/Variable.h | 2 - include/lldb/Symbol/VariableList.h | 4 - include/lldb/Target/ABI.h | 4 - include/lldb/Target/CPPLanguageRuntime.h | 3 - include/lldb/Target/DynamicLoader.h | 34 --- include/lldb/Target/ExecutionContext.h | 122 ---------- include/lldb/Target/ExecutionContextScope.h | 4 - include/lldb/Target/JITLoader.h | 14 -- include/lldb/Target/JITLoaderList.h | 2 - include/lldb/Target/Language.h | 2 - include/lldb/Target/LanguageRuntime.h | 2 - include/lldb/Target/Memory.h | 12 - include/lldb/Target/MemoryRegionInfo.h | 4 - include/lldb/Target/ModuleCache.h | 2 - include/lldb/Target/ObjCLanguageRuntime.h | 2 - include/lldb/Target/OperatingSystem.h | 10 - include/lldb/Target/PathMappingList.h | 6 - include/lldb/Target/Platform.h | 78 ------ include/lldb/Target/Process.h | 270 --------------------- include/lldb/Target/Queue.h | 22 -- include/lldb/Target/QueueItem.h | 14 -- include/lldb/Target/QueueList.h | 18 -- include/lldb/Target/RegisterContext.h | 16 -- include/lldb/Target/RegisterNumber.h | 2 - include/lldb/Target/SectionLoadHistory.h | 2 - include/lldb/Target/SectionLoadList.h | 2 - include/lldb/Target/StackFrame.h | 60 ----- include/lldb/Target/StackFrameList.h | 2 - include/lldb/Target/StackID.h | 4 - include/lldb/Target/StopInfo.h | 4 - include/lldb/Target/StructuredDataPlugin.h | 18 -- include/lldb/Target/SystemRuntime.h | 41 ---- include/lldb/Target/Target.h | 52 ---- include/lldb/Target/TargetList.h | 18 -- include/lldb/Target/Thread.h | 102 -------- include/lldb/Target/ThreadList.h | 4 - include/lldb/Target/ThreadPlan.h | 18 -- include/lldb/Target/ThreadPlanBase.h | 2 - include/lldb/Target/ThreadPlanCallOnFunctionExit.h | 2 - include/lldb/Target/ThreadPlanPython.h | 2 - include/lldb/Target/ThreadPlanShouldStopHere.h | 2 - include/lldb/Target/UnixSignals.h | 4 - include/lldb/Target/Unwind.h | 4 - include/lldb/Utility/ArchSpec.h | 64 ----- include/lldb/Utility/Args.h | 54 ----- include/lldb/Utility/Baton.h | 2 - include/lldb/Utility/Broadcaster.h | 34 --- include/lldb/Utility/CompletionRequest.h | 10 - include/lldb/Utility/Connection.h | 24 -- include/lldb/Utility/ConstString.h | 64 ----- include/lldb/Utility/DataBuffer.h | 10 - include/lldb/Utility/DataBufferHeap.h | 22 -- include/lldb/Utility/DataEncoder.h | 48 ---- include/lldb/Utility/DataExtractor.h | 101 -------- include/lldb/Utility/Event.h | 20 -- include/lldb/Utility/FileSpec.h | 68 ------ include/lldb/Utility/Flags.h | 34 --- include/lldb/Utility/Listener.h | 6 - include/lldb/Utility/Log.h | 8 - include/lldb/Utility/Logging.h | 2 - include/lldb/Utility/Predicate.h | 24 -- include/lldb/Utility/ProcessInfo.h | 6 - include/lldb/Utility/RangeMap.h | 10 - include/lldb/Utility/RegularExpression.h | 18 -- include/lldb/Utility/Scalar.h | 22 -- include/lldb/Utility/State.h | 6 - include/lldb/Utility/Status.h | 36 --- include/lldb/Utility/Stream.h | 92 ------- include/lldb/Utility/StreamGDBRemote.h | 2 - include/lldb/Utility/StringExtractor.h | 6 - include/lldb/Utility/StructuredData.h | 2 - include/lldb/Utility/Timer.h | 6 - include/lldb/Utility/UUID.h | 2 - include/lldb/Utility/UserID.h | 24 -- include/lldb/Utility/VMRange.h | 2 - include/lldb/lldb-defines.h | 18 -- include/lldb/lldb-enumerations.h | 76 ------ include/lldb/lldb-forward.h | 6 - include/lldb/lldb-private-enumerations.h | 34 --- include/lldb/lldb-private-forward.h | 2 - include/lldb/lldb-private-types.h | 4 - include/lldb/lldb-types.h | 4 - include/lldb/lldb-versioning.h | 2 - source/API/SBInstruction.cpp | 2 - source/API/SBPlatform.cpp | 10 - source/API/SBProcess.cpp | 4 - source/API/SBQueueItem.cpp | 4 - source/API/SBTarget.cpp | 4 - source/API/SBThread.cpp | 6 - source/API/SBThreadPlan.cpp | 6 - source/API/SystemInitializerFull.cpp | 2 - source/API/SystemInitializerFull.h | 2 - source/Breakpoint/Breakpoint.cpp | 8 - source/Breakpoint/BreakpointIDList.cpp | 2 - source/Breakpoint/BreakpointLocationCollection.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/BreakpointResolverScripted.cpp | 2 - source/Breakpoint/Stoppoint.cpp | 4 - source/Breakpoint/StoppointLocation.cpp | 4 - source/Breakpoint/WatchpointOptions.cpp | 10 - source/Commands/CommandCompletions.cpp | 6 - source/Commands/CommandObjectApropos.cpp | 2 - source/Commands/CommandObjectApropos.h | 2 - source/Commands/CommandObjectBreakpoint.cpp | 26 -- source/Commands/CommandObjectBreakpoint.h | 2 - source/Commands/CommandObjectBreakpointCommand.cpp | 8 - source/Commands/CommandObjectBreakpointCommand.h | 2 - source/Commands/CommandObjectBugreport.cpp | 4 - source/Commands/CommandObjectBugreport.h | 2 - source/Commands/CommandObjectCommands.cpp | 26 -- source/Commands/CommandObjectCommands.h | 2 - source/Commands/CommandObjectDisassemble.cpp | 2 - source/Commands/CommandObjectDisassemble.h | 2 - source/Commands/CommandObjectExpression.h | 2 - source/Commands/CommandObjectFrame.cpp | 12 - source/Commands/CommandObjectFrame.h | 2 - source/Commands/CommandObjectGUI.cpp | 2 - source/Commands/CommandObjectGUI.h | 2 - source/Commands/CommandObjectHelp.cpp | 2 - source/Commands/CommandObjectHelp.h | 2 - source/Commands/CommandObjectLog.cpp | 8 - source/Commands/CommandObjectLog.h | 6 - source/Commands/CommandObjectMemory.cpp | 12 - source/Commands/CommandObjectMultiword.cpp | 2 - source/Commands/CommandObjectPlatform.cpp | 46 ---- source/Commands/CommandObjectPlatform.h | 2 - source/Commands/CommandObjectProcess.cpp | 30 --- source/Commands/CommandObjectProcess.h | 2 - source/Commands/CommandObjectQuit.cpp | 2 - source/Commands/CommandObjectQuit.h | 2 - source/Commands/CommandObjectRegister.cpp | 6 - source/Commands/CommandObjectRegister.h | 6 - source/Commands/CommandObjectReproducer.h | 2 - source/Commands/CommandObjectSettings.cpp | 24 -- source/Commands/CommandObjectSettings.h | 2 - source/Commands/CommandObjectSource.cpp | 6 - source/Commands/CommandObjectSource.h | 2 - source/Commands/CommandObjectTarget.cpp | 60 ----- source/Commands/CommandObjectTarget.h | 2 - source/Commands/CommandObjectThread.cpp | 28 --- source/Commands/CommandObjectType.cpp | 40 --- source/Commands/CommandObjectVersion.cpp | 2 - source/Commands/CommandObjectVersion.h | 2 - source/Commands/CommandObjectWatchpoint.cpp | 22 -- source/Commands/CommandObjectWatchpoint.h | 2 - source/Commands/CommandObjectWatchpointCommand.cpp | 8 - source/Commands/CommandObjectWatchpointCommand.h | 2 - source/Core/Address.cpp | 2 - source/Core/AddressResolver.cpp | 2 - source/Core/AddressResolverFileLine.cpp | 2 - source/Core/Debugger.cpp | 2 - source/Core/Disassembler.cpp | 4 - source/Core/DynamicLoader.cpp | 2 - source/Core/FileLineResolver.cpp | 2 - source/Core/FileSpecList.cpp | 16 -- source/Core/IOHandler.cpp | 2 - source/Core/Mangled.cpp | 34 --- source/Core/PluginManager.cpp | 2 - source/Core/RichManglingContext.cpp | 2 - source/Core/SearchFilter.cpp | 12 - source/Core/Section.cpp | 4 - source/Core/SourceManager.cpp | 4 - source/Core/StreamFile.cpp | 2 - source/Core/ValueObject.cpp | 6 - source/Expression/DWARFExpression.cpp | 107 -------- source/Expression/FunctionCaller.cpp | 4 - source/Expression/IRDynamicChecks.cpp | 22 -- source/Expression/UtilityFunction.cpp | 2 - source/Host/common/Editline.cpp | 6 - source/Host/common/File.cpp | 4 - source/Host/common/FileAction.cpp | 2 - source/Host/common/Host.cpp | 2 - source/Host/common/HostInfoBase.cpp | 2 - source/Host/common/NativeProcessProtocol.cpp | 2 - source/Host/common/NativeRegisterContext.cpp | 2 - source/Host/common/ProcessLaunchInfo.cpp | 2 - source/Host/common/PseudoTerminal.cpp | 26 -- source/Host/common/SocketAddress.cpp | 8 - source/Host/common/Terminal.cpp | 26 -- source/Host/macosx/cfcpp/CFCBundle.cpp | 6 - source/Host/macosx/cfcpp/CFCBundle.h | 2 - source/Host/macosx/cfcpp/CFCData.cpp | 8 - source/Host/macosx/cfcpp/CFCData.h | 4 - source/Host/macosx/cfcpp/CFCMutableArray.cpp | 8 - source/Host/macosx/cfcpp/CFCMutableArray.h | 2 - source/Host/macosx/cfcpp/CFCMutableDictionary.cpp | 8 - source/Host/macosx/cfcpp/CFCMutableDictionary.h | 8 - source/Host/macosx/cfcpp/CFCMutableSet.cpp | 8 - source/Host/macosx/cfcpp/CFCMutableSet.h | 8 - source/Host/macosx/cfcpp/CFCReleaser.h | 18 -- source/Host/macosx/cfcpp/CFCString.cpp | 8 - source/Host/macosx/cfcpp/CFCString.h | 2 - source/Host/macosx/cfcpp/CoreFoundationCPP.h | 2 - source/Initialization/SystemInitializerCommon.cpp | 2 - source/Interpreter/CommandObject.cpp | 2 - source/Interpreter/CommandObjectRegexCommand.cpp | 4 - source/Interpreter/CommandObjectScript.cpp | 2 - source/Interpreter/CommandObjectScript.h | 2 - source/Interpreter/OptionValue.cpp | 2 - source/Interpreter/Options.cpp | 2 - source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp | 4 - source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.h | 4 - .../Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp | 4 - source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.h | 4 - source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp | 4 - source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.h | 4 - source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp | 4 - source/Plugins/ABI/SysV-arm/ABISysV_arm.h | 4 - source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp | 4 - source/Plugins/ABI/SysV-arm64/ABISysV_arm64.h | 4 - .../Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp | 4 - source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.h | 4 - source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp | 4 - source/Plugins/ABI/SysV-i386/ABISysV_i386.h | 4 - source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp | 4 - source/Plugins/ABI/SysV-mips/ABISysV_mips.h | 4 - source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp | 4 - source/Plugins/ABI/SysV-mips64/ABISysV_mips64.h | 4 - source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp | 4 - source/Plugins/ABI/SysV-ppc/ABISysV_ppc.h | 4 - source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp | 4 - source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.h | 4 - source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp | 4 - source/Plugins/ABI/SysV-s390x/ABISysV_s390x.h | 4 - source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp | 4 - source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.h | 4 - .../Plugins/Architecture/PPC64/ArchitecturePPC64.h | 2 - .../Disassembler/llvm/DisassemblerLLVMC.cpp | 2 - .../Plugins/Disassembler/llvm/DisassemblerLLVMC.h | 4 - .../Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 36 --- .../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 6 - .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 4 - .../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 22 -- .../MacOSX-DYLD/DynamicLoaderDarwin.h | 2 - .../MacOSX-DYLD/DynamicLoaderMacOS.cpp | 17 -- .../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 6 - .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp | 28 --- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 6 - .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 4 - .../DynamicLoader/Static/DynamicLoaderStatic.cpp | 12 - .../DynamicLoader/Static/DynamicLoaderStatic.h | 6 - .../ExpressionParser/Clang/ASTResultSynthesizer.h | 40 --- .../ExpressionParser/Clang/ASTStructExtractor.h | 28 --- .../ExpressionParser/Clang/ClangASTSource.cpp | 2 - .../ExpressionParser/Clang/ClangASTSource.h | 64 ----- .../Clang/ClangExpressionDeclMap.h | 66 ----- .../ExpressionParser/Clang/ClangExpressionHelper.h | 8 - .../Clang/ClangExpressionParser.cpp | 2 - .../ExpressionParser/Clang/ClangExpressionParser.h | 16 -- .../Clang/ClangExpressionVariable.h | 26 -- .../ExpressionParser/Clang/ClangFunctionCaller.cpp | 4 - .../ExpressionParser/Clang/ClangFunctionCaller.h | 12 - .../Clang/ClangModulesDeclVendor.h | 10 - .../Clang/ClangPersistentVariables.h | 4 - .../ExpressionParser/Clang/ClangUserExpression.cpp | 2 - .../ExpressionParser/Clang/ClangUserExpression.h | 12 - .../Clang/ClangUtilityFunction.cpp | 4 - .../ExpressionParser/Clang/ClangUtilityFunction.h | 8 - .../Plugins/ExpressionParser/Clang/IRForTarget.h | 92 ------- .../Instruction/ARM/EmulateInstructionARM.cpp | 40 --- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 4 - .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 14 -- .../MIPS64/EmulateInstructionMIPS64.cpp | 8 - source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 6 - source/Plugins/JITLoader/GDB/JITLoaderGDB.h | 6 - .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 4 - .../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 4 - source/Plugins/Language/ObjC/ObjCLanguage.cpp | 4 - source/Plugins/Language/ObjC/ObjCLanguage.h | 4 - .../Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp | 4 - .../Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h | 4 - .../ItaniumABI/ItaniumABILanguageRuntime.cpp | 4 - .../ItaniumABI/ItaniumABILanguageRuntime.h | 4 - .../ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp | 2 - .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 2 - .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp | 4 - .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 4 - .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 10 - .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 4 - .../AppleThreadPlanStepThroughObjCTrampoline.cpp | 5 - .../RenderScriptRuntime/RenderScriptRuntime.cpp | 4 - .../RenderScriptRuntime/RenderScriptRuntime.h | 4 - .../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 - .../BSD-Archive/ObjectContainerBSDArchive.h | 8 - .../ObjectContainerUniversalMachO.cpp | 2 - .../ObjectContainerUniversalMachO.h | 6 - .../ObjectFile/Breakpad/ObjectFileBreakpad.h | 6 - source/Plugins/ObjectFile/ELF/ELFHeader.cpp | 8 - source/Plugins/ObjectFile/ELF/ELFHeader.h | 18 -- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 41 ---- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 7 - source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp | 2 - source/Plugins/ObjectFile/JIT/ObjectFileJIT.h | 8 - .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 14 -- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 8 - .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 26 -- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 4 - .../Python/OperatingSystemPython.cpp | 2 - .../OperatingSystem/Python/OperatingSystemPython.h | 8 - source/Plugins/Platform/Android/PlatformAndroid.h | 4 - .../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 3 - source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h | 4 - source/Plugins/Platform/Linux/PlatformLinux.cpp | 3 - source/Plugins/Platform/Linux/PlatformLinux.h | 4 - .../Platform/MacOSX/PlatformAppleSimulator.cpp | 6 - .../Platform/MacOSX/PlatformAppleSimulator.h | 4 - .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 8 - .../Platform/MacOSX/PlatformAppleTVSimulator.h | 8 - .../MacOSX/PlatformAppleWatchSimulator.cpp | 8 - .../Platform/MacOSX/PlatformAppleWatchSimulator.h | 8 - source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 4 - source/Plugins/Platform/MacOSX/PlatformDarwin.h | 2 - .../Platform/MacOSX/PlatformDarwinKernel.cpp | 10 - .../Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 8 - source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 4 - source/Plugins/Platform/MacOSX/PlatformMacOSX.h | 4 - .../Platform/MacOSX/PlatformRemoteAppleBridge.cpp | 6 - .../Platform/MacOSX/PlatformRemoteAppleBridge.h | 8 - .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 6 - .../Platform/MacOSX/PlatformRemoteAppleTV.h | 8 - .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 6 - .../Platform/MacOSX/PlatformRemoteAppleWatch.h | 10 - .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 4 - .../Platform/MacOSX/PlatformRemoteDarwinDevice.h | 2 - .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 6 - source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 8 - .../Platform/MacOSX/PlatformiOSSimulator.cpp | 8 - .../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 6 - source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 3 - source/Plugins/Platform/NetBSD/PlatformNetBSD.h | 4 - .../Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 3 - source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h | 4 - source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 4 - source/Plugins/Platform/POSIX/PlatformPOSIX.h | 2 - .../Plugins/Platform/Windows/PlatformWindows.cpp | 4 - source/Plugins/Platform/Windows/PlatformWindows.h | 4 - .../gdb-server/PlatformRemoteGDBServer.cpp | 4 - .../Platform/gdb-server/PlatformRemoteGDBServer.h | 4 - source/Plugins/Process/Darwin/CFBundle.cpp | 10 - source/Plugins/Process/Darwin/CFBundle.h | 2 - source/Plugins/Process/Darwin/CFString.cpp | 8 - source/Plugins/Process/Darwin/CFString.h | 2 - source/Plugins/Process/Darwin/CFUtils.h | 2 - .../Process/Darwin/DarwinProcessLauncher.cpp | 6 - .../Plugins/Process/Darwin/NativeProcessDarwin.cpp | 10 - .../Plugins/Process/Darwin/NativeProcessDarwin.h | 18 -- source/Plugins/Process/Darwin/NativeThreadDarwin.h | 12 - .../Process/Darwin/NativeThreadListDarwin.cpp | 2 - source/Plugins/Process/FreeBSD/FreeBSDThread.h | 7 - source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 5 - source/Plugins/Process/FreeBSD/ProcessFreeBSD.h | 9 - source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 21 -- .../Plugins/Process/FreeBSD/RegisterContextPOSIX.h | 1 - .../Plugins/Process/Linux/NativeProcessLinux.cpp | 4 - source/Plugins/Process/Linux/NativeProcessLinux.h | 6 - .../Process/Linux/NativeRegisterContextLinux_arm.h | 2 - .../Linux/NativeRegisterContextLinux_arm64.h | 2 - .../Linux/NativeRegisterContextLinux_mips64.cpp | 2 - .../Linux/NativeRegisterContextLinux_ppc64le.h | 2 - .../Linux/NativeRegisterContextLinux_s390x.cpp | 6 - .../Linux/NativeRegisterContextLinux_x86_64.cpp | 10 - source/Plugins/Process/Linux/NativeThreadLinux.h | 8 - source/Plugins/Process/Linux/ProcessorTrace.h | 4 - .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 4 - .../Process/MacOSX-Kernel/CommunicationKDP.h | 12 - .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 12 - source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 26 -- source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp | 2 - source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h | 4 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 4 - .../Plugins/Process/NetBSD/NativeProcessNetBSD.h | 6 - .../NetBSD/NativeRegisterContextNetBSD_x86_64.cpp | 4 - source/Plugins/Process/NetBSD/NativeThreadNetBSD.h | 6 - .../Plugins/Process/Utility/DynamicRegisterInfo.h | 2 - source/Plugins/Process/Utility/HistoryThread.h | 2 - .../Process/Utility/RegisterContextDarwin_arm.cpp | 4 - .../Utility/RegisterContextDarwin_arm64.cpp | 6 - .../Process/Utility/RegisterContextDarwin_i386.cpp | 4 - .../Utility/RegisterContextDarwin_x86_64.cpp | 2 - .../Plugins/Process/Utility/RegisterContextDummy.h | 2 - .../Utility/RegisterContextFreeBSD_i386.cpp | 2 - .../Utility/RegisterContextFreeBSD_mips64.cpp | 2 - .../Utility/RegisterContextFreeBSD_powerpc.cpp | 2 - .../Utility/RegisterContextFreeBSD_x86_64.cpp | 4 - .../Process/Utility/RegisterContextHistory.h | 2 - .../Plugins/Process/Utility/RegisterContextLLDB.h | 8 - .../Process/Utility/RegisterContextLinux_i386.cpp | 2 - .../Process/Utility/RegisterContextLinux_mips.cpp | 2 - .../Utility/RegisterContextLinux_mips64.cpp | 4 - .../Process/Utility/RegisterContextLinux_s390x.cpp | 2 - .../Utility/RegisterContextLinux_x86_64.cpp | 4 - .../RegisterContextMacOSXFrameBackchain.cpp | 4 - .../Process/Utility/RegisterContextMemory.cpp | 4 - .../Process/Utility/RegisterContextMemory.h | 2 - .../Utility/RegisterContextNetBSD_x86_64.cpp | 2 - .../Utility/RegisterContextOpenBSD_i386.cpp | 2 - .../Utility/RegisterContextOpenBSD_x86_64.cpp | 2 - .../Process/Utility/RegisterContextPOSIX_powerpc.h | 2 - .../Process/Utility/RegisterContextPOSIX_x86.h | 2 - .../Utility/RegisterContextThreadMemory.cpp | 2 - .../Process/Utility/RegisterContext_s390x.h | 2 - .../Plugins/Process/Utility/RegisterContext_x86.h | 8 - .../Process/Utility/RegisterInfoInterface.h | 2 - .../Process/Utility/RegisterInfoPOSIX_arm.cpp | 2 - .../Process/Utility/RegisterInfoPOSIX_arm64.cpp | 2 - .../Process/Utility/RegisterInfoPOSIX_ppc64le.cpp | 2 - .../Process/Utility/StopInfoMachException.h | 2 - source/Plugins/Process/Utility/UnwindLLDB.h | 6 - .../Process/Utility/UnwindMacOSXFrameBackchain.h | 2 - .../Process/Utility/lldb-arm-register-enums.h | 2 - .../Process/Utility/lldb-arm64-register-enums.h | 2 - .../Utility/lldb-mips-freebsd-register-enums.h | 2 - .../Utility/lldb-mips-linux-register-enums.h | 4 - .../Process/Utility/lldb-ppc64-register-enums.h | 2 - .../Process/Utility/lldb-ppc64le-register-enums.h | 2 - .../Process/Utility/lldb-s390x-register-enums.h | 2 - .../Process/Utility/lldb-x86-register-enums.h | 4 - .../Process/Windows/Common/DebuggerThread.h | 2 - .../Process/Windows/Common/ExceptionRecord.h | 2 - .../Process/Windows/Common/IDebugDelegate.h | 2 - .../Process/Windows/Common/LocalDebugDelegate.h | 2 - .../Process/Windows/Common/ProcessWindows.cpp | 2 - .../Process/Windows/Common/ProcessWindows.h | 4 - .../Windows/Common/RegisterContextWindows.cpp | 4 - .../Windows/Common/RegisterContextWindows.h | 6 - .../Common/x64/RegisterContextWindows_x64.cpp | 2 - .../Common/x64/RegisterContextWindows_x64.h | 4 - .../Common/x86/RegisterContextWindows_x86.cpp | 2 - .../Common/x86/RegisterContextWindows_x86.h | 4 - source/Plugins/Process/elf-core/ProcessElfCore.cpp | 12 - source/Plugins/Process/elf-core/ProcessElfCore.h | 18 -- source/Plugins/Process/elf-core/ThreadElfCore.cpp | 8 - source/Plugins/Process/elf-core/ThreadElfCore.h | 2 - .../Process/gdb-remote/GDBRemoteCommunication.cpp | 6 - .../Process/gdb-remote/GDBRemoteCommunication.h | 4 - .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 - .../gdb-remote/GDBRemoteCommunicationClient.h | 26 -- .../GDBRemoteCommunicationServerCommon.cpp | 4 - .../GDBRemoteCommunicationServerCommon.h | 2 - .../GDBRemoteCommunicationServerLLGS.cpp | 4 - .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 10 - .../GDBRemoteCommunicationServerPlatform.cpp | 4 - .../GDBRemoteCommunicationServerPlatform.h | 2 - .../gdb-remote/GDBRemoteRegisterContext.cpp | 4 - .../Process/gdb-remote/ProcessGDBRemote.cpp | 14 -- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 28 --- .../Plugins/Process/gdb-remote/ThreadGDBRemote.cpp | 2 - .../Plugins/Process/mach-core/ProcessMachCore.cpp | 14 -- source/Plugins/Process/mach-core/ProcessMachCore.h | 18 -- .../Plugins/Process/mach-core/ThreadMachCore.cpp | 2 - source/Plugins/Process/mach-core/ThreadMachCore.h | 4 - .../ScriptInterpreter/None/ScriptInterpreterNone.h | 4 - .../ScriptInterpreter/Python/PythonDataObjects.cpp | 16 -- .../Python/ScriptInterpreterPythonImpl.h | 4 - .../DarwinLog/StructuredDataDarwinLog.cpp | 24 -- .../DarwinLog/StructuredDataDarwinLog.h | 20 -- .../SymbolFile/Breakpad/SymbolFileBreakpad.h | 6 - source/Plugins/SymbolFile/DWARF/DIERef.cpp | 2 - source/Plugins/SymbolFile/DWARF/DIERef.h | 4 - .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 2 - .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 2 - source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 12 - source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 4 - source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 18 -- .../Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp | 18 -- .../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 8 - source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 6 - source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 2 - .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 38 --- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 40 --- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.h | 10 - source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 2 - source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 12 - source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 6 - .../Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp | 4 - .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 8 - source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 10 - .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 - .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 26 -- .../Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h | 2 - .../Plugins/SymbolFile/NativePDB/PdbAstBuilder.h | 2 - .../SymbolFile/NativePDB/SymbolFileNativePDB.h | 6 - .../SymbolFile/PDB/PDBLocationToDWARFExpression.h | 2 - source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 6 - .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp | 4 - .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 8 - .../Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 8 - source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h | 6 - .../SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp | 8 - .../SymbolVendor/MacOSX/SymbolVendorMacOSX.h | 6 - .../SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 2 - .../MacOSX/AppleGetPendingItemsHandler.h | 2 - .../SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 2 - .../MacOSX/AppleGetThreadItemInfoHandler.h | 2 - .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp | 10 - .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 6 - .../InstEmulation/UnwindAssemblyInstEmulation.cpp | 4 - .../InstEmulation/UnwindAssemblyInstEmulation.h | 2 - .../UnwindAssembly/x86/UnwindAssembly-x86.cpp | 4 - .../UnwindAssembly/x86/UnwindAssembly-x86.h | 2 - source/Symbol/ClangASTContext.cpp | 26 -- source/Symbol/CompactUnwindInfo.cpp | 4 - source/Symbol/CompileUnit.cpp | 6 - source/Symbol/CompilerType.cpp | 14 -- source/Symbol/DWARFCallFrameInfo.cpp | 2 - source/Symbol/FuncUnwinders.cpp | 4 - source/Symbol/Function.cpp | 6 - source/Symbol/LineTable.cpp | 5 - source/Symbol/ObjectFile.cpp | 2 - source/Symbol/SymbolContext.cpp | 14 -- source/Symbol/SymbolVendor.cpp | 10 - source/Symbol/Symtab.cpp | 2 - source/Symbol/TypeList.cpp | 6 - source/Symbol/TypeMap.cpp | 6 - source/Symbol/Variable.cpp | 4 - source/Symbol/VariableList.cpp | 4 - source/Target/CPPLanguageRuntime.cpp | 3 - source/Target/Language.cpp | 4 - source/Target/Memory.cpp | 4 - source/Target/ObjCLanguageRuntime.cpp | 4 - source/Target/PathMappingList.cpp | 2 - source/Target/Platform.cpp | 8 - source/Target/Process.cpp | 4 - source/Target/StackFrame.cpp | 4 - source/Target/StackFrameList.cpp | 2 - source/Target/StopInfo.cpp | 14 -- source/Target/SystemRuntime.cpp | 2 - source/Target/Target.cpp | 10 - source/Target/TargetList.cpp | 4 - source/Target/Thread.cpp | 4 - source/Target/ThreadPlan.cpp | 6 - source/Target/ThreadPlanBase.cpp | 2 - source/Target/ThreadPlanCallFunction.cpp | 2 - source/Target/ThreadPlanCallFunctionUsingABI.cpp | 2 - source/Target/ThreadPlanCallOnFunctionExit.cpp | 2 - source/Target/ThreadPlanCallUserExpression.cpp | 2 - source/Target/ThreadPlanPython.cpp | 2 - source/Target/ThreadPlanRunToAddress.cpp | 2 - source/Target/ThreadPlanShouldStopHere.cpp | 2 - source/Target/ThreadPlanStepInRange.cpp | 2 - source/Target/ThreadPlanStepInstruction.cpp | 2 - source/Target/ThreadPlanStepOut.cpp | 2 - source/Target/ThreadPlanStepOverBreakpoint.cpp | 2 - source/Target/ThreadPlanStepOverRange.cpp | 2 - source/Target/ThreadPlanStepRange.cpp | 2 - source/Target/ThreadPlanStepThrough.cpp | 2 - source/Target/ThreadPlanStepUntil.cpp | 2 - source/Target/UnixSignals.cpp | 2 - source/Utility/Args.cpp | 4 - source/Utility/ConstString.cpp | 4 - source/Utility/DataBufferHeap.cpp | 16 -- source/Utility/DataEncoder.cpp | 18 -- source/Utility/DataExtractor.cpp | 52 ---- source/Utility/Event.cpp | 12 - source/Utility/FileSpec.cpp | 48 ---- source/Utility/Log.cpp | 10 - source/Utility/RegularExpression.cpp | 16 -- source/Utility/Scalar.cpp | 2 - source/Utility/SelectHelper.cpp | 8 - source/Utility/Status.cpp | 26 -- source/Utility/Stream.cpp | 64 ----- source/Utility/StringExtractor.cpp | 14 -- source/Utility/StructuredData.cpp | 2 - source/Utility/UriParser.cpp | 2 - tools/darwin-debug/darwin-debug.cpp | 2 - tools/debugserver/source/DNB.cpp | 54 ----- tools/debugserver/source/DNB.h | 16 -- tools/debugserver/source/DNBDataRef.cpp | 30 --- tools/debugserver/source/DNBDefs.h | 10 - tools/debugserver/source/DNBLog.cpp | 18 -- tools/debugserver/source/DNBTimer.h | 10 - tools/debugserver/source/JSON.h | 2 - tools/debugserver/source/JSONGenerator.h | 2 - tools/debugserver/source/MacOSX/CFBundle.cpp | 10 - tools/debugserver/source/MacOSX/CFBundle.h | 2 - tools/debugserver/source/MacOSX/CFString.cpp | 8 - tools/debugserver/source/MacOSX/CFString.h | 2 - tools/debugserver/source/MacOSX/CFUtils.h | 2 - .../source/MacOSX/DarwinLog/DarwinLogCollector.h | 6 - .../source/MacOSX/DarwinLog/LogFilterRegex.cpp | 2 - .../source/MacOSX/DarwinLog/LogMessageOsLog.h | 2 - tools/debugserver/source/MacOSX/Genealogy.cpp | 2 - tools/debugserver/source/MacOSX/MachProcess.h | 16 -- tools/debugserver/source/MacOSX/MachTask.h | 3 - tools/debugserver/source/MacOSX/MachThreadList.cpp | 2 - tools/debugserver/source/MacOSX/OsLogger.cpp | 2 - .../debugserver/source/MacOSX/arm/DNBArchImpl.cpp | 4 - .../source/MacOSX/arm64/DNBArchImplARM64.cpp | 4 - .../source/MacOSX/i386/DNBArchImplI386.cpp | 4 - .../debugserver/source/MacOSX/ppc/DNBArchImpl.cpp | 4 - .../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 4 - tools/debugserver/source/PThreadEvent.cpp | 4 - tools/debugserver/source/PThreadEvent.h | 2 - tools/debugserver/source/PseudoTerminal.cpp | 16 -- tools/debugserver/source/PseudoTerminal.h | 6 - tools/debugserver/source/RNBContext.cpp | 6 - tools/debugserver/source/RNBContext.h | 6 - tools/debugserver/source/RNBRemote.cpp | 20 -- tools/debugserver/source/StdStringExtractor.cpp | 14 -- tools/debugserver/source/StdStringExtractor.h | 6 - tools/debugserver/source/debugserver.cpp | 22 -- tools/debugserver/source/libdebugserver.cpp | 8 - tools/intel-features/intel-pt/Decoder.h | 16 -- tools/intel-features/intel-pt/PTDecoder.h | 20 -- tools/lldb-mi/MICmdArgContext.cpp | 10 - tools/lldb-mi/MICmdArgSet.cpp | 14 -- tools/lldb-mi/MICmdArgValBase.cpp | 9 - tools/lldb-mi/MICmdArgValBase.h | 2 - tools/lldb-mi/MICmdArgValConsume.cpp | 5 - tools/lldb-mi/MICmdArgValFile.cpp | 7 - tools/lldb-mi/MICmdArgValListBase.cpp | 7 - tools/lldb-mi/MICmdArgValListBase.h | 1 - tools/lldb-mi/MICmdArgValListOfN.cpp | 7 - tools/lldb-mi/MICmdArgValListOfN.h | 1 - tools/lldb-mi/MICmdArgValNumber.cpp | 7 - tools/lldb-mi/MICmdArgValNumber.h | 1 - tools/lldb-mi/MICmdArgValOptionLong.cpp | 11 - tools/lldb-mi/MICmdArgValOptionLong.h | 1 - tools/lldb-mi/MICmdArgValOptionShort.cpp | 7 - tools/lldb-mi/MICmdArgValPrintValues.cpp | 7 - tools/lldb-mi/MICmdArgValString.cpp | 14 -- tools/lldb-mi/MICmdArgValThreadGrp.cpp | 7 - tools/lldb-mi/MICmdBase.cpp | 20 -- tools/lldb-mi/MICmdBase.h | 2 - tools/lldb-mi/MICmdCmd.cpp | 13 - tools/lldb-mi/MICmdCmdBreak.cpp | 53 ---- tools/lldb-mi/MICmdCmdData.cpp | 89 ------- tools/lldb-mi/MICmdCmdEnviro.cpp | 6 - tools/lldb-mi/MICmdCmdExec.cpp | 84 ------- tools/lldb-mi/MICmdCmdFile.cpp | 7 - tools/lldb-mi/MICmdCmdGdbInfo.cpp | 8 - tools/lldb-mi/MICmdCmdGdbSet.cpp | 14 -- tools/lldb-mi/MICmdCmdGdbShow.cpp | 13 - tools/lldb-mi/MICmdCmdGdbThread.cpp | 5 - tools/lldb-mi/MICmdCmdMiscellanous.cpp | 31 --- tools/lldb-mi/MICmdCmdStack.cpp | 60 ----- tools/lldb-mi/MICmdCmdSupportInfo.cpp | 6 - tools/lldb-mi/MICmdCmdSupportList.cpp | 5 - tools/lldb-mi/MICmdCmdSymbol.cpp | 6 - tools/lldb-mi/MICmdCmdTarget.cpp | 18 -- tools/lldb-mi/MICmdCmdThread.cpp | 6 - tools/lldb-mi/MICmdCmdTrace.cpp | 5 - tools/lldb-mi/MICmdCmdVar.cpp | 81 ------- tools/lldb-mi/MICmdCommands.cpp | 2 - tools/lldb-mi/MICmdFactory.cpp | 9 - tools/lldb-mi/MICmdInterpreter.cpp | 11 - tools/lldb-mi/MICmdInvoker.cpp | 12 - tools/lldb-mi/MICmdMgr.cpp | 9 - tools/lldb-mi/MICmdMgrSetCmdDeleteCallback.cpp | 5 - tools/lldb-mi/MICmnBase.cpp | 8 - tools/lldb-mi/MICmnLLDBBroadcaster.cpp | 4 - tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 24 -- tools/lldb-mi/MICmnLLDBDebugSessionInfo.h | 2 - tools/lldb-mi/MICmnLLDBDebugSessionInfoVarObj.cpp | 33 --- tools/lldb-mi/MICmnLLDBDebugger.cpp | 32 --- tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 38 --- tools/lldb-mi/MICmnLLDBProxySBValue.cpp | 3 - tools/lldb-mi/MICmnLLDBUtilSBValue.cpp | 20 -- tools/lldb-mi/MICmnLog.cpp | 15 -- tools/lldb-mi/MICmnLogMediumFile.cpp | 23 -- tools/lldb-mi/MICmnMIOutOfBandRecord.cpp | 8 - tools/lldb-mi/MICmnMIResultRecord.cpp | 8 - tools/lldb-mi/MICmnMIValue.cpp | 3 - tools/lldb-mi/MICmnMIValueConst.cpp | 4 - tools/lldb-mi/MICmnMIValueList.cpp | 10 - tools/lldb-mi/MICmnMIValueResult.cpp | 7 - tools/lldb-mi/MICmnMIValueTuple.cpp | 11 - tools/lldb-mi/MICmnResources.cpp | 8 - tools/lldb-mi/MICmnStreamStderr.cpp | 11 - tools/lldb-mi/MICmnStreamStdin.cpp | 9 - tools/lldb-mi/MICmnStreamStdout.cpp | 11 - tools/lldb-mi/MICmnThreadMgrStd.cpp | 6 - tools/lldb-mi/MICmnThreadMgrStd.h | 1 - tools/lldb-mi/MIDataTypes.h | 3 - tools/lldb-mi/MIDriver.cpp | 50 ---- tools/lldb-mi/MIDriverBase.cpp | 11 - tools/lldb-mi/MIDriverMain.cpp | 4 - tools/lldb-mi/MIDriverMgr.cpp | 22 -- tools/lldb-mi/MIUtilDateTimeStd.cpp | 5 - tools/lldb-mi/MIUtilDebug.cpp | 8 - tools/lldb-mi/MIUtilFileStd.cpp | 11 - tools/lldb-mi/MIUtilMapIdToVariant.cpp | 7 - tools/lldb-mi/MIUtilMapIdToVariant.h | 2 - tools/lldb-mi/MIUtilString.cpp | 34 --- tools/lldb-mi/MIUtilThreadBaseStd.cpp | 24 -- tools/lldb-mi/MIUtilVariant.cpp | 31 --- tools/lldb-mi/MIUtilVariant.h | 16 -- tools/lldb-server/lldb-gdbserver.cpp | 6 - tools/lldb-server/lldb-platform.cpp | 6 - tools/lldb-server/lldb-server.cpp | 2 - tools/lldb-test/SystemInitializerTest.cpp | 2 - tools/lldb-test/SystemInitializerTest.h | 2 - tools/lldb-vscode/JSONUtils.cpp | 18 -- tools/lldb-vscode/JSONUtils.h | 42 ---- tools/lldb-vscode/LLDBUtils.h | 18 -- tools/lldb-vscode/VSCode.cpp | 8 - tools/lldb-vscode/VSCode.h | 4 - tools/lldb-vscode/lldb-vscode.cpp | 54 ----- .../Language/Highlighting/HighlighterTest.cpp | 2 - unittests/Utility/StreamTest.cpp | 10 - unittests/debugserver/debugserver_LogCallback.cpp | 2 - 889 files changed, 10287 deletions(-)