This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from fc30444b1 Add missing include new c2eb09f20 Remove comments after header includes. new 88f4df805 Remove header grouping comments.
The 2 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: .../darwin/fd_interposing/FDInterposing.cpp | 2 +- examples/synthetic/bitfield/program.cpp | 2 +- include/lldb/API/LLDB.h | 4 -- include/lldb/API/SBCommandInterpreter.h | 4 -- include/lldb/API/SBCommandReturnObject.h | 4 -- include/lldb/API/SBDefines.h | 4 -- include/lldb/API/SBTarget.h | 4 -- include/lldb/Breakpoint/Breakpoint.h | 4 -- include/lldb/Breakpoint/BreakpointID.h | 4 -- include/lldb/Breakpoint/BreakpointIDList.h | 4 -- include/lldb/Breakpoint/BreakpointList.h | 4 -- include/lldb/Breakpoint/BreakpointLocation.h | 4 -- .../lldb/Breakpoint/BreakpointLocationCollection.h | 4 -- include/lldb/Breakpoint/BreakpointLocationList.h | 4 -- include/lldb/Breakpoint/BreakpointName.h | 4 -- include/lldb/Breakpoint/BreakpointOptions.h | 4 -- include/lldb/Breakpoint/BreakpointResolver.h | 4 -- .../lldb/Breakpoint/BreakpointResolverAddress.h | 4 -- .../lldb/Breakpoint/BreakpointResolverFileLine.h | 4 -- .../lldb/Breakpoint/BreakpointResolverFileRegex.h | 4 -- include/lldb/Breakpoint/BreakpointResolverName.h | 4 -- .../lldb/Breakpoint/BreakpointResolverScripted.h | 4 -- include/lldb/Breakpoint/BreakpointSite.h | 4 -- include/lldb/Breakpoint/BreakpointSiteList.h | 4 -- include/lldb/Breakpoint/Stoppoint.h | 4 -- include/lldb/Breakpoint/StoppointLocation.h | 4 -- include/lldb/Breakpoint/Watchpoint.h | 4 -- include/lldb/Breakpoint/WatchpointList.h | 4 -- include/lldb/Breakpoint/WatchpointOptions.h | 4 -- include/lldb/Core/Address.h | 12 ++--- include/lldb/Core/AddressRange.h | 6 +-- include/lldb/Core/AddressResolver.h | 4 +- include/lldb/Core/AddressResolverFileLine.h | 8 ++-- include/lldb/Core/AddressResolverName.h | 6 +-- include/lldb/Core/Broadcaster.h | 12 ++--- include/lldb/Core/ClangForward.h | 4 -- include/lldb/Core/Communication.h | 14 +++--- include/lldb/Core/Debugger.h | 38 +++++++-------- include/lldb/Core/Disassembler.h | 26 +++++----- include/lldb/Core/DumpDataExtractor.h | 6 +-- include/lldb/Core/EmulateInstruction.h | 18 +++---- include/lldb/Core/Event.h | 10 ++-- include/lldb/Core/FileLineResolver.h | 8 ++-- include/lldb/Core/FileSpecList.h | 2 +- include/lldb/Core/FormatEntity.h | 12 ++--- include/lldb/Core/IOHandler.h | 10 ++-- include/lldb/Core/Listener.h | 14 +++--- include/lldb/Core/LoadedModuleInfoList.h | 3 -- include/lldb/Core/MappedHash.h | 4 -- include/lldb/Core/Module.h | 22 ++++----- include/lldb/Core/ModuleList.h | 12 ++--- include/lldb/Core/ModuleSpec.h | 4 -- include/lldb/Core/Opcode.h | 6 +-- include/lldb/Core/PluginInterface.h | 4 -- include/lldb/Core/PluginManager.h | 16 +++---- include/lldb/Core/RangeMap.h | 4 -- include/lldb/Core/STLUtils.h | 4 -- include/lldb/Core/SearchFilter.h | 6 +-- include/lldb/Core/Section.h | 16 +++---- include/lldb/Core/SourceManager.h | 10 ++-- include/lldb/Core/StreamAsynchronousIO.h | 2 +- include/lldb/Core/StreamFile.h | 8 ++-- include/lldb/Core/ThreadSafeDenseMap.h | 4 -- include/lldb/Core/ThreadSafeDenseSet.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 | 4 -- include/lldb/Core/UserSettingsController.h | 12 ++--- include/lldb/Core/Value.h | 12 ++--- include/lldb/Core/ValueObject.h | 24 +++++----- include/lldb/Core/ValueObjectCast.h | 12 ++--- include/lldb/Core/ValueObjectChild.h | 16 +++---- include/lldb/Core/ValueObjectConstResult.h | 24 +++++----- include/lldb/Core/ValueObjectConstResultCast.h | 16 +++---- include/lldb/Core/ValueObjectConstResultChild.h | 16 +++---- include/lldb/Core/ValueObjectConstResultImpl.h | 16 +++---- include/lldb/Core/ValueObjectDynamicValue.h | 24 +++++----- include/lldb/Core/ValueObjectList.h | 6 +-- include/lldb/Core/ValueObjectMemory.h | 18 +++---- include/lldb/Core/ValueObjectRegister.h | 16 +++---- include/lldb/Core/ValueObjectSyntheticFilter.h | 18 +++---- include/lldb/Core/ValueObjectVariable.h | 18 +++---- include/lldb/DataFormatters/DataVisualization.h | 4 -- .../lldb/DataFormatters/DumpValueObjectOptions.h | 4 -- include/lldb/DataFormatters/FormatCache.h | 4 -- include/lldb/DataFormatters/FormatClasses.h | 4 -- include/lldb/DataFormatters/FormatManager.h | 4 -- include/lldb/DataFormatters/FormattersContainer.h | 4 -- include/lldb/DataFormatters/FormattersHelpers.h | 4 -- include/lldb/DataFormatters/LanguageCategory.h | 4 -- include/lldb/DataFormatters/StringPrinter.h | 4 -- include/lldb/DataFormatters/TypeCategory.h | 4 -- include/lldb/DataFormatters/TypeCategoryMap.h | 4 -- include/lldb/DataFormatters/TypeFormat.h | 4 -- include/lldb/DataFormatters/TypeSummary.h | 4 -- include/lldb/DataFormatters/TypeSynthetic.h | 4 -- include/lldb/DataFormatters/TypeValidator.h | 4 -- include/lldb/DataFormatters/ValueObjectPrinter.h | 4 -- include/lldb/Expression/Expression.h | 4 -- include/lldb/Expression/ExpressionVariable.h | 4 -- include/lldb/Expression/FunctionCaller.h | 4 -- include/lldb/Expression/IRExecutionUnit.h | 4 -- include/lldb/Expression/LLVMUserExpression.h | 4 -- include/lldb/Expression/Materializer.h | 4 -- include/lldb/Expression/REPL.h | 4 -- include/lldb/Expression/UserExpression.h | 4 -- include/lldb/Expression/UtilityFunction.h | 4 -- include/lldb/Host/Debug.h | 4 -- include/lldb/Host/MonitoringProcessLauncher.h | 4 -- include/lldb/Host/ProcessRunLock.h | 4 -- include/lldb/Host/SocketAddress.h | 4 -- include/lldb/Host/StringConvert.h | 4 -- include/lldb/Host/Symbols.h | 4 -- include/lldb/Host/TaskPool.h | 8 ++-- include/lldb/Host/XML.h | 4 -- include/lldb/Host/common/NativeRegisterContext.h | 4 -- .../Host/posix/ConnectionFileDescriptorPosix.h | 3 -- include/lldb/Host/posix/HostProcessPosix.h | 4 -- include/lldb/Host/windows/editlinewin.h | 2 +- include/lldb/Interpreter/CommandAlias.h | 4 -- include/lldb/Interpreter/CommandCompletions.h | 4 -- include/lldb/Interpreter/CommandHistory.h | 4 -- include/lldb/Interpreter/CommandInterpreter.h | 4 -- include/lldb/Interpreter/CommandObject.h | 4 -- include/lldb/Interpreter/CommandObjectMultiword.h | 4 -- .../lldb/Interpreter/CommandObjectRegexCommand.h | 4 -- include/lldb/Interpreter/CommandOptionValidators.h | 4 -- include/lldb/Interpreter/CommandReturnObject.h | 4 -- include/lldb/Interpreter/OptionGroupBoolean.h | 4 -- include/lldb/Interpreter/OptionGroupFile.h | 4 -- include/lldb/Interpreter/OptionGroupFormat.h | 4 -- include/lldb/Interpreter/OptionGroupOutputFile.h | 4 -- include/lldb/Interpreter/OptionGroupPlatform.h | 4 -- include/lldb/Interpreter/OptionGroupString.h | 4 -- include/lldb/Interpreter/OptionGroupUInt64.h | 4 -- include/lldb/Interpreter/OptionGroupUUID.h | 4 -- .../Interpreter/OptionGroupValueObjectDisplay.h | 4 -- include/lldb/Interpreter/OptionGroupVariable.h | 4 -- include/lldb/Interpreter/OptionGroupWatchpoint.h | 4 -- include/lldb/Interpreter/OptionValue.h | 4 -- include/lldb/Interpreter/OptionValueArgs.h | 4 -- include/lldb/Interpreter/OptionValueArray.h | 4 -- include/lldb/Interpreter/OptionValueBoolean.h | 4 -- include/lldb/Interpreter/OptionValueChar.h | 4 -- include/lldb/Interpreter/OptionValueDictionary.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 | 4 -- include/lldb/Interpreter/OptionValueRegex.h | 4 -- include/lldb/Interpreter/OptionValueSInt64.h | 4 -- include/lldb/Interpreter/OptionValueString.h | 4 -- include/lldb/Interpreter/OptionValueUInt64.h | 4 -- include/lldb/Interpreter/OptionValueUUID.h | 4 -- include/lldb/Interpreter/Options.h | 4 -- include/lldb/Interpreter/ScriptInterpreter.h | 4 -- include/lldb/Symbol/Block.h | 4 -- include/lldb/Symbol/ClangASTContext.h | 4 -- include/lldb/Symbol/ClangASTImporter.h | 4 -- .../lldb/Symbol/ClangExternalASTSourceCallbacks.h | 4 -- include/lldb/Symbol/ClangExternalASTSourceCommon.h | 4 -- include/lldb/Symbol/CompilerType.h | 4 -- include/lldb/Symbol/DebugMacros.h | 4 -- include/lldb/Symbol/LineTable.h | 4 -- include/lldb/Symbol/ObjectContainer.h | 4 -- include/lldb/Symbol/SymbolContext.h | 4 -- include/lldb/Symbol/SymbolContextScope.h | 4 -- include/lldb/Symbol/TypeSystem.h | 4 -- include/lldb/Symbol/UnwindPlan.h | 4 -- include/lldb/Target/ABI.h | 4 -- include/lldb/Target/CPPLanguageRuntime.h | 4 -- include/lldb/Target/DynamicLoader.h | 15 +++--- include/lldb/Target/ExecutionContext.h | 4 -- include/lldb/Target/ExecutionContextScope.h | 4 -- include/lldb/Target/InstrumentationRuntime.h | 4 -- .../lldb/Target/InstrumentationRuntimeStopInfo.h | 4 -- include/lldb/Target/Language.h | 4 -- include/lldb/Target/LanguageRuntime.h | 4 -- include/lldb/Target/Memory.h | 4 -- include/lldb/Target/MemoryHistory.h | 4 -- include/lldb/Target/ObjCLanguageRuntime.h | 4 -- include/lldb/Target/OperatingSystem.h | 3 -- include/lldb/Target/PathMappingList.h | 4 -- include/lldb/Target/Platform.h | 4 -- include/lldb/Target/Process.h | 4 -- include/lldb/Target/QueueItem.h | 4 -- include/lldb/Target/RegisterContext.h | 4 -- include/lldb/Target/SectionLoadHistory.h | 3 -- include/lldb/Target/SectionLoadList.h | 4 -- include/lldb/Target/StackFrame.h | 4 -- include/lldb/Target/StackFrameRecognizer.h | 4 -- include/lldb/Target/StackID.h | 4 -- include/lldb/Target/StopInfo.h | 4 -- include/lldb/Target/SystemRuntime.h | 4 -- include/lldb/Target/Target.h | 4 -- include/lldb/Target/TargetList.h | 4 -- include/lldb/Target/Thread.h | 4 -- include/lldb/Target/ThreadPlan.h | 4 -- include/lldb/Target/ThreadPlanBase.h | 4 -- include/lldb/Target/ThreadPlanCallFunction.h | 4 -- .../lldb/Target/ThreadPlanCallFunctionUsingABI.h | 4 -- include/lldb/Target/ThreadPlanCallUserExpression.h | 4 -- include/lldb/Target/ThreadPlanPython.h | 4 -- include/lldb/Target/ThreadPlanRunToAddress.h | 4 -- include/lldb/Target/ThreadPlanShouldStopHere.h | 4 -- include/lldb/Target/ThreadPlanStepInRange.h | 4 -- include/lldb/Target/ThreadPlanStepInstruction.h | 4 -- include/lldb/Target/ThreadPlanStepOut.h | 4 -- include/lldb/Target/ThreadPlanStepOverBreakpoint.h | 4 -- include/lldb/Target/ThreadPlanStepOverRange.h | 4 -- include/lldb/Target/ThreadPlanStepRange.h | 4 -- include/lldb/Target/ThreadPlanStepThrough.h | 4 -- include/lldb/Target/ThreadPlanStepUntil.h | 4 -- include/lldb/Target/ThreadPlanTracer.h | 4 -- include/lldb/Target/UnixSignals.h | 4 -- include/lldb/Target/Unwind.h | 4 -- include/lldb/Utility/ArchSpec.h | 8 ++-- include/lldb/Utility/Baton.h | 4 +- include/lldb/Utility/Connection.h | 12 ++--- include/lldb/Utility/ConstString.h | 4 +- include/lldb/Utility/DataBufferHeap.h | 6 +-- include/lldb/Utility/DataBufferLLVM.h | 4 +- include/lldb/Utility/DataEncoder.h | 10 ++-- include/lldb/Utility/DataExtractor.h | 5 +- include/lldb/Utility/FileSpec.h | 8 +--- include/lldb/Utility/Iterable.h | 4 -- include/lldb/Utility/Log.h | 10 ++-- include/lldb/Utility/Predicate.h | 4 -- include/lldb/Utility/RegisterValue.h | 10 ++-- include/lldb/Utility/RegularExpression.h | 2 +- include/lldb/Utility/Scalar.h | 10 ++-- include/lldb/Utility/SelectHelper.h | 4 +- include/lldb/Utility/SharingPtr.h | 4 -- include/lldb/Utility/State.h | 8 ++-- include/lldb/Utility/Status.h | 10 ++-- include/lldb/Utility/Stream.h | 10 ++-- include/lldb/Utility/StreamCallback.h | 4 +- include/lldb/Utility/StreamGDBRemote.h | 8 ++-- include/lldb/Utility/StreamString.h | 12 ++--- include/lldb/Utility/StringExtractor.h | 4 +- include/lldb/Utility/StringExtractorGDBRemote.h | 6 +-- include/lldb/Utility/StringLexer.h | 6 +-- include/lldb/Utility/StringList.h | 2 +- include/lldb/Utility/StructuredData.h | 12 ++--- include/lldb/Utility/Timer.h | 4 +- include/lldb/Utility/UUID.h | 2 - include/lldb/Utility/UserID.h | 4 +- include/lldb/Utility/VMRange.h | 6 +-- lit/SymbolFile/NativePDB/ast-reconstruction.cpp | 2 +- .../NativePDB/function-types-calling-conv.cpp | 2 +- lit/SymbolFile/NativePDB/global-classes.cpp | 2 +- lit/SymbolFile/NativePDB/globals-fundamental.cpp | 2 +- .../test/expression_command/formatters/main.cpp | 2 +- .../data-formatter/data-formatter-script/main.cpp | 2 +- .../data-formatter-skip-summary/main.cpp | 2 +- .../data-formatter-stl/libcxx/map/main.cpp | 2 +- .../data-formatter-stl/libcxx/multimap/main.cpp | 2 +- .../data-formatter-stl/libstdcpp/iterator/main.cpp | 2 +- .../data-formatter-stl/libstdcpp/map/main.cpp | 2 +- .../data-formatter-stl/libstdcpp/string/main.cpp | 2 +- .../data-formatter/synthcapping/main.cpp | 2 +- .../data-formatter/varscript_formatting/main.cpp | 2 +- .../lldbsuite/test/lang/objc/real-definition/Bar.h | 2 +- .../lldbsuite/test/lang/objc/real-definition/Foo.h | 2 +- .../lldbsuite/test/python_api/name_lookup/main.cpp | 2 +- .../test/python_api/sbvalue_persist/main.cpp | 2 +- source/API/SBBreakpoint.cpp | 4 -- source/API/SBBreakpointName.cpp | 4 -- source/API/SBBreakpointOptionCommon.cpp | 4 -- source/API/SBCommandInterpreter.cpp | 4 -- source/API/SBCommandReturnObject.cpp | 4 -- source/API/SBData.cpp | 2 +- source/API/SBDebugger.cpp | 4 -- source/API/SBFileSpec.cpp | 2 +- source/API/SBFrame.cpp | 4 -- source/API/SBProcess.cpp | 2 - source/Breakpoint/Breakpoint.cpp | 4 -- source/Breakpoint/BreakpointID.cpp | 4 -- source/Breakpoint/BreakpointIDList.cpp | 4 -- source/Breakpoint/BreakpointList.cpp | 4 -- source/Breakpoint/BreakpointLocation.cpp | 4 -- source/Breakpoint/BreakpointLocationCollection.cpp | 4 -- source/Breakpoint/BreakpointLocationList.cpp | 4 -- source/Breakpoint/BreakpointName.cpp | 4 -- source/Breakpoint/BreakpointOptions.cpp | 4 -- source/Breakpoint/BreakpointResolver.cpp | 4 -- source/Breakpoint/BreakpointResolverAddress.cpp | 4 -- source/Breakpoint/BreakpointResolverFileLine.cpp | 4 -- source/Breakpoint/BreakpointResolverFileRegex.cpp | 4 -- source/Breakpoint/BreakpointResolverName.cpp | 4 -- source/Breakpoint/BreakpointResolverScripted.cpp | 4 -- source/Breakpoint/BreakpointSite.cpp | 4 -- source/Breakpoint/BreakpointSiteList.cpp | 4 -- source/Breakpoint/Stoppoint.cpp | 4 -- source/Breakpoint/StoppointCallbackContext.cpp | 4 -- source/Breakpoint/StoppointLocation.cpp | 4 -- source/Breakpoint/Watchpoint.cpp | 4 -- source/Breakpoint/WatchpointList.cpp | 4 -- source/Breakpoint/WatchpointOptions.cpp | 4 -- source/Commands/CommandCompletions.cpp | 4 -- source/Commands/CommandObjectApropos.cpp | 4 -- source/Commands/CommandObjectApropos.h | 4 -- source/Commands/CommandObjectBreakpoint.cpp | 4 -- source/Commands/CommandObjectBreakpoint.h | 4 -- source/Commands/CommandObjectBreakpointCommand.cpp | 4 -- source/Commands/CommandObjectBreakpointCommand.h | 4 -- source/Commands/CommandObjectBugreport.cpp | 4 -- source/Commands/CommandObjectBugreport.h | 4 -- source/Commands/CommandObjectCommands.cpp | 4 -- source/Commands/CommandObjectCommands.h | 4 -- source/Commands/CommandObjectDisassemble.cpp | 4 -- source/Commands/CommandObjectExpression.cpp | 4 -- source/Commands/CommandObjectExpression.h | 4 -- source/Commands/CommandObjectFrame.cpp | 4 -- source/Commands/CommandObjectGUI.cpp | 4 -- source/Commands/CommandObjectGUI.h | 4 -- source/Commands/CommandObjectHelp.cpp | 4 -- source/Commands/CommandObjectHelp.h | 4 -- source/Commands/CommandObjectLanguage.h | 4 -- source/Commands/CommandObjectLog.cpp | 4 -- source/Commands/CommandObjectLog.h | 4 -- source/Commands/CommandObjectMemory.cpp | 4 -- source/Commands/CommandObjectMemory.h | 4 -- source/Commands/CommandObjectMultiword.cpp | 4 -- source/Commands/CommandObjectPlatform.cpp | 4 -- source/Commands/CommandObjectPlatform.h | 4 -- source/Commands/CommandObjectPlugin.cpp | 4 -- source/Commands/CommandObjectPlugin.h | 4 -- source/Commands/CommandObjectProcess.cpp | 4 -- source/Commands/CommandObjectProcess.h | 4 -- source/Commands/CommandObjectQuit.cpp | 4 -- source/Commands/CommandObjectQuit.h | 4 -- source/Commands/CommandObjectRegister.h | 4 -- source/Commands/CommandObjectSettings.cpp | 4 -- source/Commands/CommandObjectSettings.h | 4 -- source/Commands/CommandObjectSource.cpp | 4 -- source/Commands/CommandObjectSource.h | 4 -- source/Commands/CommandObjectTarget.cpp | 3 -- source/Commands/CommandObjectThread.cpp | 4 -- source/Commands/CommandObjectThread.h | 4 -- source/Commands/CommandObjectType.cpp | 4 -- source/Commands/CommandObjectType.h | 4 -- source/Commands/CommandObjectVersion.cpp | 4 -- source/Commands/CommandObjectVersion.h | 4 -- source/Commands/CommandObjectWatchpoint.cpp | 4 -- source/Commands/CommandObjectWatchpoint.h | 4 -- source/Commands/CommandObjectWatchpointCommand.cpp | 4 -- source/Commands/CommandObjectWatchpointCommand.h | 4 -- source/Core/Address.cpp | 48 +++++++++---------- source/Core/AddressRange.cpp | 12 ++--- source/Core/AddressResolverFileLine.cpp | 20 ++++---- source/Core/AddressResolverName.cpp | 28 +++++------ source/Core/Broadcaster.cpp | 14 +++--- source/Core/Communication.cpp | 24 +++++----- source/Core/Debugger.cpp | 52 ++++++++++---------- source/Core/Disassembler.cpp | 34 ++++++------- source/Core/DumpDataExtractor.cpp | 34 ++++++------- source/Core/DynamicLoader.cpp | 14 +++--- source/Core/EmulateInstruction.cpp | 18 +++---- source/Core/Event.cpp | 6 +-- source/Core/FileLineResolver.cpp | 9 ++-- source/Core/FileSpecList.cpp | 6 +-- source/Core/FormatEntity.cpp | 54 ++++++++++----------- source/Core/IOHandler.cpp | 40 +++++++--------- source/Core/Listener.cpp | 10 ++-- source/Core/Module.cpp | 52 ++++++++++---------- source/Core/ModuleList.cpp | 32 ++++++------- source/Core/Opcode.cpp | 6 +-- source/Core/PluginManager.cpp | 18 +++---- source/Core/SearchFilter.cpp | 28 +++++------ source/Core/Section.cpp | 14 +++--- source/Core/SourceManager.cpp | 24 +++++----- source/Core/StreamAsynchronousIO.cpp | 2 +- source/Core/UserSettingsController.cpp | 2 +- source/Core/Value.cpp | 20 ++++---- source/Core/ValueObject.cpp | 56 +++++++++++----------- source/Core/ValueObjectCast.cpp | 4 +- source/Core/ValueObjectChild.cpp | 20 ++++---- source/Core/ValueObjectConstResult.cpp | 8 ++-- source/Core/ValueObjectConstResultChild.cpp | 2 +- source/Core/ValueObjectConstResultImpl.cpp | 14 +++--- source/Core/ValueObjectDynamicValue.cpp | 12 ++--- source/Core/ValueObjectList.cpp | 8 ++-- source/Core/ValueObjectMemory.cpp | 16 +++---- source/Core/ValueObjectRegister.cpp | 20 ++++---- source/Core/ValueObjectSyntheticFilter.cpp | 10 ++-- source/Core/ValueObjectVariable.cpp | 24 +++++----- source/DataFormatters/DataVisualization.cpp | 4 -- source/DataFormatters/DumpValueObjectOptions.cpp | 4 -- source/DataFormatters/FormatCache.cpp | 4 -- source/DataFormatters/FormatClasses.cpp | 4 -- source/DataFormatters/FormatManager.cpp | 4 -- source/DataFormatters/FormattersHelpers.cpp | 4 -- source/DataFormatters/LanguageCategory.cpp | 4 -- source/DataFormatters/TypeCategory.cpp | 4 -- source/DataFormatters/TypeCategoryMap.cpp | 4 -- source/DataFormatters/TypeFormat.cpp | 4 -- source/DataFormatters/TypeSummary.cpp | 4 -- source/DataFormatters/TypeSynthetic.cpp | 4 -- source/DataFormatters/TypeValidator.cpp | 4 -- source/DataFormatters/ValueObjectPrinter.cpp | 4 -- source/DataFormatters/VectorType.cpp | 4 -- source/Expression/DWARFExpression.cpp | 2 - source/Expression/FunctionCaller.cpp | 4 -- source/Expression/IRDynamicChecks.cpp | 4 -- source/Expression/LLVMUserExpression.cpp | 3 -- source/Expression/Materializer.cpp | 4 -- source/Expression/REPL.cpp | 4 -- source/Expression/UtilityFunction.cpp | 2 - source/Host/common/File.cpp | 2 +- source/Host/common/Host.cpp | 1 - source/Host/common/SocketAddress.cpp | 4 -- source/Host/common/StringConvert.cpp | 4 -- source/Host/common/TaskPool.cpp | 6 +-- source/Host/freebsd/Host.cpp | 4 -- source/Host/linux/Host.cpp | 4 -- source/Host/linux/HostInfoLinux.cpp | 2 +- source/Host/macosx/Symbols.cpp | 4 -- source/Host/macosx/cfcpp/CFCMutableSet.cpp | 4 -- source/Host/netbsd/Host.cpp | 4 -- source/Host/openbsd/Host.cpp | 4 -- .../Host/posix/ConnectionFileDescriptorPosix.cpp | 4 -- source/Host/windows/Host.cpp | 4 -- source/Host/windows/HostInfoWindows.cpp | 2 +- source/Interpreter/CommandObjectRegexCommand.cpp | 4 -- source/Interpreter/CommandObjectScript.cpp | 4 -- source/Interpreter/CommandObjectScript.h | 4 -- source/Interpreter/CommandReturnObject.cpp | 4 -- source/Interpreter/OptionGroupBoolean.cpp | 4 -- source/Interpreter/OptionGroupFile.cpp | 4 -- source/Interpreter/OptionGroupOutputFile.cpp | 4 -- source/Interpreter/OptionGroupPlatform.cpp | 4 -- source/Interpreter/OptionGroupString.cpp | 4 -- source/Interpreter/OptionGroupUInt64.cpp | 4 -- source/Interpreter/OptionGroupUUID.cpp | 4 -- .../Interpreter/OptionGroupValueObjectDisplay.cpp | 4 -- source/Interpreter/OptionGroupVariable.cpp | 4 -- source/Interpreter/OptionGroupWatchpoint.cpp | 4 -- source/Interpreter/OptionValue.cpp | 4 -- source/Interpreter/OptionValueArch.cpp | 4 -- source/Interpreter/OptionValueArgs.cpp | 4 -- source/Interpreter/OptionValueArray.cpp | 4 -- source/Interpreter/OptionValueBoolean.cpp | 4 -- source/Interpreter/OptionValueChar.cpp | 4 -- source/Interpreter/OptionValueDictionary.cpp | 4 -- source/Interpreter/OptionValueEnumeration.cpp | 4 -- source/Interpreter/OptionValueFileSpecLIst.cpp | 4 -- source/Interpreter/OptionValueFormat.cpp | 4 -- source/Interpreter/OptionValueFormatEntity.cpp | 4 -- source/Interpreter/OptionValueLanguage.cpp | 4 -- source/Interpreter/OptionValuePathMappings.cpp | 4 -- source/Interpreter/OptionValueProperties.cpp | 4 -- source/Interpreter/OptionValueRegex.cpp | 4 -- source/Interpreter/OptionValueSInt64.cpp | 4 -- source/Interpreter/OptionValueString.cpp | 4 -- source/Interpreter/OptionValueUInt64.cpp | 4 -- source/Interpreter/OptionValueUUID.cpp | 4 -- source/Interpreter/Options.cpp | 4 -- source/Interpreter/Property.cpp | 4 -- 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 | 3 -- 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/Arm/ArchitectureArm.cpp | 2 +- .../Disassembler/llvm/DisassemblerLLVMC.cpp | 4 -- .../Plugins/Disassembler/llvm/DisassemblerLLVMC.h | 3 -- .../Darwin-Kernel/DynamicLoaderDarwinKernel.h | 4 -- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp | 3 -- .../Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 4 -- .../Hexagon-DYLD/HexagonDYLDRendezvous.h | 5 +- .../MacOSX-DYLD/DynamicLoaderDarwin.h | 4 -- .../DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 4 -- .../MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 4 -- .../Plugins/DynamicLoader/POSIX-DYLD/AuxVector.h | 3 -- .../DynamicLoader/POSIX-DYLD/DYLDRendezvous.h | 3 -- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp | 4 -- .../POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 4 -- .../DynamicLoader/Static/DynamicLoaderStatic.h | 4 -- .../Windows-DYLD/DynamicLoaderWindowsDYLD.h | 4 -- .../Clang/ClangExpressionDeclMap.h | 4 -- .../ExpressionParser/Clang/ClangExpressionHelper.h | 4 -- .../Clang/ClangExpressionParser.cpp | 6 +-- .../Clang/ClangExpressionVariable.h | 4 -- .../ExpressionParser/Clang/ClangFunctionCaller.cpp | 4 -- .../ExpressionParser/Clang/ClangFunctionCaller.h | 4 -- .../Plugins/ExpressionParser/Clang/ClangHost.cpp | 1 - .../Clang/ClangModulesDeclVendor.cpp | 4 -- .../Clang/ClangPersistentVariables.h | 4 -- .../ExpressionParser/Clang/ClangUserExpression.h | 4 -- .../Clang/ClangUtilityFunction.cpp | 2 - .../ExpressionParser/Clang/ClangUtilityFunction.h | 4 -- .../Instruction/ARM/EmulateInstructionARM.cpp | 3 +- .../Instruction/ARM64/EmulateInstructionARM64.cpp | 3 +- .../Instruction/ARM64/EmulateInstructionARM64.h | 4 -- .../Instruction/MIPS/EmulateInstructionMIPS.cpp | 2 +- .../Instruction/MIPS64/EmulateInstructionMIPS64.h | 4 -- .../Instruction/PPC64/EmulateInstructionPPC64.h | 4 -- .../InstrumentationRuntime/ASan/ASanRuntime.h | 4 -- .../InstrumentationRuntime/TSan/TSanRuntime.h | 4 -- source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp | 1 - source/Plugins/JITLoader/GDB/JITLoaderGDB.h | 4 -- source/Plugins/Language/CPlusPlus/BlockPointer.cpp | 4 -- .../Language/CPlusPlus/CPlusPlusLanguage.cpp | 4 -- .../Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 4 -- .../Language/CPlusPlus/CPlusPlusNameParser.h | 4 -- source/Plugins/Language/CPlusPlus/LibCxx.cpp | 4 -- .../Language/CPlusPlus/LibCxxInitializerList.cpp | 4 -- source/Plugins/Language/CPlusPlus/LibCxxList.cpp | 4 -- source/Plugins/Language/CPlusPlus/LibCxxMap.cpp | 4 -- .../Language/CPlusPlus/LibCxxUnorderedMap.cpp | 4 -- source/Plugins/Language/CPlusPlus/LibCxxVector.cpp | 4 -- source/Plugins/Language/CPlusPlus/LibStdcpp.cpp | 4 -- .../Language/ClangCommon/ClangHighlighter.h | 4 -- source/Plugins/Language/ObjC/Cocoa.cpp | 4 -- source/Plugins/Language/ObjC/NSArray.cpp | 4 -- source/Plugins/Language/ObjC/NSDictionary.cpp | 4 -- source/Plugins/Language/ObjC/NSError.cpp | 4 -- source/Plugins/Language/ObjC/NSException.cpp | 4 -- source/Plugins/Language/ObjC/NSIndexPath.cpp | 4 -- source/Plugins/Language/ObjC/NSSet.cpp | 4 -- source/Plugins/Language/ObjC/ObjCLanguage.cpp | 4 -- source/Plugins/Language/ObjC/ObjCLanguage.h | 4 -- .../Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h | 4 -- .../ItaniumABI/ItaniumABILanguageRuntime.h | 4 -- .../AppleObjCRuntime/AppleObjCClassDescriptorV2.h | 4 -- .../ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 4 -- .../ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 4 -- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 4 -- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 4 -- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 4 -- .../AppleObjCTrampolineHandler.cpp | 4 -- .../AppleObjCRuntime/AppleObjCTrampolineHandler.h | 4 -- .../AppleObjCRuntime/AppleObjCTypeEncodingParser.h | 4 -- .../AppleThreadPlanStepThroughObjCTrampoline.cpp | 4 -- .../AppleThreadPlanStepThroughObjCTrampoline.h | 4 -- .../RenderScriptExpressionOpts.cpp | 4 -- .../RenderScriptExpressionOpts.h | 4 -- .../RenderScriptRuntime/RenderScriptRuntime.cpp | 4 -- .../RenderScriptRuntime/RenderScriptRuntime.h | 4 -- .../RenderScriptx86ABIFixups.cpp | 4 -- .../Plugins/MemoryHistory/asan/MemoryHistoryASan.h | 4 -- .../BSD-Archive/ObjectContainerBSDArchive.h | 3 -- .../ObjectContainerUniversalMachO.h | 4 -- source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 2 - source/Plugins/ObjectFile/JIT/ObjectFileJIT.h | 4 -- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 -- source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 4 -- .../Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 4 -- .../Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp | 2 +- .../Python/OperatingSystemPython.cpp | 3 -- .../OperatingSystem/Python/OperatingSystemPython.h | 4 -- source/Plugins/Platform/Android/AdbClient.cpp | 1 - .../Plugins/Platform/Android/PlatformAndroid.cpp | 1 - source/Plugins/Platform/Android/PlatformAndroid.h | 4 -- .../Android/PlatformAndroidRemoteGDBServer.cpp | 1 - .../Android/PlatformAndroidRemoteGDBServer.h | 4 -- .../Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp | 4 -- .../Plugins/Platform/Kalimba/PlatformKalimba.cpp | 3 -- source/Plugins/Platform/Kalimba/PlatformKalimba.h | 4 -- source/Plugins/Platform/Linux/PlatformLinux.cpp | 4 -- .../Platform/MacOSX/PlatformAppleSimulator.cpp | 4 -- .../Platform/MacOSX/PlatformAppleSimulator.h | 4 -- .../Platform/MacOSX/PlatformAppleTVSimulator.cpp | 4 -- .../Platform/MacOSX/PlatformAppleTVSimulator.h | 4 -- .../MacOSX/PlatformAppleWatchSimulator.cpp | 4 -- .../Platform/MacOSX/PlatformAppleWatchSimulator.h | 4 -- source/Plugins/Platform/MacOSX/PlatformDarwin.cpp | 5 +- source/Plugins/Platform/MacOSX/PlatformDarwin.h | 4 -- .../Platform/MacOSX/PlatformDarwinKernel.cpp | 4 -- .../Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 4 -- source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp | 3 -- source/Plugins/Platform/MacOSX/PlatformMacOSX.h | 4 -- .../Platform/MacOSX/PlatformRemoteAppleBridge.cpp | 4 -- .../Platform/MacOSX/PlatformRemoteAppleBridge.h | 4 -- .../Platform/MacOSX/PlatformRemoteAppleTV.cpp | 4 -- .../Platform/MacOSX/PlatformRemoteAppleTV.h | 4 -- .../Platform/MacOSX/PlatformRemoteAppleWatch.cpp | 4 -- .../Platform/MacOSX/PlatformRemoteAppleWatch.h | 4 -- .../Platform/MacOSX/PlatformRemoteDarwinDevice.cpp | 4 -- .../Platform/MacOSX/PlatformRemoteDarwinDevice.h | 4 -- .../Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp | 4 -- source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 4 -- .../Platform/MacOSX/PlatformiOSSimulator.cpp | 4 -- .../Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 4 -- .../PlatformiOSSimulatorCoreSimulatorSupport.h | 4 -- source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp | 4 -- .../Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp | 4 -- source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 4 -- source/Plugins/Platform/POSIX/PlatformPOSIX.h | 4 -- .../Plugins/Platform/Windows/PlatformWindows.cpp | 4 -- source/Plugins/Platform/Windows/PlatformWindows.h | 4 -- .../gdb-server/PlatformRemoteGDBServer.cpp | 3 -- .../Platform/gdb-server/PlatformRemoteGDBServer.h | 4 -- .../Plugins/Process/Darwin/NativeProcessDarwin.h | 1 - source/Plugins/Process/FreeBSD/FreeBSDThread.cpp | 4 -- source/Plugins/Process/FreeBSD/FreeBSDThread.h | 2 - source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp | 4 -- source/Plugins/Process/FreeBSD/ProcessMonitor.cpp | 3 -- source/Plugins/Process/FreeBSD/ProcessMonitor.h | 3 -- .../Plugins/Process/FreeBSD/RegisterContextPOSIX.h | 3 -- .../Plugins/Process/Linux/NativeProcessLinux.cpp | 3 -- .../Linux/NativeRegisterContextLinux_arm64.cpp | 3 -- .../Linux/NativeRegisterContextLinux_mips64.cpp | 3 -- .../Process/MacOSX-Kernel/CommunicationKDP.cpp | 4 -- .../Process/MacOSX-Kernel/CommunicationKDP.h | 4 -- .../Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp | 4 -- source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 3 -- .../MacOSX-Kernel/RegisterContextKDP_arm.cpp | 4 -- .../Process/MacOSX-Kernel/RegisterContextKDP_arm.h | 4 -- .../MacOSX-Kernel/RegisterContextKDP_arm64.cpp | 4 -- .../MacOSX-Kernel/RegisterContextKDP_arm64.h | 4 -- .../MacOSX-Kernel/RegisterContextKDP_i386.cpp | 4 -- .../MacOSX-Kernel/RegisterContextKDP_i386.h | 4 -- .../MacOSX-Kernel/RegisterContextKDP_x86_64.cpp | 4 -- .../MacOSX-Kernel/RegisterContextKDP_x86_64.h | 4 -- .../Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 3 -- source/Plugins/Process/POSIX/ProcessPOSIXLog.h | 4 -- source/Plugins/Process/Utility/ARMUtils.h | 2 +- .../Plugins/Process/Utility/DynamicRegisterInfo.h | 4 -- source/Plugins/Process/Utility/FreeBSDSignals.cpp | 4 -- source/Plugins/Process/Utility/FreeBSDSignals.h | 1 - .../Plugins/Process/Utility/GDBRemoteSignals.cpp | 3 -- source/Plugins/Process/Utility/GDBRemoteSignals.h | 4 -- source/Plugins/Process/Utility/HistoryThread.h | 4 -- source/Plugins/Process/Utility/HistoryUnwind.h | 4 -- source/Plugins/Process/Utility/LinuxSignals.cpp | 3 -- source/Plugins/Process/Utility/LinuxSignals.h | 4 -- .../Plugins/Process/Utility/MipsLinuxSignals.cpp | 3 -- source/Plugins/Process/Utility/MipsLinuxSignals.h | 4 -- source/Plugins/Process/Utility/NetBSDSignals.cpp | 4 -- source/Plugins/Process/Utility/NetBSDSignals.h | 1 - .../Process/Utility/RegisterContextDarwin_arm.cpp | 3 -- .../Process/Utility/RegisterContextDarwin_arm.h | 4 -- .../Utility/RegisterContextDarwin_arm64.cpp | 3 -- .../Process/Utility/RegisterContextDarwin_arm64.h | 4 -- .../Process/Utility/RegisterContextDarwin_i386.cpp | 6 +-- .../Process/Utility/RegisterContextDarwin_i386.h | 4 -- .../Utility/RegisterContextDarwin_x86_64.cpp | 8 +--- .../Process/Utility/RegisterContextDarwin_x86_64.h | 4 -- .../Plugins/Process/Utility/RegisterContextDummy.h | 4 -- .../Utility/RegisterContextFreeBSD_powerpc.h | 4 -- .../Process/Utility/RegisterContextHistory.h | 4 -- .../Plugins/Process/Utility/RegisterContextLLDB.h | 4 -- .../RegisterContextMacOSXFrameBackchain.cpp | 4 -- .../Utility/RegisterContextMacOSXFrameBackchain.h | 4 -- .../Process/Utility/RegisterContextMach_arm.cpp | 4 -- .../Process/Utility/RegisterContextMach_arm.h | 4 -- .../Process/Utility/RegisterContextMach_i386.cpp | 4 -- .../Process/Utility/RegisterContextMach_i386.h | 4 -- .../Process/Utility/RegisterContextMach_x86_64.cpp | 4 -- .../Process/Utility/RegisterContextMach_x86_64.h | 4 -- .../Process/Utility/RegisterContextMemory.cpp | 4 -- .../Process/Utility/RegisterContextMemory.h | 4 -- .../Process/Utility/RegisterContextPOSIX_arm.h | 4 -- .../Process/Utility/RegisterContextPOSIX_arm64.h | 4 -- .../Process/Utility/RegisterContextPOSIX_mips64.h | 4 -- .../Process/Utility/RegisterContextPOSIX_powerpc.h | 4 -- .../Process/Utility/RegisterContextPOSIX_ppc64le.h | 4 -- .../Process/Utility/RegisterContextPOSIX_s390x.h | 4 -- .../Process/Utility/RegisterContextPOSIX_x86.h | 4 -- .../Process/Utility/RegisterContextThreadMemory.h | 4 -- source/Plugins/Process/Utility/RegisterInfos_arm.h | 4 -- .../Plugins/Process/Utility/RegisterInfos_arm64.h | 4 -- .../Plugins/Process/Utility/RegisterInfos_i386.h | 1 - .../Plugins/Process/Utility/RegisterInfos_mips.h | 4 -- .../Plugins/Process/Utility/RegisterInfos_mips64.h | 4 -- .../Plugins/Process/Utility/RegisterInfos_ppc64.h | 1 - .../Process/Utility/RegisterInfos_ppc64le.h | 1 - .../Plugins/Process/Utility/RegisterInfos_s390x.h | 4 -- .../Process/Utility/StopInfoMachException.cpp | 4 -- .../Process/Utility/StopInfoMachException.h | 4 -- source/Plugins/Process/Utility/ThreadMemory.h | 4 -- source/Plugins/Process/Utility/UnwindLLDB.h | 4 -- .../Process/Utility/UnwindMacOSXFrameBackchain.h | 4 -- .../Plugins/Process/Windows/Common/ForwardDecl.h | 2 +- .../Process/Windows/Common/ProcessWindows.cpp | 1 - .../Process/Windows/Common/ProcessWindows.h | 1 - source/Plugins/Process/elf-core/ProcessElfCore.cpp | 3 -- source/Plugins/Process/elf-core/ProcessElfCore.h | 4 -- .../Process/gdb-remote/GDBRemoteCommunication.cpp | 4 -- .../Process/gdb-remote/GDBRemoteCommunication.h | 4 -- .../gdb-remote/GDBRemoteCommunicationClient.cpp | 4 -- .../gdb-remote/GDBRemoteCommunicationClient.h | 2 - .../gdb-remote/GDBRemoteCommunicationServer.cpp | 3 -- .../gdb-remote/GDBRemoteCommunicationServer.h | 4 -- .../GDBRemoteCommunicationServerCommon.cpp | 4 -- .../GDBRemoteCommunicationServerCommon.h | 4 -- .../GDBRemoteCommunicationServerLLGS.cpp | 4 -- .../gdb-remote/GDBRemoteCommunicationServerLLGS.h | 4 -- .../GDBRemoteCommunicationServerPlatform.cpp | 4 -- .../GDBRemoteCommunicationServerPlatform.h | 4 -- .../gdb-remote/GDBRemoteRegisterContext.cpp | 4 -- .../Process/gdb-remote/GDBRemoteRegisterContext.h | 4 -- .../Process/gdb-remote/ProcessGDBRemote.cpp | 5 +- .../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 2 - .../Process/gdb-remote/ProcessGDBRemoteLog.h | 4 -- .../Plugins/Process/gdb-remote/ThreadGDBRemote.h | 4 -- .../Plugins/Process/mach-core/ProcessMachCore.cpp | 4 -- source/Plugins/Process/mach-core/ProcessMachCore.h | 4 -- source/Plugins/Process/mach-core/ThreadMachCore.h | 4 -- source/Plugins/Process/minidump/MinidumpParser.cpp | 2 - source/Plugins/Process/minidump/MinidumpParser.h | 1 - source/Plugins/Process/minidump/MinidumpTypes.cpp | 2 - source/Plugins/Process/minidump/MinidumpTypes.h | 2 - .../Plugins/Process/minidump/ProcessMinidump.cpp | 2 - source/Plugins/Process/minidump/ProcessMinidump.h | 4 -- .../minidump/RegisterContextMinidump_ARM.cpp | 2 - .../Process/minidump/RegisterContextMinidump_ARM.h | 2 - .../minidump/RegisterContextMinidump_ARM64.cpp | 2 - .../minidump/RegisterContextMinidump_ARM64.h | 2 - .../minidump/RegisterContextMinidump_x86_32.cpp | 2 - .../minidump/RegisterContextMinidump_x86_32.h | 2 - .../minidump/RegisterContextMinidump_x86_64.cpp | 2 - .../minidump/RegisterContextMinidump_x86_64.h | 2 - source/Plugins/Process/minidump/ThreadMinidump.cpp | 4 -- source/Plugins/Process/minidump/ThreadMinidump.h | 4 -- .../ScriptInterpreter/None/ScriptInterpreterNone.h | 4 -- .../ScriptInterpreter/Python/PythonDataObjects.h | 4 -- .../Python/ScriptInterpreterPython.h | 4 -- .../Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 4 -- .../Plugins/SymbolFile/DWARF/DWARFDataExtractor.h | 1 - source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 4 -- source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 2 +- source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 4 -- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 1 - source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 -- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 4 -- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 4 -- .../SymbolFile/DWARF/SymbolFileDWARFDwoDwp.h | 4 -- .../SymbolFile/DWARF/SymbolFileDWARFDwp.cpp | 4 -- .../Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.h | 4 -- .../SymbolFile/DWARF/UniqueDWARFASTType.cpp | 4 -- .../Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h | 4 -- source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 2 +- .../Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 4 -- source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h | 4 -- .../MacOSX/AppleGetItemInfoHandler.cpp | 4 -- .../SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 4 -- .../MacOSX/AppleGetPendingItemsHandler.cpp | 4 -- .../MacOSX/AppleGetPendingItemsHandler.h | 4 -- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp | 4 -- .../SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 4 -- .../MacOSX/AppleGetThreadItemInfoHandler.cpp | 4 -- .../MacOSX/AppleGetThreadItemInfoHandler.h | 4 -- .../SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 3 -- .../InstEmulation/UnwindAssemblyInstEmulation.h | 4 -- .../UnwindAssembly/x86/UnwindAssembly-x86.h | 4 -- source/Symbol/ClangASTContext.cpp | 3 -- source/Symbol/ClangExternalASTSourceCallbacks.cpp | 3 -- source/Symbol/SymbolVendor.cpp | 4 -- source/Symbol/Type.cpp | 4 -- source/Symbol/TypeList.cpp | 4 -- source/Symbol/TypeMap.cpp | 4 -- source/Target/ABI.cpp | 4 -- source/Target/ExecutionContext.cpp | 4 -- source/Target/InstrumentationRuntime.cpp | 4 -- source/Target/JITLoader.cpp | 4 -- source/Target/LanguageRuntime.cpp | 4 -- source/Target/Memory.cpp | 4 -- source/Target/MemoryHistory.cpp | 4 -- source/Target/OperatingSystem.cpp | 4 -- source/Target/PathMappingList.cpp | 4 -- source/Target/Platform.cpp | 4 -- source/Target/Process.cpp | 4 -- source/Target/ProcessInfo.cpp | 4 -- source/Target/ProcessLaunchInfo.cpp | 4 -- source/Target/Queue.cpp | 4 -- source/Target/RegisterContext.cpp | 4 -- source/Target/SectionLoadHistory.cpp | 4 -- source/Target/SectionLoadList.cpp | 4 -- source/Target/StackFrame.cpp | 4 -- source/Target/StackFrameList.cpp | 4 -- source/Target/StackFrameRecognizer.cpp | 4 -- source/Target/StackID.cpp | 4 -- source/Target/StopInfo.cpp | 4 -- source/Target/SystemRuntime.cpp | 4 -- source/Target/Target.cpp | 4 -- source/Target/TargetList.cpp | 2 - source/Target/Thread.cpp | 4 -- source/Target/ThreadList.cpp | 4 -- source/Target/ThreadPlan.cpp | 4 -- source/Target/ThreadPlanBase.cpp | 4 -- source/Target/ThreadPlanCallFunction.cpp | 4 -- source/Target/ThreadPlanCallFunctionUsingABI.cpp | 4 -- source/Target/ThreadPlanCallUserExpression.cpp | 4 -- source/Target/ThreadPlanPython.cpp | 4 -- source/Target/ThreadPlanRunToAddress.cpp | 4 -- source/Target/ThreadPlanShouldStopHere.cpp | 4 -- source/Target/ThreadPlanStepInRange.cpp | 4 -- source/Target/ThreadPlanStepInstruction.cpp | 4 -- source/Target/ThreadPlanStepOut.cpp | 4 -- source/Target/ThreadPlanStepOverBreakpoint.cpp | 4 -- source/Target/ThreadPlanStepOverRange.cpp | 4 -- source/Target/ThreadPlanStepRange.cpp | 4 -- source/Target/ThreadPlanStepThrough.cpp | 4 -- source/Target/ThreadPlanStepUntil.cpp | 4 -- source/Target/ThreadPlanTracer.cpp | 2 - source/Target/ThreadSpec.cpp | 4 -- source/Target/UnixSignals.cpp | 4 -- source/Target/UnwindAssembly.cpp | 4 -- source/Utility/ArchSpec.cpp | 10 ++-- source/Utility/ConstString.cpp | 18 +++---- source/Utility/DataBufferHeap.cpp | 4 -- source/Utility/DataBufferLLVM.cpp | 4 +- source/Utility/DataEncoder.cpp | 2 +- source/Utility/DataExtractor.cpp | 20 ++++---- source/Utility/FileSpec.cpp | 16 +++---- source/Utility/JSON.cpp | 8 ++-- source/Utility/Log.cpp | 14 +++--- source/Utility/Logging.cpp | 4 +- source/Utility/RegisterValue.cpp | 16 +++---- source/Utility/Scalar.cpp | 2 +- source/Utility/SelectHelper.cpp | 10 ++-- source/Utility/State.cpp | 4 -- source/Utility/Status.cpp | 14 +++--- source/Utility/Stream.cpp | 2 +- source/Utility/StreamGDBRemote.cpp | 4 +- source/Utility/StringExtractor.cpp | 4 +- source/Utility/StringExtractorGDBRemote.cpp | 2 +- source/Utility/StringList.cpp | 10 ++-- source/Utility/StructuredData.cpp | 6 +-- source/Utility/TildeExpressionResolver.cpp | 10 ++-- source/Utility/Timer.cpp | 6 +-- source/Utility/UUID.cpp | 3 -- source/Utility/VASprintf.cpp | 10 ++-- source/Utility/VMRange.cpp | 10 ++-- tools/darwin-debug/darwin-debug.cpp | 2 +- tools/debugserver/source/JSONGenerator.h | 2 - tools/debugserver/source/MacOSX/MachTask.h | 4 -- tools/debugserver/source/PThreadMutex.cpp | 4 -- tools/debugserver/source/RNBRemote.cpp | 2 +- tools/debugserver/source/StdStringExtractor.cpp | 4 -- tools/debugserver/source/StdStringExtractor.h | 4 -- tools/debugserver/source/TTYState.h | 2 +- tools/debugserver/source/debugserver.cpp | 4 +- .../intel-mpx/cli-wrapper-mpxtable.cpp | 1 - tools/intel-features/intel-pt/Decoder.cpp | 2 - tools/intel-features/intel-pt/Decoder.h | 1 - tools/intel-features/intel-pt/PTDecoder.cpp | 1 - tools/intel-features/intel-pt/PTDecoder.h | 1 - tools/lldb-mi/MICmdArgSet.h | 4 -- tools/lldb-mi/MICmdArgValBase.cpp | 4 -- tools/lldb-mi/MICmdArgValBase.h | 4 -- tools/lldb-mi/MICmdBase.h | 6 +-- tools/lldb-mi/MICmdCmdData.cpp | 4 +- tools/lldb-mi/MICmdCmdGdbInfo.cpp | 2 +- tools/lldb-mi/MICmnBase.cpp | 2 +- tools/lldb-mi/MICmnLLDBDebugSessionInfo.cpp | 6 +-- tools/lldb-mi/MICmnLLDBDebuggerHandleEvents.cpp | 6 +-- tools/lldb-mi/MICmnResources.cpp | 2 +- tools/lldb-mi/MICmnStreamStdin.cpp | 2 +- tools/lldb-mi/MIDataTypes.h | 2 +- tools/lldb-mi/MIDriverMain.cpp | 2 +- tools/lldb-mi/MIUtilFileStd.cpp | 2 +- tools/lldb-mi/MIUtilString.cpp | 12 ++--- tools/lldb-server/lldb-gdbserver.cpp | 2 - tools/lldb-server/lldb-platform.cpp | 3 -- unittests/Host/HostInfoTest.cpp | 2 +- unittests/Process/Linux/ProcessorTraceTest.cpp | 2 - unittests/Process/minidump/MinidumpParserTest.cpp | 1 - unittests/SymbolFile/PDB/Inputs/test-pdb-nested.h | 2 +- unittests/SymbolFile/PDB/Inputs/test-pdb.h | 2 +- 887 files changed, 958 insertions(+), 3620 deletions(-)