[all-commits] [llvm/llvm-project] 808142: [lldb][NFC] Fix all formatting errors in .cpp file...

Raphael Isemann via All-commits all-commits at lists.llvm.org
Thu Jan 23 23:56:16 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 808142876c10b52e7ee57cdc6dcf0acc5c97c1b7
      https://github.com/llvm/llvm-project/commit/808142876c10b52e7ee57cdc6dcf0acc5c97c1b7
  Author: Raphael Isemann <teemperor at gmail.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M lldb/source/API/SBAddress.cpp
    M lldb/source/API/SBAttachInfo.cpp
    M lldb/source/API/SBBlock.cpp
    M lldb/source/API/SBBreakpoint.cpp
    M lldb/source/API/SBBreakpointLocation.cpp
    M lldb/source/API/SBBreakpointName.cpp
    M lldb/source/API/SBBreakpointOptionCommon.cpp
    M lldb/source/API/SBBroadcaster.cpp
    M lldb/source/API/SBCommandInterpreter.cpp
    M lldb/source/API/SBCommandReturnObject.cpp
    M lldb/source/API/SBCommunication.cpp
    M lldb/source/API/SBCompileUnit.cpp
    M lldb/source/API/SBData.cpp
    M lldb/source/API/SBDebugger.cpp
    M lldb/source/API/SBDeclaration.cpp
    M lldb/source/API/SBError.cpp
    M lldb/source/API/SBEvent.cpp
    M lldb/source/API/SBExecutionContext.cpp
    M lldb/source/API/SBExpressionOptions.cpp
    M lldb/source/API/SBFile.cpp
    M lldb/source/API/SBFileSpec.cpp
    M lldb/source/API/SBFileSpecList.cpp
    M lldb/source/API/SBFrame.cpp
    M lldb/source/API/SBFunction.cpp
    M lldb/source/API/SBHostOS.cpp
    M lldb/source/API/SBInstruction.cpp
    M lldb/source/API/SBInstructionList.cpp
    M lldb/source/API/SBLanguageRuntime.cpp
    M lldb/source/API/SBLaunchInfo.cpp
    M lldb/source/API/SBLineEntry.cpp
    M lldb/source/API/SBListener.cpp
    M lldb/source/API/SBMemoryRegionInfo.cpp
    M lldb/source/API/SBMemoryRegionInfoList.cpp
    M lldb/source/API/SBModule.cpp
    M lldb/source/API/SBModuleSpec.cpp
    M lldb/source/API/SBPlatform.cpp
    M lldb/source/API/SBProcess.cpp
    M lldb/source/API/SBProcessInfo.cpp
    M lldb/source/API/SBQueue.cpp
    M lldb/source/API/SBQueueItem.cpp
    M lldb/source/API/SBReproducer.cpp
    M lldb/source/API/SBSection.cpp
    M lldb/source/API/SBSourceManager.cpp
    M lldb/source/API/SBStream.cpp
    M lldb/source/API/SBStringList.cpp
    M lldb/source/API/SBStructuredData.cpp
    M lldb/source/API/SBSymbol.cpp
    M lldb/source/API/SBSymbolContext.cpp
    M lldb/source/API/SBSymbolContextList.cpp
    M lldb/source/API/SBTarget.cpp
    M lldb/source/API/SBThread.cpp
    M lldb/source/API/SBThreadCollection.cpp
    M lldb/source/API/SBThreadPlan.cpp
    M lldb/source/API/SBTrace.cpp
    M lldb/source/API/SBTraceOptions.cpp
    M lldb/source/API/SBType.cpp
    M lldb/source/API/SBTypeCategory.cpp
    M lldb/source/API/SBTypeEnumMember.cpp
    M lldb/source/API/SBTypeFilter.cpp
    M lldb/source/API/SBTypeFormat.cpp
    M lldb/source/API/SBTypeNameSpecifier.cpp
    M lldb/source/API/SBTypeSummary.cpp
    M lldb/source/API/SBTypeSynthetic.cpp
    M lldb/source/API/SBUnixSignals.cpp
    M lldb/source/API/SBValue.cpp
    M lldb/source/API/SBValueList.cpp
    M lldb/source/API/SBVariablesOptions.cpp
    M lldb/source/API/SBWatchpoint.cpp
    M lldb/source/API/SystemInitializerFull.cpp
    M lldb/source/Breakpoint/Breakpoint.cpp
    M lldb/source/Breakpoint/BreakpointID.cpp
    M lldb/source/Breakpoint/BreakpointIDList.cpp
    M lldb/source/Breakpoint/BreakpointList.cpp
    M lldb/source/Breakpoint/BreakpointLocation.cpp
    M lldb/source/Breakpoint/BreakpointLocationCollection.cpp
    M lldb/source/Breakpoint/BreakpointLocationList.cpp
    M lldb/source/Breakpoint/BreakpointName.cpp
    M lldb/source/Breakpoint/BreakpointOptions.cpp
    M lldb/source/Breakpoint/BreakpointPrecondition.cpp
    M lldb/source/Breakpoint/BreakpointResolver.cpp
    M lldb/source/Breakpoint/BreakpointResolverAddress.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileLine.cpp
    M lldb/source/Breakpoint/BreakpointResolverFileRegex.cpp
    M lldb/source/Breakpoint/BreakpointResolverName.cpp
    M lldb/source/Breakpoint/BreakpointResolverScripted.cpp
    M lldb/source/Breakpoint/BreakpointSite.cpp
    M lldb/source/Breakpoint/BreakpointSiteList.cpp
    M lldb/source/Breakpoint/Stoppoint.cpp
    M lldb/source/Breakpoint/StoppointCallbackContext.cpp
    M lldb/source/Breakpoint/StoppointLocation.cpp
    M lldb/source/Breakpoint/Watchpoint.cpp
    M lldb/source/Breakpoint/WatchpointList.cpp
    M lldb/source/Breakpoint/WatchpointOptions.cpp
    M lldb/source/Commands/CommandCompletions.cpp
    M lldb/source/Commands/CommandObjectApropos.cpp
    M lldb/source/Commands/CommandObjectBreakpoint.cpp
    M lldb/source/Commands/CommandObjectBreakpointCommand.cpp
    M lldb/source/Commands/CommandObjectCommands.cpp
    M lldb/source/Commands/CommandObjectDisassemble.cpp
    M lldb/source/Commands/CommandObjectExpression.cpp
    M lldb/source/Commands/CommandObjectFrame.cpp
    M lldb/source/Commands/CommandObjectGUI.cpp
    M lldb/source/Commands/CommandObjectHelp.cpp
    M lldb/source/Commands/CommandObjectLanguage.cpp
    M lldb/source/Commands/CommandObjectLog.cpp
    M lldb/source/Commands/CommandObjectMemory.cpp
    M lldb/source/Commands/CommandObjectMultiword.cpp
    M lldb/source/Commands/CommandObjectPlatform.cpp
    M lldb/source/Commands/CommandObjectPlugin.cpp
    M lldb/source/Commands/CommandObjectProcess.cpp
    M lldb/source/Commands/CommandObjectQuit.cpp
    M lldb/source/Commands/CommandObjectRegister.cpp
    M lldb/source/Commands/CommandObjectReproducer.cpp
    M lldb/source/Commands/CommandObjectSettings.cpp
    M lldb/source/Commands/CommandObjectSource.cpp
    M lldb/source/Commands/CommandObjectStats.cpp
    M lldb/source/Commands/CommandObjectTarget.cpp
    M lldb/source/Commands/CommandObjectThread.cpp
    M lldb/source/Commands/CommandObjectType.cpp
    M lldb/source/Commands/CommandObjectVersion.cpp
    M lldb/source/Commands/CommandObjectWatchpoint.cpp
    M lldb/source/Commands/CommandObjectWatchpointCommand.cpp
    M lldb/source/Core/Address.cpp
    M lldb/source/Core/AddressRange.cpp
    M lldb/source/Core/AddressResolver.cpp
    M lldb/source/Core/AddressResolverFileLine.cpp
    M lldb/source/Core/AddressResolverName.cpp
    M lldb/source/Core/Communication.cpp
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Core/Disassembler.cpp
    M lldb/source/Core/DumpDataExtractor.cpp
    M lldb/source/Core/DumpRegisterValue.cpp
    M lldb/source/Core/DynamicLoader.cpp
    M lldb/source/Core/EmulateInstruction.cpp
    M lldb/source/Core/FileLineResolver.cpp
    M lldb/source/Core/FileSpecList.cpp
    M lldb/source/Core/FormatEntity.cpp
    M lldb/source/Core/Highlighter.cpp
    M lldb/source/Core/IOHandler.cpp
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/source/Core/Mangled.cpp
    M lldb/source/Core/Module.cpp
    M lldb/source/Core/ModuleChild.cpp
    M lldb/source/Core/ModuleList.cpp
    M lldb/source/Core/Opcode.cpp
    M lldb/source/Core/PluginManager.cpp
    M lldb/source/Core/RichManglingContext.cpp
    M lldb/source/Core/SearchFilter.cpp
    M lldb/source/Core/Section.cpp
    M lldb/source/Core/SourceManager.cpp
    M lldb/source/Core/StreamAsynchronousIO.cpp
    M lldb/source/Core/StreamFile.cpp
    M lldb/source/Core/UserSettingsController.cpp
    M lldb/source/Core/Value.cpp
    M lldb/source/Core/ValueObject.cpp
    M lldb/source/Core/ValueObjectCast.cpp
    M lldb/source/Core/ValueObjectChild.cpp
    M lldb/source/Core/ValueObjectConstResult.cpp
    M lldb/source/Core/ValueObjectConstResultCast.cpp
    M lldb/source/Core/ValueObjectConstResultChild.cpp
    M lldb/source/Core/ValueObjectConstResultImpl.cpp
    M lldb/source/Core/ValueObjectDynamicValue.cpp
    M lldb/source/Core/ValueObjectList.cpp
    M lldb/source/Core/ValueObjectMemory.cpp
    M lldb/source/Core/ValueObjectRegister.cpp
    M lldb/source/Core/ValueObjectSyntheticFilter.cpp
    M lldb/source/Core/ValueObjectVariable.cpp
    M lldb/source/DataFormatters/CXXFunctionPointer.cpp
    M lldb/source/DataFormatters/DataVisualization.cpp
    M lldb/source/DataFormatters/DumpValueObjectOptions.cpp
    M lldb/source/DataFormatters/FormatCache.cpp
    M lldb/source/DataFormatters/FormatClasses.cpp
    M lldb/source/DataFormatters/FormatManager.cpp
    M lldb/source/DataFormatters/FormattersHelpers.cpp
    M lldb/source/DataFormatters/LanguageCategory.cpp
    M lldb/source/DataFormatters/StringPrinter.cpp
    M lldb/source/DataFormatters/TypeCategory.cpp
    M lldb/source/DataFormatters/TypeCategoryMap.cpp
    M lldb/source/DataFormatters/TypeFormat.cpp
    M lldb/source/DataFormatters/TypeSummary.cpp
    M lldb/source/DataFormatters/TypeSynthetic.cpp
    M lldb/source/DataFormatters/ValueObjectPrinter.cpp
    M lldb/source/DataFormatters/VectorType.cpp
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/source/Expression/DiagnosticManager.cpp
    M lldb/source/Expression/Expression.cpp
    M lldb/source/Expression/ExpressionVariable.cpp
    M lldb/source/Expression/FunctionCaller.cpp
    M lldb/source/Expression/IRExecutionUnit.cpp
    M lldb/source/Expression/IRInterpreter.cpp
    M lldb/source/Expression/IRMemoryMap.cpp
    M lldb/source/Expression/LLVMUserExpression.cpp
    M lldb/source/Expression/Materializer.cpp
    M lldb/source/Expression/REPL.cpp
    M lldb/source/Expression/UserExpression.cpp
    M lldb/source/Expression/UtilityFunction.cpp
    M lldb/source/Host/android/HostInfoAndroid.cpp
    M lldb/source/Host/android/LibcGlue.cpp
    M lldb/source/Host/common/Editline.cpp
    M lldb/source/Host/common/File.cpp
    M lldb/source/Host/common/FileAction.cpp
    M lldb/source/Host/common/FileCache.cpp
    M lldb/source/Host/common/FileSystem.cpp
    M lldb/source/Host/common/GetOptInc.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/common/HostInfoBase.cpp
    M lldb/source/Host/common/HostNativeThreadBase.cpp
    M lldb/source/Host/common/HostProcess.cpp
    M lldb/source/Host/common/HostThread.cpp
    M lldb/source/Host/common/LZMA.cpp
    M lldb/source/Host/common/LockFileBase.cpp
    M lldb/source/Host/common/MainLoop.cpp
    M lldb/source/Host/common/MonitoringProcessLauncher.cpp
    M lldb/source/Host/common/NativeProcessProtocol.cpp
    M lldb/source/Host/common/NativeRegisterContext.cpp
    M lldb/source/Host/common/NativeThreadProtocol.cpp
    M lldb/source/Host/common/NativeWatchpointList.cpp
    M lldb/source/Host/common/OptionParser.cpp
    M lldb/source/Host/common/PipeBase.cpp
    M lldb/source/Host/common/ProcessLaunchInfo.cpp
    M lldb/source/Host/common/ProcessRunLock.cpp
    M lldb/source/Host/common/PseudoTerminal.cpp
    M lldb/source/Host/common/Socket.cpp
    M lldb/source/Host/common/SocketAddress.cpp
    M lldb/source/Host/common/StringConvert.cpp
    M lldb/source/Host/common/TCPSocket.cpp
    M lldb/source/Host/common/TaskPool.cpp
    M lldb/source/Host/common/Terminal.cpp
    M lldb/source/Host/common/ThreadLauncher.cpp
    M lldb/source/Host/common/UDPSocket.cpp
    M lldb/source/Host/common/XML.cpp
    M lldb/source/Host/freebsd/Host.cpp
    M lldb/source/Host/freebsd/HostInfoFreeBSD.cpp
    M lldb/source/Host/linux/AbstractSocket.cpp
    M lldb/source/Host/linux/Host.cpp
    M lldb/source/Host/linux/HostInfoLinux.cpp
    M lldb/source/Host/linux/LibcGlue.cpp
    M lldb/source/Host/linux/Support.cpp
    M lldb/source/Host/macosx/cfcpp/CFCBundle.cpp
    M lldb/source/Host/macosx/cfcpp/CFCData.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableArray.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.cpp
    M lldb/source/Host/macosx/cfcpp/CFCMutableSet.cpp
    M lldb/source/Host/macosx/cfcpp/CFCString.cpp
    M lldb/source/Host/netbsd/Host.cpp
    M lldb/source/Host/netbsd/HostInfoNetBSD.cpp
    M lldb/source/Host/openbsd/Host.cpp
    M lldb/source/Host/openbsd/HostInfoOpenBSD.cpp
    M lldb/source/Host/posix/ConnectionFileDescriptorPosix.cpp
    M lldb/source/Host/posix/DomainSocket.cpp
    M lldb/source/Host/posix/FileSystemPosix.cpp
    M lldb/source/Host/posix/HostInfoPosix.cpp
    M lldb/source/Host/posix/HostProcessPosix.cpp
    M lldb/source/Host/posix/HostThreadPosix.cpp
    M lldb/source/Host/posix/LockFilePosix.cpp
    M lldb/source/Host/posix/PipePosix.cpp
    M lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
    M lldb/source/Host/windows/ConnectionGenericFileWindows.cpp
    M lldb/source/Host/windows/EditLineWin.cpp
    M lldb/source/Host/windows/FileSystem.cpp
    M lldb/source/Host/windows/Host.cpp
    M lldb/source/Host/windows/HostInfoWindows.cpp
    M lldb/source/Host/windows/HostProcessWindows.cpp
    M lldb/source/Host/windows/HostThreadWindows.cpp
    M lldb/source/Host/windows/LockFileWindows.cpp
    M lldb/source/Host/windows/PipeWindows.cpp
    M lldb/source/Host/windows/ProcessLauncherWindows.cpp
    M lldb/source/Host/windows/ProcessRunLock.cpp
    M lldb/source/Host/windows/Windows.cpp
    M lldb/source/Initialization/SystemInitializer.cpp
    M lldb/source/Initialization/SystemInitializerCommon.cpp
    M lldb/source/Initialization/SystemLifetimeManager.cpp
    M lldb/source/Interpreter/CommandAlias.cpp
    M lldb/source/Interpreter/CommandHistory.cpp
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Interpreter/CommandObject.cpp
    M lldb/source/Interpreter/CommandObjectRegexCommand.cpp
    M lldb/source/Interpreter/CommandObjectScript.cpp
    M lldb/source/Interpreter/CommandOptionValidators.cpp
    M lldb/source/Interpreter/CommandReturnObject.cpp
    M lldb/source/Interpreter/OptionArgParser.cpp
    M lldb/source/Interpreter/OptionGroupArchitecture.cpp
    M lldb/source/Interpreter/OptionGroupBoolean.cpp
    M lldb/source/Interpreter/OptionGroupFile.cpp
    M lldb/source/Interpreter/OptionGroupFormat.cpp
    M lldb/source/Interpreter/OptionGroupOutputFile.cpp
    M lldb/source/Interpreter/OptionGroupPlatform.cpp
    M lldb/source/Interpreter/OptionGroupPythonClassWithDict.cpp
    M lldb/source/Interpreter/OptionGroupString.cpp
    M lldb/source/Interpreter/OptionGroupUInt64.cpp
    M lldb/source/Interpreter/OptionGroupUUID.cpp
    M lldb/source/Interpreter/OptionGroupValueObjectDisplay.cpp
    M lldb/source/Interpreter/OptionGroupVariable.cpp
    M lldb/source/Interpreter/OptionGroupWatchpoint.cpp
    M lldb/source/Interpreter/OptionValue.cpp
    M lldb/source/Interpreter/OptionValueArch.cpp
    M lldb/source/Interpreter/OptionValueArgs.cpp
    M lldb/source/Interpreter/OptionValueArray.cpp
    M lldb/source/Interpreter/OptionValueBoolean.cpp
    M lldb/source/Interpreter/OptionValueChar.cpp
    M lldb/source/Interpreter/OptionValueDictionary.cpp
    M lldb/source/Interpreter/OptionValueEnumeration.cpp
    M lldb/source/Interpreter/OptionValueFileSpec.cpp
    M lldb/source/Interpreter/OptionValueFormat.cpp
    M lldb/source/Interpreter/OptionValueFormatEntity.cpp
    M lldb/source/Interpreter/OptionValueLanguage.cpp
    M lldb/source/Interpreter/OptionValuePathMappings.cpp
    M lldb/source/Interpreter/OptionValueProperties.cpp
    M lldb/source/Interpreter/OptionValueRegex.cpp
    M lldb/source/Interpreter/OptionValueSInt64.cpp
    M lldb/source/Interpreter/OptionValueString.cpp
    M lldb/source/Interpreter/OptionValueUInt64.cpp
    M lldb/source/Interpreter/OptionValueUUID.cpp
    M lldb/source/Interpreter/Options.cpp
    M lldb/source/Interpreter/Property.cpp
    M lldb/source/Interpreter/ScriptInterpreter.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm/ABIMacOSX_arm.cpp
    M lldb/source/Plugins/ABI/MacOSX-arm64/ABIMacOSX_arm64.cpp
    M lldb/source/Plugins/ABI/MacOSX-i386/ABIMacOSX_i386.cpp
    M lldb/source/Plugins/ABI/SysV-arc/ABISysV_arc.cpp
    M lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
    M lldb/source/Plugins/ABI/SysV-arm64/ABISysV_arm64.cpp
    M lldb/source/Plugins/ABI/SysV-hexagon/ABISysV_hexagon.cpp
    M lldb/source/Plugins/ABI/SysV-i386/ABISysV_i386.cpp
    M lldb/source/Plugins/ABI/SysV-mips/ABISysV_mips.cpp
    M lldb/source/Plugins/ABI/SysV-mips64/ABISysV_mips64.cpp
    M lldb/source/Plugins/ABI/SysV-ppc/ABISysV_ppc.cpp
    M lldb/source/Plugins/ABI/SysV-ppc64/ABISysV_ppc64.cpp
    M lldb/source/Plugins/ABI/SysV-s390x/ABISysV_s390x.cpp
    M lldb/source/Plugins/ABI/SysV-x86_64/ABISysV_x86_64.cpp
    M lldb/source/Plugins/ABI/Windows-x86_64/ABIWindows_x86_64.cpp
    M lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
    M lldb/source/Plugins/Architecture/Mips/ArchitectureMips.cpp
    M lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.cpp
    M lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp
    M lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.cpp
    M lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.cpp
    M lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
    M lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.cpp
    M lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangHost.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
    M lldb/source/Plugins/Instruction/ARM/EmulationStateARM.cpp
    M lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
    M lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.cpp
    M lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.cpp
    M lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.cpp
    M lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.cpp
    M lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.cpp
    M lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.cpp
    M lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp
    M lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.cpp
    M lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxBitset.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxInitializerList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxList.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxOptional.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxQueue.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxUnorderedMap.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibCxxVector.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppTuple.cpp
    M lldb/source/Plugins/Language/CPlusPlus/LibStdcppUniquePointer.cpp
    M lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.cpp
    M lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.cpp
    M lldb/source/Plugins/Language/ObjC/CF.cpp
    M lldb/source/Plugins/Language/ObjC/Cocoa.cpp
    M lldb/source/Plugins/Language/ObjC/CoreMedia.cpp
    M lldb/source/Plugins/Language/ObjC/NSArray.cpp
    M lldb/source/Plugins/Language/ObjC/NSDictionary.cpp
    M lldb/source/Plugins/Language/ObjC/NSError.cpp
    M lldb/source/Plugins/Language/ObjC/NSException.cpp
    M lldb/source/Plugins/Language/ObjC/NSIndexPath.cpp
    M lldb/source/Plugins/Language/ObjC/NSSet.cpp
    M lldb/source/Plugins/Language/ObjC/NSString.cpp
    M lldb/source/Plugins/Language/ObjC/ObjCLanguage.cpp
    M lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.cpp
    M lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.cpp
    M lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.cpp
    M lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.cpp
    M lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.cpp
    M lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.cpp
    M lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ELFHeader.cpp
    M lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
    M lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
    M lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
    M lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
    M lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
    M lldb/source/Plugins/Platform/Android/AdbClient.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
    M lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
    M lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.cpp
    M lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.cpp
    M lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.cpp
    M lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
    M lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.cpp
    M lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
    M lldb/source/Plugins/Platform/Windows/PlatformWindows.cpp
    M lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
    M lldb/source/Plugins/Process/Darwin/CFBundle.cpp
    M lldb/source/Plugins/Process/Darwin/CFString.cpp
    M lldb/source/Plugins/Process/Darwin/DarwinProcessLauncher.cpp
    M lldb/source/Plugins/Process/Darwin/MachException.cpp
    M lldb/source/Plugins/Process/Darwin/NativeProcessDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadDarwin.cpp
    M lldb/source/Plugins/Process/Darwin/NativeThreadListDarwin.cpp
    M lldb/source/Plugins/Process/FreeBSD/FreeBSDThread.cpp
    M lldb/source/Plugins/Process/FreeBSD/POSIXStopInfo.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessFreeBSD.cpp
    M lldb/source/Plugins/Process/FreeBSD/ProcessMonitor.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_arm64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_mips64.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_powerpc.cpp
    M lldb/source/Plugins/Process/FreeBSD/RegisterContextPOSIXProcessMonitor_x86.cpp
    M lldb/source/Plugins/Process/Linux/NativeProcessLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_arm64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_ppc64le.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Linux/NativeThreadLinux.cpp
    M lldb/source/Plugins/Process/Linux/ProcessorTrace.cpp
    M lldb/source/Plugins/Process/Linux/SingleStepCheck.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.cpp
    M lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeRegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp
    M lldb/source/Plugins/Process/POSIX/CrashReason.cpp
    M lldb/source/Plugins/Process/POSIX/NativeProcessELF.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessMessage.cpp
    M lldb/source/Plugins/Process/POSIX/ProcessPOSIXLog.cpp
    M lldb/source/Plugins/Process/Utility/AuxVector.cpp
    M lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/FreeBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/GDBRemoteSignals.cpp
    M lldb/source/Plugins/Process/Utility/HistoryThread.cpp
    M lldb/source/Plugins/Process/Utility/HistoryUnwind.cpp
    M lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.cpp
    M lldb/source/Plugins/Process/Utility/LinuxProcMaps.cpp
    M lldb/source/Plugins/Process/Utility/LinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/MipsLinuxSignals.cpp
    M lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.cpp
    M lldb/source/Plugins/Process/Utility/NetBSDSignals.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextDummy.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextHistory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLLDB.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.cpp
    M lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.cpp
    M lldb/source/Plugins/Process/Utility/StopInfoMachException.cpp
    M lldb/source/Plugins/Process/Utility/ThreadMemory.cpp
    M lldb/source/Plugins/Process/Utility/UnwindLLDB.cpp
    M lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.cpp
    M lldb/source/Plugins/Process/Windows/Common/DebuggerThread.cpp
    M lldb/source/Plugins/Process/Windows/Common/LocalDebugDelegate.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_WoW64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_i386.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeRegisterContextWindows_x86_64.cpp
    M lldb/source/Plugins/Process/Windows/Common/NativeThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessDebugger.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/ProcessWindowsLog.cpp
    M lldb/source/Plugins/Process/Windows/Common/RegisterContextWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/TargetThreadWindows.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm/RegisterContextWindows_arm.cpp
    M lldb/source/Plugins/Process/Windows/Common/arm64/RegisterContextWindows_arm64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x64/RegisterContextWindows_x64.cpp
    M lldb/source/Plugins/Process/Windows/Common/x86/RegisterContextWindows_x86.cpp
    M lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.cpp
    M lldb/source/Plugins/Process/elf-core/RegisterUtilities.cpp
    M lldb/source/Plugins/Process/elf-core/ThreadElfCore.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
    M lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
    M lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.cpp
    M lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.cpp
    M lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
    M lldb/source/Plugins/Process/mach-core/ThreadMachCore.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpParser.cpp
    M lldb/source/Plugins/Process/minidump/MinidumpTypes.cpp
    M lldb/source/Plugins/Process/minidump/ProcessMinidump.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.cpp
    M lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.cpp
    M lldb/source/Plugins/Process/minidump/ThreadMinidump.cpp
    M lldb/source/Plugins/ScriptInterpreter/Lua/ScriptInterpreterLua.cpp
    M lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp
    M lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
    M lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp
    M lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DIERef.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwoDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp
    M lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp
    M lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
    M lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp
    M lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
    M lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.cpp
    M lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp
    M lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.cpp
    M lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
    M lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.cpp
    M lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.cpp
    M lldb/source/Symbol/ArmUnwindInfo.cpp
    M lldb/source/Symbol/Block.cpp
    M lldb/source/Symbol/ClangASTImporter.cpp
    M lldb/source/Symbol/ClangASTMetadata.cpp
    M lldb/source/Symbol/ClangExternalASTSourceCallbacks.cpp
    M lldb/source/Symbol/ClangUtil.cpp
    M lldb/source/Symbol/CompactUnwindInfo.cpp
    M lldb/source/Symbol/CompileUnit.cpp
    M lldb/source/Symbol/CompilerDecl.cpp
    M lldb/source/Symbol/CompilerDeclContext.cpp
    M lldb/source/Symbol/CompilerType.cpp
    M lldb/source/Symbol/CxxModuleHandler.cpp
    M lldb/source/Symbol/DWARFCallFrameInfo.cpp
    M lldb/source/Symbol/DebugMacros.cpp
    M lldb/source/Symbol/DeclVendor.cpp
    M lldb/source/Symbol/Declaration.cpp
    M lldb/source/Symbol/FuncUnwinders.cpp
    M lldb/source/Symbol/Function.cpp
    M lldb/source/Symbol/LineEntry.cpp
    M lldb/source/Symbol/LineTable.cpp
    M lldb/source/Symbol/LocateSymbolFile.cpp
    M lldb/source/Symbol/LocateSymbolFileMacOSX.cpp
    M lldb/source/Symbol/ObjectFile.cpp
    M lldb/source/Symbol/PostfixExpression.cpp
    M lldb/source/Symbol/Symbol.cpp
    M lldb/source/Symbol/SymbolContext.cpp
    M lldb/source/Symbol/SymbolFile.cpp
    M lldb/source/Symbol/SymbolVendor.cpp
    M lldb/source/Symbol/Symtab.cpp
    M lldb/source/Symbol/Type.cpp
    M lldb/source/Symbol/TypeList.cpp
    M lldb/source/Symbol/TypeMap.cpp
    M lldb/source/Symbol/TypeSystem.cpp
    M lldb/source/Symbol/TypeSystemClang.cpp
    M lldb/source/Symbol/UnwindPlan.cpp
    M lldb/source/Symbol/UnwindTable.cpp
    M lldb/source/Symbol/Variable.cpp
    M lldb/source/Symbol/VariableList.cpp
    M lldb/source/Target/ABI.cpp
    M lldb/source/Target/ExecutionContext.cpp
    M lldb/source/Target/InstrumentationRuntime.cpp
    M lldb/source/Target/InstrumentationRuntimeStopInfo.cpp
    M lldb/source/Target/JITLoader.cpp
    M lldb/source/Target/JITLoaderList.cpp
    M lldb/source/Target/Language.cpp
    M lldb/source/Target/LanguageRuntime.cpp
    M lldb/source/Target/Memory.cpp
    M lldb/source/Target/MemoryHistory.cpp
    M lldb/source/Target/MemoryRegionInfo.cpp
    M lldb/source/Target/ModuleCache.cpp
    M lldb/source/Target/OperatingSystem.cpp
    M lldb/source/Target/PathMappingList.cpp
    M lldb/source/Target/Platform.cpp
    M lldb/source/Target/Process.cpp
    M lldb/source/Target/Queue.cpp
    M lldb/source/Target/QueueItem.cpp
    M lldb/source/Target/QueueList.cpp
    M lldb/source/Target/RegisterContext.cpp
    M lldb/source/Target/RegisterNumber.cpp
    M lldb/source/Target/RemoteAwarePlatform.cpp
    M lldb/source/Target/SectionLoadHistory.cpp
    M lldb/source/Target/SectionLoadList.cpp
    M lldb/source/Target/StackFrame.cpp
    M lldb/source/Target/StackFrameList.cpp
    M lldb/source/Target/StackFrameRecognizer.cpp
    M lldb/source/Target/StackID.cpp
    M lldb/source/Target/StopInfo.cpp
    M lldb/source/Target/StructuredDataPlugin.cpp
    M lldb/source/Target/SystemRuntime.cpp
    M lldb/source/Target/Target.cpp
    M lldb/source/Target/TargetList.cpp
    M lldb/source/Target/Thread.cpp
    M lldb/source/Target/ThreadCollection.cpp
    M lldb/source/Target/ThreadList.cpp
    M lldb/source/Target/ThreadPlan.cpp
    M lldb/source/Target/ThreadPlanBase.cpp
    M lldb/source/Target/ThreadPlanCallFunction.cpp
    M lldb/source/Target/ThreadPlanCallFunctionUsingABI.cpp
    M lldb/source/Target/ThreadPlanCallOnFunctionExit.cpp
    M lldb/source/Target/ThreadPlanCallUserExpression.cpp
    M lldb/source/Target/ThreadPlanPython.cpp
    M lldb/source/Target/ThreadPlanRunToAddress.cpp
    M lldb/source/Target/ThreadPlanShouldStopHere.cpp
    M lldb/source/Target/ThreadPlanStepInRange.cpp
    M lldb/source/Target/ThreadPlanStepInstruction.cpp
    M lldb/source/Target/ThreadPlanStepOut.cpp
    M lldb/source/Target/ThreadPlanStepOverBreakpoint.cpp
    M lldb/source/Target/ThreadPlanStepOverRange.cpp
    M lldb/source/Target/ThreadPlanStepRange.cpp
    M lldb/source/Target/ThreadPlanStepThrough.cpp
    M lldb/source/Target/ThreadPlanStepUntil.cpp
    M lldb/source/Target/ThreadPlanTracer.cpp
    M lldb/source/Target/ThreadSpec.cpp
    M lldb/source/Target/UnixSignals.cpp
    M lldb/source/Target/UnwindAssembly.cpp
    M lldb/source/Utility/ArchSpec.cpp
    M lldb/source/Utility/Args.cpp
    M lldb/source/Utility/Baton.cpp
    M lldb/source/Utility/Broadcaster.cpp
    M lldb/source/Utility/CompletionRequest.cpp
    M lldb/source/Utility/Connection.cpp
    M lldb/source/Utility/ConstString.cpp
    M lldb/source/Utility/DataBufferHeap.cpp
    M lldb/source/Utility/DataBufferLLVM.cpp
    M lldb/source/Utility/DataEncoder.cpp
    M lldb/source/Utility/DataExtractor.cpp
    M lldb/source/Utility/Environment.cpp
    M lldb/source/Utility/Event.cpp
    M lldb/source/Utility/FileSpec.cpp
    M lldb/source/Utility/IOObject.cpp
    M lldb/source/Utility/LLDBAssert.cpp
    M lldb/source/Utility/Listener.cpp
    M lldb/source/Utility/Log.cpp
    M lldb/source/Utility/Logging.cpp
    M lldb/source/Utility/NameMatches.cpp
    M lldb/source/Utility/ProcessInfo.cpp
    M lldb/source/Utility/RegisterValue.cpp
    M lldb/source/Utility/RegularExpression.cpp
    M lldb/source/Utility/Reproducer.cpp
    M lldb/source/Utility/ReproducerInstrumentation.cpp
    M lldb/source/Utility/Scalar.cpp
    M lldb/source/Utility/SelectHelper.cpp
    M lldb/source/Utility/SharingPtr.cpp
    M lldb/source/Utility/State.cpp
    M lldb/source/Utility/Status.cpp
    M lldb/source/Utility/Stream.cpp
    M lldb/source/Utility/StreamCallback.cpp
    M lldb/source/Utility/StreamString.cpp
    M lldb/source/Utility/StringExtractor.cpp
    M lldb/source/Utility/StringExtractorGDBRemote.cpp
    M lldb/source/Utility/StringLexer.cpp
    M lldb/source/Utility/StringList.cpp
    M lldb/source/Utility/StructuredData.cpp
    M lldb/source/Utility/TildeExpressionResolver.cpp
    M lldb/source/Utility/Timer.cpp
    M lldb/source/Utility/UUID.cpp
    M lldb/source/Utility/UriParser.cpp
    M lldb/source/Utility/UserID.cpp
    M lldb/source/Utility/UserIDResolver.cpp
    M lldb/source/Utility/VASprintf.cpp
    M lldb/source/Utility/VMRange.cpp
    M lldb/source/lldb.cpp
    M lldb/unittests/Breakpoint/BreakpointIDTest.cpp
    M lldb/unittests/Core/MangledTest.cpp
    M lldb/unittests/Core/RichManglingContextTest.cpp
    M lldb/unittests/Core/StreamCallbackTest.cpp
    M lldb/unittests/Core/UniqueCStringMapTest.cpp
    M lldb/unittests/DataFormatter/FormatManagerTests.cpp
    M lldb/unittests/Disassembler/TestArm64Disassembly.cpp
    M lldb/unittests/Disassembler/TestArmv7Disassembly.cpp
    M lldb/unittests/Editline/EditlineTest.cpp
    M lldb/unittests/Expression/ClangParserTest.cpp
    M lldb/unittests/Expression/CppModuleConfigurationTest.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp
    M lldb/unittests/Expression/DiagnosticManagerTest.cpp
    M lldb/unittests/Host/ConnectionFileDescriptorTest.cpp
    M lldb/unittests/Host/FileActionTest.cpp
    M lldb/unittests/Host/FileSystemTest.cpp
    M lldb/unittests/Host/FileTest.cpp
    M lldb/unittests/Host/HostInfoTest.cpp
    M lldb/unittests/Host/HostTest.cpp
    M lldb/unittests/Host/MainLoopTest.cpp
    M lldb/unittests/Host/NativeProcessProtocolTest.cpp
    M lldb/unittests/Host/ProcessLaunchInfoTest.cpp
    M lldb/unittests/Host/SocketAddressTest.cpp
    M lldb/unittests/Host/SocketTest.cpp
    M lldb/unittests/Host/SocketTestUtilities.cpp
    M lldb/unittests/Host/linux/HostTest.cpp
    M lldb/unittests/Host/linux/SupportTest.cpp
    M lldb/unittests/Interpreter/TestCompletion.cpp
    M lldb/unittests/Interpreter/TestOptionArgParser.cpp
    M lldb/unittests/Language/CPlusPlus/CPlusPlusLanguageTest.cpp
    M lldb/unittests/Language/Highlighting/HighlighterTest.cpp
    M lldb/unittests/ObjectFile/Breakpad/BreakpadRecordsTest.cpp
    M lldb/unittests/ObjectFile/ELF/TestObjectFileELF.cpp
    M lldb/unittests/ObjectFile/PECOFF/TestPECallFrameInfo.cpp
    M lldb/unittests/Platform/PlatformDarwinTest.cpp
    M lldb/unittests/Process/Linux/ProcessorTraceTest.cpp
    M lldb/unittests/Process/POSIX/NativeProcessELFTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteClientBaseTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationClientTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationServerTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteCommunicationTest.cpp
    M lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.cpp
    M lldb/unittests/Process/minidump/MinidumpParserTest.cpp
    M lldb/unittests/Process/minidump/RegisterContextMinidumpTest.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
    M lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp
    M lldb/unittests/Signals/UnixSignalsTest.cpp
    M lldb/unittests/Symbol/LocateSymbolFileTest.cpp
    M lldb/unittests/Symbol/PostfixExpressionTest.cpp
    M lldb/unittests/Symbol/TestClangASTImporter.cpp
    M lldb/unittests/Symbol/TestDWARFCallFrameInfo.cpp
    M lldb/unittests/Symbol/TestLineEntry.cpp
    M lldb/unittests/Symbol/TestType.cpp
    M lldb/unittests/Symbol/TestTypeSystemClang.cpp
    M lldb/unittests/SymbolFile/DWARF/DWARFASTParserClangTests.cpp
    M lldb/unittests/SymbolFile/DWARF/SymbolFileDWARFTests.cpp
    M lldb/unittests/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpressionTests.cpp
    M lldb/unittests/SymbolFile/PDB/Inputs/test-pdb-types.cpp
    M lldb/unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp
    M lldb/unittests/Target/ExecutionContextTest.cpp
    M lldb/unittests/Target/MemoryRegionInfoTest.cpp
    M lldb/unittests/Target/PathMappingListTest.cpp
    M lldb/unittests/TestingSupport/MockTildeExpressionResolver.cpp
    M lldb/unittests/TestingSupport/TestUtilities.cpp
    M lldb/unittests/UnwindAssembly/ARM64/TestArm64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/PPC64/TestPPC64InstEmulation.cpp
    M lldb/unittests/UnwindAssembly/x86/Testx86AssemblyInspectionEngine.cpp
    M lldb/unittests/Utility/AnsiTerminalTest.cpp
    M lldb/unittests/Utility/ArchSpecTest.cpp
    M lldb/unittests/Utility/ArgsTest.cpp
    M lldb/unittests/Utility/BroadcasterTest.cpp
    M lldb/unittests/Utility/CompletionRequestTest.cpp
    M lldb/unittests/Utility/ConstStringTest.cpp
    M lldb/unittests/Utility/DataExtractorTest.cpp
    M lldb/unittests/Utility/EnvironmentTest.cpp
    M lldb/unittests/Utility/EventTest.cpp
    M lldb/unittests/Utility/FileSpecTest.cpp
    M lldb/unittests/Utility/FlagsTest.cpp
    M lldb/unittests/Utility/ListenerTest.cpp
    M lldb/unittests/Utility/LogTest.cpp
    M lldb/unittests/Utility/NameMatchesTest.cpp
    M lldb/unittests/Utility/OptionsWithRawTest.cpp
    M lldb/unittests/Utility/PredicateTest.cpp
    M lldb/unittests/Utility/ProcessInfoTest.cpp
    M lldb/unittests/Utility/ProcessInstanceInfoTest.cpp
    M lldb/unittests/Utility/RangeMapTest.cpp
    M lldb/unittests/Utility/RangeTest.cpp
    M lldb/unittests/Utility/RegisterValueTest.cpp
    M lldb/unittests/Utility/ReproducerInstrumentationTest.cpp
    M lldb/unittests/Utility/ReproducerTest.cpp
    M lldb/unittests/Utility/ScalarTest.cpp
    M lldb/unittests/Utility/StateTest.cpp
    M lldb/unittests/Utility/StatusTest.cpp
    M lldb/unittests/Utility/StreamTeeTest.cpp
    M lldb/unittests/Utility/StreamTest.cpp
    M lldb/unittests/Utility/StringLexerTest.cpp
    M lldb/unittests/Utility/StringListTest.cpp
    M lldb/unittests/Utility/StructuredDataTest.cpp
    M lldb/unittests/Utility/SubsystemRAIITest.cpp
    M lldb/unittests/Utility/TimeoutTest.cpp
    M lldb/unittests/Utility/TimerTest.cpp
    M lldb/unittests/Utility/UUIDTest.cpp
    M lldb/unittests/Utility/UserIDResolverTest.cpp
    M lldb/unittests/Utility/VASprintfTest.cpp
    M lldb/unittests/Utility/VMRangeTest.cpp
    M lldb/unittests/debugserver/JSONTest.cpp
    M lldb/unittests/debugserver/RNBSocketTest.cpp
    M lldb/unittests/debugserver/debugserver_LogCallback.cpp
    M lldb/unittests/tools/lldb-server/inferior/environment_check.cpp
    M lldb/unittests/tools/lldb-server/inferior/thread_inferior.cpp
    M lldb/unittests/tools/lldb-server/tests/LLGSTest.cpp
    M lldb/unittests/tools/lldb-server/tests/MessageObjects.cpp
    M lldb/unittests/tools/lldb-server/tests/TestBase.cpp
    M lldb/unittests/tools/lldb-server/tests/TestClient.cpp
    M lldb/unittests/tools/lldb-server/tests/ThreadIdsInJstopinfoTest.cpp

  Log Message:
  -----------
  [lldb][NFC] Fix all formatting errors in .cpp file headers

Summary:
A *.cpp file header in LLDB (and in LLDB) should like this:
```
//===-- TestUtilities.cpp -------------------------------------------------===//
```
However in LLDB most of our source files have arbitrary changes to this format and
these changes are spreading through LLDB as folks usually just use the existing
source files as templates for their new files (most notably the unnecessary
editor language indicator `-*- C++ -*-` is spreading and in every review
someone is pointing out that this is wrong, resulting in people pointing out that this
is done in the same way in other files).

This patch removes most of these inconsistencies including the editor language indicators,
all the different missing/additional '-' characters, files that center the file name, missing
trailing `===//` (mostly caused by clang-format breaking the line).

Reviewers: aprantl, espindola, jfb, shafik, JDevlieghere

Reviewed By: JDevlieghere

Subscribers: dexonsmith, wuzish, emaste, sdardis, nemanjai, kbarton, MaskRay, atanasyan, arphaman, jfb, abidh, jsji, JDevlieghere, usaxena95, lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D73258




More information about the All-commits mailing list