[all-commits] [llvm/llvm-project] cdc514: [lldb] Update header guards to be consistent and c...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Feb 17 23:17:35 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cdc514e4c67f268b07863bbac3d8d7e0d088186c
      https://github.com/llvm/llvm-project/commit/cdc514e4c67f268b07863bbac3d8d7e0d088186c
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2020-02-17 (Mon, 17 Feb 2020)

  Changed paths:
    M lldb/include/lldb/API/LLDB.h
    M lldb/include/lldb/API/SBAddress.h
    M lldb/include/lldb/API/SBAttachInfo.h
    M lldb/include/lldb/API/SBBlock.h
    M lldb/include/lldb/API/SBBreakpoint.h
    M lldb/include/lldb/API/SBBreakpointLocation.h
    M lldb/include/lldb/API/SBBreakpointName.h
    M lldb/include/lldb/API/SBBroadcaster.h
    M lldb/include/lldb/API/SBCommandInterpreter.h
    M lldb/include/lldb/API/SBCommandReturnObject.h
    M lldb/include/lldb/API/SBCommunication.h
    M lldb/include/lldb/API/SBCompileUnit.h
    M lldb/include/lldb/API/SBData.h
    M lldb/include/lldb/API/SBDebugger.h
    M lldb/include/lldb/API/SBDeclaration.h
    M lldb/include/lldb/API/SBDefines.h
    M lldb/include/lldb/API/SBError.h
    M lldb/include/lldb/API/SBEvent.h
    M lldb/include/lldb/API/SBExecutionContext.h
    M lldb/include/lldb/API/SBExpressionOptions.h
    M lldb/include/lldb/API/SBFile.h
    M lldb/include/lldb/API/SBFileSpec.h
    M lldb/include/lldb/API/SBFileSpecList.h
    M lldb/include/lldb/API/SBFrame.h
    M lldb/include/lldb/API/SBFunction.h
    M lldb/include/lldb/API/SBHostOS.h
    M lldb/include/lldb/API/SBInstruction.h
    M lldb/include/lldb/API/SBInstructionList.h
    M lldb/include/lldb/API/SBLanguageRuntime.h
    M lldb/include/lldb/API/SBLaunchInfo.h
    M lldb/include/lldb/API/SBLineEntry.h
    M lldb/include/lldb/API/SBListener.h
    M lldb/include/lldb/API/SBMemoryRegionInfo.h
    M lldb/include/lldb/API/SBMemoryRegionInfoList.h
    M lldb/include/lldb/API/SBModule.h
    M lldb/include/lldb/API/SBModuleSpec.h
    M lldb/include/lldb/API/SBPlatform.h
    M lldb/include/lldb/API/SBProcess.h
    M lldb/include/lldb/API/SBProcessInfo.h
    M lldb/include/lldb/API/SBQueue.h
    M lldb/include/lldb/API/SBQueueItem.h
    M lldb/include/lldb/API/SBSection.h
    M lldb/include/lldb/API/SBSourceManager.h
    M lldb/include/lldb/API/SBStream.h
    M lldb/include/lldb/API/SBStringList.h
    M lldb/include/lldb/API/SBStructuredData.h
    M lldb/include/lldb/API/SBSymbol.h
    M lldb/include/lldb/API/SBSymbolContext.h
    M lldb/include/lldb/API/SBSymbolContextList.h
    M lldb/include/lldb/API/SBTarget.h
    M lldb/include/lldb/API/SBThread.h
    M lldb/include/lldb/API/SBThreadCollection.h
    M lldb/include/lldb/API/SBThreadPlan.h
    M lldb/include/lldb/API/SBTrace.h
    M lldb/include/lldb/API/SBTraceOptions.h
    M lldb/include/lldb/API/SBType.h
    M lldb/include/lldb/API/SBTypeCategory.h
    M lldb/include/lldb/API/SBTypeEnumMember.h
    M lldb/include/lldb/API/SBTypeFilter.h
    M lldb/include/lldb/API/SBTypeFormat.h
    M lldb/include/lldb/API/SBTypeNameSpecifier.h
    M lldb/include/lldb/API/SBTypeSummary.h
    M lldb/include/lldb/API/SBTypeSynthetic.h
    M lldb/include/lldb/API/SBUnixSignals.h
    M lldb/include/lldb/API/SBValue.h
    M lldb/include/lldb/API/SBValueList.h
    M lldb/include/lldb/API/SBVariablesOptions.h
    M lldb/include/lldb/API/SBWatchpoint.h
    M lldb/include/lldb/Breakpoint/Breakpoint.h
    M lldb/include/lldb/Breakpoint/BreakpointID.h
    M lldb/include/lldb/Breakpoint/BreakpointIDList.h
    M lldb/include/lldb/Breakpoint/BreakpointList.h
    M lldb/include/lldb/Breakpoint/BreakpointLocation.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h
    M lldb/include/lldb/Breakpoint/BreakpointLocationList.h
    M lldb/include/lldb/Breakpoint/BreakpointName.h
    M lldb/include/lldb/Breakpoint/BreakpointOptions.h
    M lldb/include/lldb/Breakpoint/BreakpointPrecondition.h
    M lldb/include/lldb/Breakpoint/BreakpointResolver.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverName.h
    M lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h
    M lldb/include/lldb/Breakpoint/BreakpointSite.h
    M lldb/include/lldb/Breakpoint/BreakpointSiteList.h
    M lldb/include/lldb/Breakpoint/Stoppoint.h
    M lldb/include/lldb/Breakpoint/StoppointCallbackContext.h
    M lldb/include/lldb/Breakpoint/StoppointLocation.h
    M lldb/include/lldb/Breakpoint/Watchpoint.h
    M lldb/include/lldb/Breakpoint/WatchpointList.h
    M lldb/include/lldb/Breakpoint/WatchpointOptions.h
    M lldb/include/lldb/Core/Address.h
    M lldb/include/lldb/Core/AddressRange.h
    M lldb/include/lldb/Core/AddressResolver.h
    M lldb/include/lldb/Core/AddressResolverFileLine.h
    M lldb/include/lldb/Core/AddressResolverName.h
    M lldb/include/lldb/Core/Communication.h
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Core/Disassembler.h
    M lldb/include/lldb/Core/EmulateInstruction.h
    M lldb/include/lldb/Core/FileLineResolver.h
    M lldb/include/lldb/Core/FileSpecList.h
    M lldb/include/lldb/Core/FormatEntity.h
    M lldb/include/lldb/Core/Highlighter.h
    M lldb/include/lldb/Core/IOHandler.h
    M lldb/include/lldb/Core/IOHandlerCursesGUI.h
    M lldb/include/lldb/Core/LoadedModuleInfoList.h
    M lldb/include/lldb/Core/Mangled.h
    M lldb/include/lldb/Core/MappedHash.h
    M lldb/include/lldb/Core/Module.h
    M lldb/include/lldb/Core/ModuleChild.h
    M lldb/include/lldb/Core/ModuleList.h
    M lldb/include/lldb/Core/ModuleSpec.h
    M lldb/include/lldb/Core/Opcode.h
    M lldb/include/lldb/Core/PluginInterface.h
    M lldb/include/lldb/Core/PluginManager.h
    M lldb/include/lldb/Core/RichManglingContext.h
    M lldb/include/lldb/Core/SearchFilter.h
    M lldb/include/lldb/Core/Section.h
    M lldb/include/lldb/Core/SourceManager.h
    M lldb/include/lldb/Core/StreamAsynchronousIO.h
    M lldb/include/lldb/Core/StreamBuffer.h
    M lldb/include/lldb/Core/StreamFile.h
    M lldb/include/lldb/Core/StructuredDataImpl.h
    M lldb/include/lldb/Core/ThreadSafeDenseMap.h
    M lldb/include/lldb/Core/ThreadSafeValue.h
    M lldb/include/lldb/Core/UniqueCStringMap.h
    M lldb/include/lldb/Core/UserSettingsController.h
    M lldb/include/lldb/Core/Value.h
    M lldb/include/lldb/Core/ValueObject.h
    M lldb/include/lldb/Core/ValueObjectCast.h
    M lldb/include/lldb/Core/ValueObjectChild.h
    M lldb/include/lldb/Core/ValueObjectConstResult.h
    M lldb/include/lldb/Core/ValueObjectConstResultCast.h
    M lldb/include/lldb/Core/ValueObjectConstResultChild.h
    M lldb/include/lldb/Core/ValueObjectConstResultImpl.h
    M lldb/include/lldb/Core/ValueObjectDynamicValue.h
    M lldb/include/lldb/Core/ValueObjectList.h
    M lldb/include/lldb/Core/ValueObjectMemory.h
    M lldb/include/lldb/Core/ValueObjectRegister.h
    M lldb/include/lldb/Core/ValueObjectSyntheticFilter.h
    M lldb/include/lldb/Core/ValueObjectVariable.h
    M lldb/include/lldb/Core/dwarf.h
    M lldb/include/lldb/DataFormatters/CXXFunctionPointer.h
    M lldb/include/lldb/DataFormatters/DataVisualization.h
    M lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h
    M lldb/include/lldb/DataFormatters/FormatCache.h
    M lldb/include/lldb/DataFormatters/FormatClasses.h
    M lldb/include/lldb/DataFormatters/FormatManager.h
    M lldb/include/lldb/DataFormatters/FormattersContainer.h
    M lldb/include/lldb/DataFormatters/FormattersHelpers.h
    M lldb/include/lldb/DataFormatters/LanguageCategory.h
    M lldb/include/lldb/DataFormatters/StringPrinter.h
    M lldb/include/lldb/DataFormatters/TypeCategory.h
    M lldb/include/lldb/DataFormatters/TypeCategoryMap.h
    M lldb/include/lldb/DataFormatters/TypeFormat.h
    M lldb/include/lldb/DataFormatters/TypeSummary.h
    M lldb/include/lldb/DataFormatters/TypeSynthetic.h
    M lldb/include/lldb/DataFormatters/ValueObjectPrinter.h
    M lldb/include/lldb/DataFormatters/VectorIterator.h
    M lldb/include/lldb/DataFormatters/VectorType.h
    M lldb/include/lldb/Expression/DWARFExpression.h
    M lldb/include/lldb/Expression/DiagnosticManager.h
    M lldb/include/lldb/Expression/DynamicCheckerFunctions.h
    M lldb/include/lldb/Expression/Expression.h
    M lldb/include/lldb/Expression/ExpressionParser.h
    M lldb/include/lldb/Expression/ExpressionSourceCode.h
    M lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h
    M lldb/include/lldb/Expression/ExpressionVariable.h
    M lldb/include/lldb/Expression/FunctionCaller.h
    M lldb/include/lldb/Expression/IRExecutionUnit.h
    M lldb/include/lldb/Expression/IRInterpreter.h
    M lldb/include/lldb/Expression/IRMemoryMap.h
    M lldb/include/lldb/Expression/LLVMUserExpression.h
    M lldb/include/lldb/Expression/Materializer.h
    M lldb/include/lldb/Expression/REPL.h
    M lldb/include/lldb/Expression/UserExpression.h
    M lldb/include/lldb/Expression/UtilityFunction.h
    M lldb/include/lldb/Host/ConnectionFileDescriptor.h
    M lldb/include/lldb/Host/Debug.h
    M lldb/include/lldb/Host/Editline.h
    M lldb/include/lldb/Host/File.h
    M lldb/include/lldb/Host/FileCache.h
    M lldb/include/lldb/Host/FileSystem.h
    M lldb/include/lldb/Host/HostGetOpt.h
    M lldb/include/lldb/Host/HostInfo.h
    M lldb/include/lldb/Host/HostInfoBase.h
    M lldb/include/lldb/Host/HostNativeProcess.h
    M lldb/include/lldb/Host/HostNativeProcessBase.h
    M lldb/include/lldb/Host/HostNativeThread.h
    M lldb/include/lldb/Host/HostNativeThreadBase.h
    M lldb/include/lldb/Host/HostNativeThreadForward.h
    M lldb/include/lldb/Host/HostProcess.h
    M lldb/include/lldb/Host/HostThread.h
    M lldb/include/lldb/Host/LZMA.h
    M lldb/include/lldb/Host/LockFile.h
    M lldb/include/lldb/Host/LockFileBase.h
    M lldb/include/lldb/Host/MainLoop.h
    M lldb/include/lldb/Host/MainLoopBase.h
    M lldb/include/lldb/Host/MonitoringProcessLauncher.h
    M lldb/include/lldb/Host/OptionParser.h
    M lldb/include/lldb/Host/Pipe.h
    M lldb/include/lldb/Host/PipeBase.h
    M lldb/include/lldb/Host/PosixApi.h
    M lldb/include/lldb/Host/ProcessLaunchInfo.h
    M lldb/include/lldb/Host/ProcessLauncher.h
    M lldb/include/lldb/Host/ProcessRunLock.h
    M lldb/include/lldb/Host/PseudoTerminal.h
    M lldb/include/lldb/Host/SafeMachO.h
    M lldb/include/lldb/Host/Socket.h
    M lldb/include/lldb/Host/SocketAddress.h
    M lldb/include/lldb/Host/StringConvert.h
    M lldb/include/lldb/Host/TaskPool.h
    M lldb/include/lldb/Host/Terminal.h
    M lldb/include/lldb/Host/ThreadLauncher.h
    M lldb/include/lldb/Host/Time.h
    M lldb/include/lldb/Host/XML.h
    M lldb/include/lldb/Host/common/GetOptInc.h
    M lldb/include/lldb/Host/common/NativeBreakpointList.h
    M lldb/include/lldb/Host/common/NativeProcessProtocol.h
    M lldb/include/lldb/Host/common/NativeRegisterContext.h
    M lldb/include/lldb/Host/common/NativeThreadProtocol.h
    M lldb/include/lldb/Host/common/NativeWatchpointList.h
    M lldb/include/lldb/Host/common/TCPSocket.h
    M lldb/include/lldb/Host/common/UDPSocket.h
    M lldb/include/lldb/Host/macosx/HostInfoMacOSX.h
    M lldb/include/lldb/Host/macosx/HostThreadMacOSX.h
    M lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h
    M lldb/include/lldb/Host/posix/DomainSocket.h
    M lldb/include/lldb/Host/posix/HostInfoPosix.h
    M lldb/include/lldb/Host/posix/HostProcessPosix.h
    M lldb/include/lldb/Host/posix/HostThreadPosix.h
    M lldb/include/lldb/Host/posix/LockFilePosix.h
    M lldb/include/lldb/Host/posix/PipePosix.h
    M lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h
    M lldb/include/lldb/Initialization/SystemInitializer.h
    M lldb/include/lldb/Initialization/SystemInitializerCommon.h
    M lldb/include/lldb/Initialization/SystemLifetimeManager.h
    M lldb/include/lldb/Interpreter/CommandAlias.h
    M lldb/include/lldb/Interpreter/CommandCompletions.h
    M lldb/include/lldb/Interpreter/CommandHistory.h
    M lldb/include/lldb/Interpreter/CommandInterpreter.h
    M lldb/include/lldb/Interpreter/CommandObject.h
    M lldb/include/lldb/Interpreter/CommandObjectMultiword.h
    M lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h
    M lldb/include/lldb/Interpreter/CommandOptionValidators.h
    M lldb/include/lldb/Interpreter/CommandReturnObject.h
    M lldb/include/lldb/Interpreter/OptionGroupArchitecture.h
    M lldb/include/lldb/Interpreter/OptionGroupBoolean.h
    M lldb/include/lldb/Interpreter/OptionGroupFile.h
    M lldb/include/lldb/Interpreter/OptionGroupFormat.h
    M lldb/include/lldb/Interpreter/OptionGroupOutputFile.h
    M lldb/include/lldb/Interpreter/OptionGroupPlatform.h
    M lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h
    M lldb/include/lldb/Interpreter/OptionGroupString.h
    M lldb/include/lldb/Interpreter/OptionGroupUInt64.h
    M lldb/include/lldb/Interpreter/OptionGroupUUID.h
    M lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h
    M lldb/include/lldb/Interpreter/OptionGroupVariable.h
    M lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h
    M lldb/include/lldb/Interpreter/OptionValue.h
    M lldb/include/lldb/Interpreter/OptionValueArch.h
    M lldb/include/lldb/Interpreter/OptionValueArgs.h
    M lldb/include/lldb/Interpreter/OptionValueArray.h
    M lldb/include/lldb/Interpreter/OptionValueBoolean.h
    M lldb/include/lldb/Interpreter/OptionValueChar.h
    M lldb/include/lldb/Interpreter/OptionValueDictionary.h
    M lldb/include/lldb/Interpreter/OptionValueEnumeration.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpec.h
    M lldb/include/lldb/Interpreter/OptionValueFileSpecList.h
    M lldb/include/lldb/Interpreter/OptionValueFormat.h
    M lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
    M lldb/include/lldb/Interpreter/OptionValueLanguage.h
    M lldb/include/lldb/Interpreter/OptionValuePathMappings.h
    M lldb/include/lldb/Interpreter/OptionValueProperties.h
    M lldb/include/lldb/Interpreter/OptionValueRegex.h
    M lldb/include/lldb/Interpreter/OptionValueSInt64.h
    M lldb/include/lldb/Interpreter/OptionValueString.h
    M lldb/include/lldb/Interpreter/OptionValueUInt64.h
    M lldb/include/lldb/Interpreter/OptionValueUUID.h
    M lldb/include/lldb/Interpreter/OptionValues.h
    M lldb/include/lldb/Interpreter/Options.h
    M lldb/include/lldb/Interpreter/Property.h
    M lldb/include/lldb/Interpreter/ScriptInterpreter.h
    M lldb/include/lldb/Symbol/ArmUnwindInfo.h
    M lldb/include/lldb/Symbol/Block.h
    M lldb/include/lldb/Symbol/CallFrameInfo.h
    M lldb/include/lldb/Symbol/CompactUnwindInfo.h
    M lldb/include/lldb/Symbol/CompileUnit.h
    M lldb/include/lldb/Symbol/CompilerDecl.h
    M lldb/include/lldb/Symbol/CompilerDeclContext.h
    M lldb/include/lldb/Symbol/CompilerType.h
    M lldb/include/lldb/Symbol/DWARFCallFrameInfo.h
    M lldb/include/lldb/Symbol/DebugMacros.h
    M lldb/include/lldb/Symbol/DeclVendor.h
    M lldb/include/lldb/Symbol/Declaration.h
    M lldb/include/lldb/Symbol/FuncUnwinders.h
    M lldb/include/lldb/Symbol/Function.h
    M lldb/include/lldb/Symbol/LineEntry.h
    M lldb/include/lldb/Symbol/LineTable.h
    M lldb/include/lldb/Symbol/LocateSymbolFile.h
    M lldb/include/lldb/Symbol/ObjectContainer.h
    M lldb/include/lldb/Symbol/ObjectFile.h
    M lldb/include/lldb/Symbol/SourceModule.h
    M lldb/include/lldb/Symbol/Symbol.h
    M lldb/include/lldb/Symbol/SymbolContext.h
    M lldb/include/lldb/Symbol/SymbolContextScope.h
    M lldb/include/lldb/Symbol/SymbolFile.h
    M lldb/include/lldb/Symbol/SymbolVendor.h
    M lldb/include/lldb/Symbol/Symtab.h
    M lldb/include/lldb/Symbol/TaggedASTType.h
    M lldb/include/lldb/Symbol/Type.h
    M lldb/include/lldb/Symbol/TypeList.h
    M lldb/include/lldb/Symbol/TypeMap.h
    M lldb/include/lldb/Symbol/TypeSystem.h
    M lldb/include/lldb/Symbol/UnwindPlan.h
    M lldb/include/lldb/Symbol/UnwindTable.h
    M lldb/include/lldb/Symbol/Variable.h
    M lldb/include/lldb/Symbol/VariableList.h
    M lldb/include/lldb/Target/ABI.h
    M lldb/include/lldb/Target/AssertFrameRecognizer.h
    M lldb/include/lldb/Target/DynamicLoader.h
    M lldb/include/lldb/Target/ExecutionContext.h
    M lldb/include/lldb/Target/ExecutionContextScope.h
    M lldb/include/lldb/Target/InstrumentationRuntime.h
    M lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h
    M lldb/include/lldb/Target/JITLoader.h
    M lldb/include/lldb/Target/JITLoaderList.h
    M lldb/include/lldb/Target/Language.h
    M lldb/include/lldb/Target/LanguageRuntime.h
    M lldb/include/lldb/Target/Memory.h
    M lldb/include/lldb/Target/MemoryHistory.h
    M lldb/include/lldb/Target/MemoryRegionInfo.h
    M lldb/include/lldb/Target/ModuleCache.h
    M lldb/include/lldb/Target/OperatingSystem.h
    M lldb/include/lldb/Target/PathMappingList.h
    M lldb/include/lldb/Target/Platform.h
    M lldb/include/lldb/Target/Process.h
    M lldb/include/lldb/Target/ProcessStructReader.h
    M lldb/include/lldb/Target/Queue.h
    M lldb/include/lldb/Target/QueueItem.h
    M lldb/include/lldb/Target/QueueList.h
    M lldb/include/lldb/Target/RegisterCheckpoint.h
    M lldb/include/lldb/Target/RegisterContext.h
    M lldb/include/lldb/Target/RegisterNumber.h
    M lldb/include/lldb/Target/SectionLoadHistory.h
    M lldb/include/lldb/Target/SectionLoadList.h
    M lldb/include/lldb/Target/StackFrame.h
    M lldb/include/lldb/Target/StackFrameList.h
    M lldb/include/lldb/Target/StackFrameRecognizer.h
    M lldb/include/lldb/Target/StackID.h
    M lldb/include/lldb/Target/StopInfo.h
    M lldb/include/lldb/Target/StructuredDataPlugin.h
    M lldb/include/lldb/Target/SystemRuntime.h
    M lldb/include/lldb/Target/Target.h
    M lldb/include/lldb/Target/TargetList.h
    M lldb/include/lldb/Target/Thread.h
    M lldb/include/lldb/Target/ThreadCollection.h
    M lldb/include/lldb/Target/ThreadList.h
    M lldb/include/lldb/Target/ThreadPlan.h
    M lldb/include/lldb/Target/ThreadPlanBase.h
    M lldb/include/lldb/Target/ThreadPlanCallFunction.h
    M lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h
    M lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h
    M lldb/include/lldb/Target/ThreadPlanCallUserExpression.h
    M lldb/include/lldb/Target/ThreadPlanPython.h
    M lldb/include/lldb/Target/ThreadPlanRunToAddress.h
    M lldb/include/lldb/Target/ThreadPlanShouldStopHere.h
    M lldb/include/lldb/Target/ThreadPlanStepInRange.h
    M lldb/include/lldb/Target/ThreadPlanStepInstruction.h
    M lldb/include/lldb/Target/ThreadPlanStepOut.h
    M lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h
    M lldb/include/lldb/Target/ThreadPlanStepOverRange.h
    M lldb/include/lldb/Target/ThreadPlanStepRange.h
    M lldb/include/lldb/Target/ThreadPlanStepThrough.h
    M lldb/include/lldb/Target/ThreadPlanStepUntil.h
    M lldb/include/lldb/Target/ThreadPlanTracer.h
    M lldb/include/lldb/Target/ThreadSpec.h
    M lldb/include/lldb/Target/UnixSignals.h
    M lldb/include/lldb/Target/Unwind.h
    M lldb/include/lldb/Target/UnwindAssembly.h
    M lldb/include/lldb/Utility/AnsiTerminal.h
    M lldb/include/lldb/Utility/ArchSpec.h
    M lldb/include/lldb/Utility/Baton.h
    M lldb/include/lldb/Utility/Connection.h
    M lldb/include/lldb/Utility/ConstString.h
    M lldb/include/lldb/Utility/DataBuffer.h
    M lldb/include/lldb/Utility/DataBufferHeap.h
    M lldb/include/lldb/Utility/DataBufferLLVM.h
    M lldb/include/lldb/Utility/DataEncoder.h
    M lldb/include/lldb/Utility/DataExtractor.h
    M lldb/include/lldb/Utility/Endian.h
    M lldb/include/lldb/Utility/Environment.h
    M lldb/include/lldb/Utility/FileSpec.h
    M lldb/include/lldb/Utility/Flags.h
    M lldb/include/lldb/Utility/GDBRemote.h
    M lldb/include/lldb/Utility/IOObject.h
    M lldb/include/lldb/Utility/Iterable.h
    M lldb/include/lldb/Utility/LLDBAssert.h
    M lldb/include/lldb/Utility/Predicate.h
    M lldb/include/lldb/Utility/ProcessInfo.h
    M lldb/include/lldb/Utility/RegularExpression.h
    M lldb/include/lldb/Utility/ReproducerInstrumentation.h
    M lldb/include/lldb/Utility/SelectHelper.h
    M lldb/include/lldb/Utility/SharedCluster.h
    M lldb/include/lldb/Utility/Status.h
    M lldb/include/lldb/Utility/Stream.h
    M lldb/include/lldb/Utility/StreamCallback.h
    M lldb/include/lldb/Utility/StreamString.h
    M lldb/include/lldb/Utility/StreamTee.h
    M lldb/include/lldb/Utility/StringExtractor.h
    M lldb/include/lldb/Utility/StringLexer.h
    M lldb/include/lldb/Utility/StringList.h
    M lldb/include/lldb/Utility/StructuredData.h
    M lldb/include/lldb/Utility/TildeExpressionResolver.h
    M lldb/include/lldb/Utility/Timeout.h
    M lldb/include/lldb/Utility/Timer.h
    M lldb/include/lldb/Utility/TraceOptions.h
    M lldb/include/lldb/Utility/UriParser.h
    M lldb/include/lldb/Utility/UserID.h
    M lldb/include/lldb/Utility/UserIDResolver.h
    M lldb/include/lldb/Utility/VASPrintf.h
    M lldb/include/lldb/Utility/VMRange.h
    M lldb/include/lldb/lldb-defines.h
    M lldb/include/lldb/lldb-enumerations.h
    M lldb/include/lldb/lldb-forward.h
    M lldb/include/lldb/lldb-private-defines.h
    M lldb/include/lldb/lldb-private-enumerations.h
    M lldb/include/lldb/lldb-private-forward.h
    M lldb/include/lldb/lldb-private-interfaces.h
    M lldb/include/lldb/lldb-private-types.h
    M lldb/include/lldb/lldb-private.h
    M lldb/include/lldb/lldb-public.h
    M lldb/include/lldb/lldb-types.h
    M lldb/include/lldb/lldb-versioning.h
    M lldb/source/API/SBBreakpointOptionCommon.h
    M lldb/source/API/SBReproducerPrivate.h
    M lldb/source/API/SystemInitializerFull.h
    M lldb/source/API/Utils.h
    M lldb/source/Commands/CommandObjectApropos.h
    M lldb/source/Commands/CommandObjectBreakpoint.h
    M lldb/source/Commands/CommandObjectBreakpointCommand.h
    M lldb/source/Commands/CommandObjectCommands.h
    M lldb/source/Commands/CommandObjectDisassemble.h
    M lldb/source/Commands/CommandObjectExpression.h
    M lldb/source/Commands/CommandObjectFrame.h
    M lldb/source/Commands/CommandObjectGUI.h
    M lldb/source/Commands/CommandObjectHelp.h
    M lldb/source/Commands/CommandObjectLanguage.h
    M lldb/source/Commands/CommandObjectLog.h
    M lldb/source/Commands/CommandObjectMemory.h
    M lldb/source/Commands/CommandObjectPlatform.h
    M lldb/source/Commands/CommandObjectPlugin.h
    M lldb/source/Commands/CommandObjectProcess.h
    M lldb/source/Commands/CommandObjectQuit.h
    M lldb/source/Commands/CommandObjectRegister.h
    M lldb/source/Commands/CommandObjectReproducer.h
    M lldb/source/Commands/CommandObjectSettings.h
    M lldb/source/Commands/CommandObjectSource.h
    M lldb/source/Commands/CommandObjectStats.h
    M lldb/source/Commands/CommandObjectTarget.h
    M lldb/source/Commands/CommandObjectThread.h
    M lldb/source/Commands/CommandObjectType.h
    M lldb/source/Commands/CommandObjectVersion.h
    M lldb/source/Commands/CommandObjectWatchpoint.h
    M lldb/source/Commands/CommandObjectWatchpointCommand.h
    M lldb/source/Host/macosx/cfcpp/CFCBundle.h
    M lldb/source/Host/macosx/cfcpp/CFCData.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.h
    M lldb/source/Host/macosx/cfcpp/CFCReleaser.h
    M lldb/source/Host/macosx/cfcpp/CFCString.h
    M lldb/source/Interpreter/CommandObjectScript.h
    M lldb/source/Plugins/ABI/AArch64/ABIAArch64.h
    M lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h
    M lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h
    M lldb/source/Plugins/ABI/ARM/ABIARM.h
    M lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h
    M lldb/source/Plugins/ABI/ARM/ABISysV_arm.h
    M lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h
    M lldb/source/Plugins/ABI/Mips/ABIMips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips.h
    M lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h
    M lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h
    M lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h
    M lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h
    M lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_i386.h
    M lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h
    M lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h
    M lldb/source/Plugins/ABI/X86/ABIX86.h
    M lldb/source/Plugins/ABI/X86/ABIX86_64.h
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h
    M lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h
    M lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h
    M lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h
    M lldb/source/Plugins/Language/ObjC/CF.h
    M lldb/source/Plugins/Language/ObjC/Cocoa.h
    M lldb/source/Plugins/Language/ObjC/CoreMedia.h
    M lldb/source/Plugins/Language/ObjC/NSDictionary.h
    M lldb/source/Plugins/Language/ObjC/NSSet.h
    M lldb/source/Plugins/Language/ObjC/NSString.h
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.h
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
    M lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h
    M lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h
    M lldb/source/Plugins/Platform/Android/AdbClient.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.h
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h
    M lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.h
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h
    M lldb/source/Plugins/Process/Utility/ARMDefines.h
    M lldb/source/Plugins/Process/Utility/ARMUtils.h
    M lldb/source/Plugins/Process/Utility/AuxVector.h
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.h
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h
    M lldb/source/Plugins/Process/Utility/HistoryThread.h
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.h
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h
    M lldb/source/Plugins/Process/Utility/InstructionUtils.h
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.h
    M lldb/source/Plugins/Process/Utility/LinuxSignals.h
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_mips.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h
    M lldb/source/Plugins/Process/Utility/RegisterContext_x86.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.h
    M lldb/source/Plugins/Process/Utility/ThreadMemory.h
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.h
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h
    M lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h
    M lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.h
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.h
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.h
    M lldb/source/Plugins/Process/minidump/MinidumpParser.h
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.h
    M lldb/source/Plugins/Process/minidump/NtStructures.h
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.h
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h
    M lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h
    M lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h
    M lldb/source/Utility/ARM64_DWARF_Registers.h
    M lldb/source/Utility/ARM64_ehframe_Registers.h
    M lldb/source/Utility/ARM_DWARF_Registers.h
    M lldb/source/Utility/ARM_ehframe_Registers.h
    M lldb/source/Utility/PPC64LE_DWARF_Registers.h
    M lldb/source/Utility/PPC64_DWARF_Registers.h
    M lldb/tools/debugserver/source/DNB.h
    M lldb/tools/debugserver/source/DNBArch.h
    M lldb/tools/debugserver/source/DNBBreakpoint.h
    M lldb/tools/debugserver/source/DNBDataRef.h
    M lldb/tools/debugserver/source/DNBDefs.h
    M lldb/tools/debugserver/source/DNBError.h
    M lldb/tools/debugserver/source/DNBLog.h
    M lldb/tools/debugserver/source/DNBRegisterInfo.h
    M lldb/tools/debugserver/source/DNBThreadResumeActions.h
    M lldb/tools/debugserver/source/DNBTimer.h
    M lldb/tools/debugserver/source/JSON.h
    M lldb/tools/debugserver/source/JSONGenerator.h
    M lldb/tools/debugserver/source/MacOSX/CFBundle.h
    M lldb/tools/debugserver/source/MacOSX/CFString.h
    M lldb/tools/debugserver/source/MacOSX/CFUtils.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h
    M lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h
    M lldb/tools/debugserver/source/MacOSX/Genealogy.h
    M lldb/tools/debugserver/source/MacOSX/GenealogySPI.h
    M lldb/tools/debugserver/source/MacOSX/MachException.h
    M lldb/tools/debugserver/source/MacOSX/MachProcess.h
    M lldb/tools/debugserver/source/MacOSX/MachTask.h
    M lldb/tools/debugserver/source/MacOSX/MachThread.h
    M lldb/tools/debugserver/source/MacOSX/MachThreadList.h
    M lldb/tools/debugserver/source/MacOSX/MachVMMemory.h
    M lldb/tools/debugserver/source/MacOSX/MachVMRegion.h
    M lldb/tools/debugserver/source/MacOSX/OsLogger.h
    M lldb/tools/debugserver/source/MacOSX/ThreadInfo.h
    M lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h
    M lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h
    M lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h
    M lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h
    M lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h
    M lldb/tools/debugserver/source/PThreadCondition.h
    M lldb/tools/debugserver/source/PThreadEvent.h
    M lldb/tools/debugserver/source/PThreadMutex.h
    M lldb/tools/debugserver/source/PseudoTerminal.h
    M lldb/tools/debugserver/source/RNBContext.h
    M lldb/tools/debugserver/source/RNBDefs.h
    M lldb/tools/debugserver/source/RNBRemote.h
    M lldb/tools/debugserver/source/RNBServices.h
    M lldb/tools/debugserver/source/RNBSocket.h
    M lldb/tools/debugserver/source/StdStringExtractor.h
    M lldb/tools/debugserver/source/SysSignal.h
    M lldb/tools/debugserver/source/TTYState.h
    M lldb/tools/driver/Driver.h
    M lldb/tools/driver/Platform.h
    M lldb/tools/lldb-server/Acceptor.h
    M lldb/tools/lldb-server/LLDBServerUtilities.h
    M lldb/tools/lldb-server/SystemInitializerLLGS.h
    M lldb/tools/lldb-test/FormatUtil.h
    M lldb/tools/lldb-test/SystemInitializerTest.h
    M lldb/tools/lldb-vscode/BreakpointBase.h
    M lldb/tools/lldb-vscode/ExceptionBreakpoint.h
    M lldb/tools/lldb-vscode/FunctionBreakpoint.h
    M lldb/tools/lldb-vscode/IOStream.h
    M lldb/tools/lldb-vscode/JSONUtils.h
    M lldb/tools/lldb-vscode/LLDBUtils.h
    M lldb/tools/lldb-vscode/SourceBreakpoint.h
    M lldb/tools/lldb-vscode/SourceReference.h
    M lldb/tools/lldb-vscode/VSCode.h
    M lldb/tools/lldb-vscode/VSCodeForward.h
    M lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h
    M lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h
    M lldb/unittests/TestingSupport/MockTildeExpressionResolver.h
    M lldb/unittests/TestingSupport/TestUtilities.h
    M lldb/unittests/gtest_common.h
    M lldb/unittests/tools/lldb-server/tests/MessageObjects.h
    M lldb/unittests/tools/lldb-server/tests/TestBase.h
    M lldb/unittests/tools/lldb-server/tests/TestClient.h
    M lldb/utils/TableGen/LLDBTableGenBackends.h
    M lldb/utils/TableGen/LLDBTableGenUtils.h

  Log Message:
  -----------
  [lldb] Update header guards to be consistent and compliant with LLVM (NFC)

LLDB has a few different styles of header guards and they're not very
consistent because things get moved around or copy/pasted. This patch
unifies the header guards across LLDB and converts everything to match
LLVM's style.

Differential revision: https://reviews.llvm.org/D74743




More information about the All-commits mailing list