From cdc514e4c67f268b07863bbac3d8d7e0d088186c Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Mon, 17 Feb 2020 15:57:45 -0800 Subject: [PATCH] [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 --- lldb/include/lldb/API/LLDB.h | 6 +++--- lldb/include/lldb/API/SBAddress.h | 6 +++--- lldb/include/lldb/API/SBAttachInfo.h | 6 +++--- lldb/include/lldb/API/SBBlock.h | 6 +++--- lldb/include/lldb/API/SBBreakpoint.h | 6 +++--- lldb/include/lldb/API/SBBreakpointLocation.h | 6 +++--- lldb/include/lldb/API/SBBreakpointName.h | 6 +++--- lldb/include/lldb/API/SBBroadcaster.h | 6 +++--- lldb/include/lldb/API/SBCommandInterpreter.h | 6 +++--- lldb/include/lldb/API/SBCommandReturnObject.h | 6 +++--- lldb/include/lldb/API/SBCommunication.h | 6 +++--- lldb/include/lldb/API/SBCompileUnit.h | 6 +++--- lldb/include/lldb/API/SBData.h | 6 +++--- lldb/include/lldb/API/SBDebugger.h | 6 +++--- lldb/include/lldb/API/SBDeclaration.h | 6 +++--- lldb/include/lldb/API/SBDefines.h | 7 +++---- lldb/include/lldb/API/SBError.h | 6 +++--- lldb/include/lldb/API/SBEvent.h | 6 +++--- lldb/include/lldb/API/SBExecutionContext.h | 6 +++--- lldb/include/lldb/API/SBExpressionOptions.h | 6 +++--- lldb/include/lldb/API/SBFile.h | 6 +++--- lldb/include/lldb/API/SBFileSpec.h | 6 +++--- lldb/include/lldb/API/SBFileSpecList.h | 6 +++--- lldb/include/lldb/API/SBFrame.h | 6 +++--- lldb/include/lldb/API/SBFunction.h | 6 +++--- lldb/include/lldb/API/SBHostOS.h | 6 +++--- lldb/include/lldb/API/SBInstruction.h | 6 +++--- lldb/include/lldb/API/SBInstructionList.h | 6 +++--- lldb/include/lldb/API/SBLanguageRuntime.h | 6 +++--- lldb/include/lldb/API/SBLaunchInfo.h | 6 +++--- lldb/include/lldb/API/SBLineEntry.h | 6 +++--- lldb/include/lldb/API/SBListener.h | 6 +++--- lldb/include/lldb/API/SBMemoryRegionInfo.h | 6 +++--- lldb/include/lldb/API/SBMemoryRegionInfoList.h | 6 +++--- lldb/include/lldb/API/SBModule.h | 6 +++--- lldb/include/lldb/API/SBModuleSpec.h | 6 +++--- lldb/include/lldb/API/SBPlatform.h | 6 +++--- lldb/include/lldb/API/SBProcess.h | 6 +++--- lldb/include/lldb/API/SBProcessInfo.h | 6 +++--- lldb/include/lldb/API/SBQueue.h | 6 +++--- lldb/include/lldb/API/SBQueueItem.h | 6 +++--- lldb/include/lldb/API/SBSection.h | 6 +++--- lldb/include/lldb/API/SBSourceManager.h | 6 +++--- lldb/include/lldb/API/SBStream.h | 6 +++--- lldb/include/lldb/API/SBStringList.h | 6 +++--- lldb/include/lldb/API/SBStructuredData.h | 6 +++--- lldb/include/lldb/API/SBSymbol.h | 6 +++--- lldb/include/lldb/API/SBSymbolContext.h | 6 +++--- lldb/include/lldb/API/SBSymbolContextList.h | 6 +++--- lldb/include/lldb/API/SBTarget.h | 6 +++--- lldb/include/lldb/API/SBThread.h | 6 +++--- lldb/include/lldb/API/SBThreadCollection.h | 6 +++--- lldb/include/lldb/API/SBThreadPlan.h | 6 +++--- lldb/include/lldb/API/SBTrace.h | 6 +++--- lldb/include/lldb/API/SBTraceOptions.h | 6 +++--- lldb/include/lldb/API/SBType.h | 6 +++--- lldb/include/lldb/API/SBTypeCategory.h | 6 +++--- lldb/include/lldb/API/SBTypeEnumMember.h | 6 +++--- lldb/include/lldb/API/SBTypeFilter.h | 6 +++--- lldb/include/lldb/API/SBTypeFormat.h | 6 +++--- lldb/include/lldb/API/SBTypeNameSpecifier.h | 6 +++--- lldb/include/lldb/API/SBTypeSummary.h | 6 +++--- lldb/include/lldb/API/SBTypeSynthetic.h | 6 +++--- lldb/include/lldb/API/SBUnixSignals.h | 6 +++--- lldb/include/lldb/API/SBValue.h | 6 +++--- lldb/include/lldb/API/SBValueList.h | 6 +++--- lldb/include/lldb/API/SBVariablesOptions.h | 6 +++--- lldb/include/lldb/API/SBWatchpoint.h | 6 +++--- lldb/include/lldb/Breakpoint/Breakpoint.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointID.h | 7 +++---- lldb/include/lldb/Breakpoint/BreakpointIDList.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointList.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointLocation.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointLocationList.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointName.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointOptions.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointPrecondition.h | 4 ++-- lldb/include/lldb/Breakpoint/BreakpointResolver.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointResolverName.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h | 6 +++--- lldb/include/lldb/Breakpoint/BreakpointSite.h | 7 +++---- lldb/include/lldb/Breakpoint/BreakpointSiteList.h | 6 +++--- lldb/include/lldb/Breakpoint/Stoppoint.h | 6 +++--- lldb/include/lldb/Breakpoint/StoppointCallbackContext.h | 6 +++--- lldb/include/lldb/Breakpoint/StoppointLocation.h | 6 +++--- lldb/include/lldb/Breakpoint/Watchpoint.h | 6 +++--- lldb/include/lldb/Breakpoint/WatchpointList.h | 6 +++--- lldb/include/lldb/Breakpoint/WatchpointOptions.h | 6 +++--- lldb/include/lldb/Core/Address.h | 6 +++--- lldb/include/lldb/Core/AddressRange.h | 6 +++--- lldb/include/lldb/Core/AddressResolver.h | 6 +++--- lldb/include/lldb/Core/AddressResolverFileLine.h | 6 +++--- lldb/include/lldb/Core/AddressResolverName.h | 6 +++--- lldb/include/lldb/Core/Communication.h | 6 +++--- lldb/include/lldb/Core/Debugger.h | 6 +++--- lldb/include/lldb/Core/Disassembler.h | 6 +++--- lldb/include/lldb/Core/EmulateInstruction.h | 6 +++--- lldb/include/lldb/Core/FileLineResolver.h | 6 +++--- lldb/include/lldb/Core/FileSpecList.h | 6 +++--- lldb/include/lldb/Core/FormatEntity.h | 6 +++--- lldb/include/lldb/Core/Highlighter.h | 6 +++--- lldb/include/lldb/Core/IOHandler.h | 6 +++--- lldb/include/lldb/Core/IOHandlerCursesGUI.h | 6 +++--- lldb/include/lldb/Core/LoadedModuleInfoList.h | 7 +++---- lldb/include/lldb/Core/Mangled.h | 6 +++--- lldb/include/lldb/Core/MappedHash.h | 6 +++--- lldb/include/lldb/Core/Module.h | 6 +++--- lldb/include/lldb/Core/ModuleChild.h | 6 +++--- lldb/include/lldb/Core/ModuleList.h | 6 +++--- lldb/include/lldb/Core/ModuleSpec.h | 6 +++--- lldb/include/lldb/Core/Opcode.h | 6 +++--- lldb/include/lldb/Core/PluginInterface.h | 6 +++--- lldb/include/lldb/Core/PluginManager.h | 6 +++--- lldb/include/lldb/Core/RichManglingContext.h | 4 ++-- lldb/include/lldb/Core/SearchFilter.h | 6 +++--- lldb/include/lldb/Core/Section.h | 6 +++--- lldb/include/lldb/Core/SourceManager.h | 6 +++--- lldb/include/lldb/Core/StreamAsynchronousIO.h | 6 +++--- lldb/include/lldb/Core/StreamBuffer.h | 6 +++--- lldb/include/lldb/Core/StreamFile.h | 6 +++--- lldb/include/lldb/Core/StructuredDataImpl.h | 4 ++-- lldb/include/lldb/Core/ThreadSafeDenseMap.h | 6 +++--- lldb/include/lldb/Core/ThreadSafeValue.h | 7 +++---- lldb/include/lldb/Core/UniqueCStringMap.h | 6 +++--- lldb/include/lldb/Core/UserSettingsController.h | 6 +++--- lldb/include/lldb/Core/Value.h | 6 +++--- lldb/include/lldb/Core/ValueObject.h | 6 +++--- lldb/include/lldb/Core/ValueObjectCast.h | 6 +++--- lldb/include/lldb/Core/ValueObjectChild.h | 6 +++--- lldb/include/lldb/Core/ValueObjectConstResult.h | 6 +++--- lldb/include/lldb/Core/ValueObjectConstResultCast.h | 6 +++--- lldb/include/lldb/Core/ValueObjectConstResultChild.h | 6 +++--- lldb/include/lldb/Core/ValueObjectConstResultImpl.h | 6 +++--- lldb/include/lldb/Core/ValueObjectDynamicValue.h | 6 +++--- lldb/include/lldb/Core/ValueObjectList.h | 6 +++--- lldb/include/lldb/Core/ValueObjectMemory.h | 6 +++--- lldb/include/lldb/Core/ValueObjectRegister.h | 6 +++--- lldb/include/lldb/Core/ValueObjectSyntheticFilter.h | 6 +++--- lldb/include/lldb/Core/ValueObjectVariable.h | 6 +++--- lldb/include/lldb/Core/dwarf.h | 6 +++--- lldb/include/lldb/DataFormatters/CXXFunctionPointer.h | 6 +++--- lldb/include/lldb/DataFormatters/DataVisualization.h | 7 +++---- lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h | 6 +++--- lldb/include/lldb/DataFormatters/FormatCache.h | 6 +++--- lldb/include/lldb/DataFormatters/FormatClasses.h | 6 +++--- lldb/include/lldb/DataFormatters/FormatManager.h | 6 +++--- lldb/include/lldb/DataFormatters/FormattersContainer.h | 6 +++--- lldb/include/lldb/DataFormatters/FormattersHelpers.h | 6 +++--- lldb/include/lldb/DataFormatters/LanguageCategory.h | 7 +++---- lldb/include/lldb/DataFormatters/StringPrinter.h | 6 +++--- lldb/include/lldb/DataFormatters/TypeCategory.h | 6 +++--- lldb/include/lldb/DataFormatters/TypeCategoryMap.h | 6 +++--- lldb/include/lldb/DataFormatters/TypeFormat.h | 7 +++---- lldb/include/lldb/DataFormatters/TypeSummary.h | 6 +++--- lldb/include/lldb/DataFormatters/TypeSynthetic.h | 6 +++--- lldb/include/lldb/DataFormatters/ValueObjectPrinter.h | 7 +++---- lldb/include/lldb/DataFormatters/VectorIterator.h | 6 +++--- lldb/include/lldb/DataFormatters/VectorType.h | 6 +++--- lldb/include/lldb/Expression/DWARFExpression.h | 6 +++--- lldb/include/lldb/Expression/DiagnosticManager.h | 6 +++--- lldb/include/lldb/Expression/DynamicCheckerFunctions.h | 6 +++--- lldb/include/lldb/Expression/Expression.h | 6 +++--- lldb/include/lldb/Expression/ExpressionParser.h | 6 +++--- lldb/include/lldb/Expression/ExpressionSourceCode.h | 4 ++-- lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h | 6 +++--- lldb/include/lldb/Expression/ExpressionVariable.h | 6 +++--- lldb/include/lldb/Expression/FunctionCaller.h | 6 +++--- lldb/include/lldb/Expression/IRExecutionUnit.h | 6 +++--- lldb/include/lldb/Expression/IRInterpreter.h | 4 ++-- lldb/include/lldb/Expression/IRMemoryMap.h | 4 ++-- lldb/include/lldb/Expression/LLVMUserExpression.h | 4 ++-- lldb/include/lldb/Expression/Materializer.h | 6 +++--- lldb/include/lldb/Expression/REPL.h | 6 +++--- lldb/include/lldb/Expression/UserExpression.h | 6 +++--- lldb/include/lldb/Expression/UtilityFunction.h | 6 +++--- lldb/include/lldb/Host/ConnectionFileDescriptor.h | 4 ++-- lldb/include/lldb/Host/Debug.h | 6 +++--- lldb/include/lldb/Host/Editline.h | 6 +++--- lldb/include/lldb/Host/File.h | 6 +++--- lldb/include/lldb/Host/FileCache.h | 4 ++-- lldb/include/lldb/Host/FileSystem.h | 4 ++-- lldb/include/lldb/Host/HostGetOpt.h | 6 ++++++ lldb/include/lldb/Host/HostInfo.h | 4 ++-- lldb/include/lldb/Host/HostInfoBase.h | 4 ++-- lldb/include/lldb/Host/HostNativeProcess.h | 4 ++-- lldb/include/lldb/Host/HostNativeProcessBase.h | 4 ++-- lldb/include/lldb/Host/HostNativeThread.h | 4 ++-- lldb/include/lldb/Host/HostNativeThreadBase.h | 4 ++-- lldb/include/lldb/Host/HostNativeThreadForward.h | 4 ++-- lldb/include/lldb/Host/HostProcess.h | 4 ++-- lldb/include/lldb/Host/HostThread.h | 4 ++-- lldb/include/lldb/Host/LZMA.h | 6 +++--- lldb/include/lldb/Host/LockFile.h | 6 +++--- lldb/include/lldb/Host/LockFileBase.h | 4 ++-- lldb/include/lldb/Host/MainLoop.h | 6 +++--- lldb/include/lldb/Host/MainLoopBase.h | 6 +++--- lldb/include/lldb/Host/MonitoringProcessLauncher.h | 6 +++--- lldb/include/lldb/Host/OptionParser.h | 6 +++--- lldb/include/lldb/Host/Pipe.h | 6 +++--- lldb/include/lldb/Host/PipeBase.h | 4 ++-- lldb/include/lldb/Host/PosixApi.h | 4 ++-- lldb/include/lldb/Host/ProcessLaunchInfo.h | 6 +++--- lldb/include/lldb/Host/ProcessLauncher.h | 4 ++-- lldb/include/lldb/Host/ProcessRunLock.h | 6 +++--- lldb/include/lldb/Host/PseudoTerminal.h | 2 +- lldb/include/lldb/Host/SafeMachO.h | 6 +++--- lldb/include/lldb/Host/Socket.h | 6 +++--- lldb/include/lldb/Host/SocketAddress.h | 6 +++--- lldb/include/lldb/Host/StringConvert.h | 4 ++-- lldb/include/lldb/Host/TaskPool.h | 6 +++--- lldb/include/lldb/Host/Terminal.h | 6 +++--- lldb/include/lldb/Host/ThreadLauncher.h | 4 ++-- lldb/include/lldb/Host/Time.h | 6 +++--- lldb/include/lldb/Host/XML.h | 6 +++--- lldb/include/lldb/Host/common/GetOptInc.h | 6 ++++++ lldb/include/lldb/Host/common/NativeBreakpointList.h | 6 +++--- lldb/include/lldb/Host/common/NativeProcessProtocol.h | 6 +++--- lldb/include/lldb/Host/common/NativeRegisterContext.h | 6 +++--- lldb/include/lldb/Host/common/NativeThreadProtocol.h | 6 +++--- lldb/include/lldb/Host/common/NativeWatchpointList.h | 6 +++--- lldb/include/lldb/Host/common/TCPSocket.h | 6 +++--- lldb/include/lldb/Host/common/UDPSocket.h | 6 +++--- lldb/include/lldb/Host/macosx/HostInfoMacOSX.h | 4 ++-- lldb/include/lldb/Host/macosx/HostThreadMacOSX.h | 4 ++-- lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h | 6 +++--- lldb/include/lldb/Host/posix/DomainSocket.h | 6 +++--- lldb/include/lldb/Host/posix/HostInfoPosix.h | 4 ++-- lldb/include/lldb/Host/posix/HostProcessPosix.h | 6 +++--- lldb/include/lldb/Host/posix/HostThreadPosix.h | 6 +++--- lldb/include/lldb/Host/posix/LockFilePosix.h | 6 +++--- lldb/include/lldb/Host/posix/PipePosix.h | 6 +++--- lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h | 4 ++-- lldb/include/lldb/Initialization/SystemInitializer.h | 4 ++-- lldb/include/lldb/Initialization/SystemInitializerCommon.h | 6 +++--- lldb/include/lldb/Initialization/SystemLifetimeManager.h | 4 ++-- lldb/include/lldb/Interpreter/CommandAlias.h | 6 +++--- lldb/include/lldb/Interpreter/CommandCompletions.h | 6 +++--- lldb/include/lldb/Interpreter/CommandHistory.h | 6 +++--- lldb/include/lldb/Interpreter/CommandInterpreter.h | 6 +++--- lldb/include/lldb/Interpreter/CommandObject.h | 6 +++--- lldb/include/lldb/Interpreter/CommandObjectMultiword.h | 6 +++--- lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h | 6 +++--- lldb/include/lldb/Interpreter/CommandOptionValidators.h | 6 +++--- lldb/include/lldb/Interpreter/CommandReturnObject.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupArchitecture.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupBoolean.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupFile.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupFormat.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupOutputFile.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupPlatform.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupString.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupUInt64.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupUUID.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupVariable.h | 6 +++--- lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValue.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueArch.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueArgs.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueArray.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueBoolean.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueChar.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueDictionary.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueEnumeration.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueFileSpec.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueFileSpecList.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueFormat.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueFormatEntity.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueLanguage.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValuePathMappings.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueProperties.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueRegex.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueSInt64.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueString.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueUInt64.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValueUUID.h | 6 +++--- lldb/include/lldb/Interpreter/OptionValues.h | 6 +++--- lldb/include/lldb/Interpreter/Options.h | 6 +++--- lldb/include/lldb/Interpreter/Property.h | 6 +++--- lldb/include/lldb/Interpreter/ScriptInterpreter.h | 6 +++--- lldb/include/lldb/Symbol/ArmUnwindInfo.h | 6 +++--- lldb/include/lldb/Symbol/Block.h | 6 +++--- lldb/include/lldb/Symbol/CallFrameInfo.h | 6 +++--- lldb/include/lldb/Symbol/CompactUnwindInfo.h | 6 +++--- lldb/include/lldb/Symbol/CompileUnit.h | 6 +++--- lldb/include/lldb/Symbol/CompilerDecl.h | 6 +++--- lldb/include/lldb/Symbol/CompilerDeclContext.h | 6 +++--- lldb/include/lldb/Symbol/CompilerType.h | 6 +++--- lldb/include/lldb/Symbol/DWARFCallFrameInfo.h | 6 +++--- lldb/include/lldb/Symbol/DebugMacros.h | 6 +++--- lldb/include/lldb/Symbol/DeclVendor.h | 4 ++-- lldb/include/lldb/Symbol/Declaration.h | 6 +++--- lldb/include/lldb/Symbol/FuncUnwinders.h | 6 +++--- lldb/include/lldb/Symbol/Function.h | 6 +++--- lldb/include/lldb/Symbol/LineEntry.h | 6 +++--- lldb/include/lldb/Symbol/LineTable.h | 6 +++--- lldb/include/lldb/Symbol/LocateSymbolFile.h | 6 +++--- lldb/include/lldb/Symbol/ObjectContainer.h | 6 +++--- lldb/include/lldb/Symbol/ObjectFile.h | 6 +++--- lldb/include/lldb/Symbol/SourceModule.h | 4 ++-- lldb/include/lldb/Symbol/Symbol.h | 6 +++--- lldb/include/lldb/Symbol/SymbolContext.h | 6 +++--- lldb/include/lldb/Symbol/SymbolContextScope.h | 6 +++--- lldb/include/lldb/Symbol/SymbolFile.h | 6 +++--- lldb/include/lldb/Symbol/SymbolVendor.h | 6 +++--- lldb/include/lldb/Symbol/Symtab.h | 6 +++--- lldb/include/lldb/Symbol/TaggedASTType.h | 4 ++-- lldb/include/lldb/Symbol/Type.h | 6 +++--- lldb/include/lldb/Symbol/TypeList.h | 6 +++--- lldb/include/lldb/Symbol/TypeMap.h | 6 +++--- lldb/include/lldb/Symbol/TypeSystem.h | 6 +++--- lldb/include/lldb/Symbol/UnwindPlan.h | 6 +++--- lldb/include/lldb/Symbol/UnwindTable.h | 6 +++--- lldb/include/lldb/Symbol/Variable.h | 6 +++--- lldb/include/lldb/Symbol/VariableList.h | 6 +++--- lldb/include/lldb/Target/ABI.h | 6 +++--- lldb/include/lldb/Target/AssertFrameRecognizer.h | 6 +++--- lldb/include/lldb/Target/DynamicLoader.h | 6 +++--- lldb/include/lldb/Target/ExecutionContext.h | 6 +++--- lldb/include/lldb/Target/ExecutionContextScope.h | 6 +++--- lldb/include/lldb/Target/InstrumentationRuntime.h | 6 +++--- lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h | 6 +++--- lldb/include/lldb/Target/JITLoader.h | 6 +++--- lldb/include/lldb/Target/JITLoaderList.h | 6 +++--- lldb/include/lldb/Target/Language.h | 6 +++--- lldb/include/lldb/Target/LanguageRuntime.h | 6 +++--- lldb/include/lldb/Target/Memory.h | 6 +++--- lldb/include/lldb/Target/MemoryHistory.h | 6 +++--- lldb/include/lldb/Target/MemoryRegionInfo.h | 6 +++--- lldb/include/lldb/Target/ModuleCache.h | 2 +- lldb/include/lldb/Target/OperatingSystem.h | 7 +++---- lldb/include/lldb/Target/PathMappingList.h | 6 +++--- lldb/include/lldb/Target/Platform.h | 6 +++--- lldb/include/lldb/Target/Process.h | 6 +++--- lldb/include/lldb/Target/ProcessStructReader.h | 2 +- lldb/include/lldb/Target/Queue.h | 6 +++--- lldb/include/lldb/Target/QueueItem.h | 6 +++--- lldb/include/lldb/Target/QueueList.h | 6 +++--- lldb/include/lldb/Target/RegisterCheckpoint.h | 6 +++--- lldb/include/lldb/Target/RegisterContext.h | 6 +++--- lldb/include/lldb/Target/RegisterNumber.h | 2 +- lldb/include/lldb/Target/SectionLoadHistory.h | 6 +++--- lldb/include/lldb/Target/SectionLoadList.h | 6 +++--- lldb/include/lldb/Target/StackFrame.h | 6 +++--- lldb/include/lldb/Target/StackFrameList.h | 6 +++--- lldb/include/lldb/Target/StackFrameRecognizer.h | 6 +++--- lldb/include/lldb/Target/StackID.h | 6 +++--- lldb/include/lldb/Target/StopInfo.h | 6 +++--- lldb/include/lldb/Target/StructuredDataPlugin.h | 4 ++-- lldb/include/lldb/Target/SystemRuntime.h | 6 +++--- lldb/include/lldb/Target/Target.h | 6 +++--- lldb/include/lldb/Target/TargetList.h | 6 +++--- lldb/include/lldb/Target/Thread.h | 6 +++--- lldb/include/lldb/Target/ThreadCollection.h | 6 +++--- lldb/include/lldb/Target/ThreadList.h | 6 +++--- lldb/include/lldb/Target/ThreadPlan.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanBase.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanCallFunction.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanCallUserExpression.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanPython.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanRunToAddress.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanShouldStopHere.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepInRange.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepInstruction.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepOut.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepOverRange.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepRange.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepThrough.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanStepUntil.h | 6 +++--- lldb/include/lldb/Target/ThreadPlanTracer.h | 6 +++--- lldb/include/lldb/Target/ThreadSpec.h | 6 +++--- lldb/include/lldb/Target/UnixSignals.h | 6 +++--- lldb/include/lldb/Target/Unwind.h | 6 +++--- lldb/include/lldb/Target/UnwindAssembly.h | 6 +++--- lldb/include/lldb/Utility/AnsiTerminal.h | 6 ++++++ lldb/include/lldb/Utility/ArchSpec.h | 2 +- lldb/include/lldb/Utility/Baton.h | 6 +++--- lldb/include/lldb/Utility/Connection.h | 6 +++--- lldb/include/lldb/Utility/ConstString.h | 6 +++--- lldb/include/lldb/Utility/DataBuffer.h | 6 +++--- lldb/include/lldb/Utility/DataBufferHeap.h | 6 +++--- lldb/include/lldb/Utility/DataBufferLLVM.h | 4 ++-- lldb/include/lldb/Utility/DataEncoder.h | 6 +++--- lldb/include/lldb/Utility/DataExtractor.h | 2 +- lldb/include/lldb/Utility/Endian.h | 2 +- lldb/include/lldb/Utility/Environment.h | 2 +- lldb/include/lldb/Utility/FileSpec.h | 6 +++--- lldb/include/lldb/Utility/Flags.h | 2 +- lldb/include/lldb/Utility/GDBRemote.h | 6 +++--- lldb/include/lldb/Utility/IOObject.h | 4 ++-- lldb/include/lldb/Utility/Iterable.h | 6 +++--- lldb/include/lldb/Utility/LLDBAssert.h | 6 +++--- lldb/include/lldb/Utility/Predicate.h | 6 +++--- lldb/include/lldb/Utility/ProcessInfo.h | 2 +- lldb/include/lldb/Utility/RegularExpression.h | 6 +++--- lldb/include/lldb/Utility/ReproducerInstrumentation.h | 6 +++--- lldb/include/lldb/Utility/SelectHelper.h | 6 +++--- lldb/include/lldb/Utility/SharedCluster.h | 6 +++--- lldb/include/lldb/Utility/Status.h | 2 +- lldb/include/lldb/Utility/Stream.h | 6 +++--- lldb/include/lldb/Utility/StreamCallback.h | 6 +++--- lldb/include/lldb/Utility/StreamString.h | 6 +++--- lldb/include/lldb/Utility/StreamTee.h | 6 +++--- lldb/include/lldb/Utility/StringExtractor.h | 6 +++--- lldb/include/lldb/Utility/StringLexer.h | 6 +++--- lldb/include/lldb/Utility/StringList.h | 6 +++--- lldb/include/lldb/Utility/StructuredData.h | 6 +++--- lldb/include/lldb/Utility/TildeExpressionResolver.h | 6 +++--- lldb/include/lldb/Utility/Timeout.h | 6 +++--- lldb/include/lldb/Utility/Timer.h | 6 +++--- lldb/include/lldb/Utility/TraceOptions.h | 6 +++--- lldb/include/lldb/Utility/UriParser.h | 6 +++--- lldb/include/lldb/Utility/UserID.h | 6 +++--- lldb/include/lldb/Utility/UserIDResolver.h | 2 +- lldb/include/lldb/Utility/VASPrintf.h | 2 +- lldb/include/lldb/Utility/VMRange.h | 6 +++--- lldb/include/lldb/lldb-defines.h | 6 +++--- lldb/include/lldb/lldb-enumerations.h | 6 +++--- lldb/include/lldb/lldb-forward.h | 6 +++--- lldb/include/lldb/lldb-private-defines.h | 6 +++--- lldb/include/lldb/lldb-private-enumerations.h | 6 +++--- lldb/include/lldb/lldb-private-forward.h | 6 +++--- lldb/include/lldb/lldb-private-interfaces.h | 6 +++--- lldb/include/lldb/lldb-private-types.h | 6 +++--- lldb/include/lldb/lldb-private.h | 6 +++--- lldb/include/lldb/lldb-public.h | 6 +++--- lldb/include/lldb/lldb-types.h | 6 +++--- lldb/include/lldb/lldb-versioning.h | 6 +++--- lldb/source/API/SBBreakpointOptionCommon.h | 6 +++--- lldb/source/API/SBReproducerPrivate.h | 4 ++-- lldb/source/API/SystemInitializerFull.h | 6 +++--- lldb/source/API/Utils.h | 4 ++-- lldb/source/Commands/CommandObjectApropos.h | 6 +++--- lldb/source/Commands/CommandObjectBreakpoint.h | 7 +++---- lldb/source/Commands/CommandObjectBreakpointCommand.h | 6 +++--- lldb/source/Commands/CommandObjectCommands.h | 6 +++--- lldb/source/Commands/CommandObjectDisassemble.h | 6 +++--- lldb/source/Commands/CommandObjectExpression.h | 6 +++--- lldb/source/Commands/CommandObjectFrame.h | 6 +++--- lldb/source/Commands/CommandObjectGUI.h | 6 +++--- lldb/source/Commands/CommandObjectHelp.h | 6 +++--- lldb/source/Commands/CommandObjectLanguage.h | 6 +++--- lldb/source/Commands/CommandObjectLog.h | 7 +++---- lldb/source/Commands/CommandObjectMemory.h | 6 +++--- lldb/source/Commands/CommandObjectPlatform.h | 6 +++--- lldb/source/Commands/CommandObjectPlugin.h | 6 +++--- lldb/source/Commands/CommandObjectProcess.h | 6 +++--- lldb/source/Commands/CommandObjectQuit.h | 6 +++--- lldb/source/Commands/CommandObjectRegister.h | 6 +++--- lldb/source/Commands/CommandObjectReproducer.h | 6 +++--- lldb/source/Commands/CommandObjectSettings.h | 6 +++--- lldb/source/Commands/CommandObjectSource.h | 6 +++--- lldb/source/Commands/CommandObjectStats.h | 6 +++--- lldb/source/Commands/CommandObjectTarget.h | 6 +++--- lldb/source/Commands/CommandObjectThread.h | 6 +++--- lldb/source/Commands/CommandObjectType.h | 6 +++--- lldb/source/Commands/CommandObjectVersion.h | 6 +++--- lldb/source/Commands/CommandObjectWatchpoint.h | 6 +++--- lldb/source/Commands/CommandObjectWatchpointCommand.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCBundle.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCData.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCMutableArray.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCMutableSet.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCReleaser.h | 6 +++--- lldb/source/Host/macosx/cfcpp/CFCString.h | 6 +++--- lldb/source/Interpreter/CommandObjectScript.h | 6 +++--- lldb/source/Plugins/ABI/AArch64/ABIAArch64.h | 4 ++-- lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h | 6 +++--- lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h | 6 +++--- lldb/source/Plugins/ABI/ARM/ABIARM.h | 4 ++-- lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h | 6 +++--- lldb/source/Plugins/ABI/ARM/ABISysV_arm.h | 6 +++--- lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h | 6 +++--- lldb/source/Plugins/ABI/Mips/ABIMips.h | 4 ++-- lldb/source/Plugins/ABI/Mips/ABISysV_mips.h | 6 +++--- lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h | 6 +++--- lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h | 4 ++-- lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h | 6 +++--- lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h | 6 +++--- lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h | 6 +++--- lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h | 6 +++--- lldb/source/Plugins/ABI/X86/ABISysV_i386.h | 6 +++--- lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h | 6 +++--- lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h | 6 +++--- lldb/source/Plugins/ABI/X86/ABIX86.h | 4 ++-- lldb/source/Plugins/ABI/X86/ABIX86_64.h | 6 +++--- lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h | 6 +++--- lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h | 6 +++--- lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h | 6 +++--- lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h | 6 +++--- .../DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h | 6 +++--- .../Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h | 6 +++--- .../Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h | 6 +++--- .../source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h | 6 +++--- lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h | 6 +++--- .../Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h | 6 +++--- lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h | 4 ++-- .../Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h | 6 +++--- lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h | 6 +++--- .../Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h | 4 ++-- lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h | 6 +++--- .../source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h | 6 +++--- .../Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h | 4 ++-- .../Plugins/ExpressionParser/Clang/ClangExpressionVariable.h | 6 +++--- .../ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h | 4 ++-- .../source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h | 6 +++--- .../Plugins/ExpressionParser/Clang/ClangPersistentVariables.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h | 4 ++-- lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h | 6 +++--- .../source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h | 4 ++-- lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h | 6 +++--- lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h | 6 +++--- .../Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h | 4 ++-- lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h | 6 +++--- lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h | 6 +++--- lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h | 6 +++--- lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h | 6 +++--- lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h | 6 +++--- lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h | 6 +++--- .../InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h | 6 +++--- .../MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h | 6 +++--- .../InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h | 6 +++--- .../InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h | 6 +++--- lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h | 7 +++---- lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/LibCxx.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h | 6 +++--- lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h | 4 ++-- lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h | 6 +++--- lldb/source/Plugins/Language/ObjC/CF.h | 6 +++--- lldb/source/Plugins/Language/ObjC/Cocoa.h | 6 +++--- lldb/source/Plugins/Language/ObjC/CoreMedia.h | 6 +++--- lldb/source/Plugins/Language/ObjC/NSDictionary.h | 6 +++--- lldb/source/Plugins/Language/ObjC/NSSet.h | 6 +++--- lldb/source/Plugins/Language/ObjC/NSString.h | 6 +++--- lldb/source/Plugins/Language/ObjC/ObjCLanguage.h | 6 +++--- lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h | 6 +++--- lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h | 6 +++--- .../CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h | 6 +++--- .../ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h | 6 +++--- .../LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h | 6 +++--- .../ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h | 6 +++--- .../ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h | 6 +++--- .../AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h | 6 +++--- lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h | 6 +++--- .../RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h | 4 ++-- .../RenderScript/RenderScriptRuntime/RenderScriptRuntime.h | 6 +++--- .../RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h | 6 +++--- .../RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h | 4 ++-- lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h | 6 +++--- .../ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h | 6 +++--- .../Universal-Mach-O/ObjectContainerUniversalMachO.h | 6 +++--- lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h | 6 +++--- lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h | 6 +++--- lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h | 6 +++--- lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 6 +++--- lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h | 6 +++--- lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h | 6 +++--- lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h | 6 +++--- lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h | 6 +++--- lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h | 4 ++-- lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h | 6 +++--- lldb/source/Plugins/Platform/Android/AdbClient.h | 6 +++--- lldb/source/Plugins/Platform/Android/PlatformAndroid.h | 6 +++--- .../Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h | 6 +++--- lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h | 6 +++--- lldb/source/Plugins/Platform/Linux/PlatformLinux.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h | 7 +++---- lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h | 6 +++--- lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h | 6 +++--- .../MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h | 6 +++--- lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h | 6 +++--- lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h | 6 +++--- lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h | 6 +++--- lldb/source/Plugins/Platform/Windows/PlatformWindows.h | 6 +++--- lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h | 6 +++--- lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h | 6 +++--- lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h | 7 +++---- lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h | 6 +++--- lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h | 7 +++---- .../Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h | 7 +++---- .../source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h | 6 +++--- .../Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h | 6 +++--- lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h | 6 +++--- lldb/source/Plugins/Process/Utility/ARMDefines.h | 6 +++--- lldb/source/Plugins/Process/Utility/ARMUtils.h | 6 +++--- lldb/source/Plugins/Process/Utility/AuxVector.h | 4 ++-- lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h | 6 +++--- lldb/source/Plugins/Process/Utility/FreeBSDSignals.h | 6 +++--- lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h | 6 +++--- lldb/source/Plugins/Process/Utility/HistoryThread.h | 6 +++--- lldb/source/Plugins/Process/Utility/HistoryUnwind.h | 6 +++--- lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h | 6 +++--- lldb/source/Plugins/Process/Utility/InstructionUtils.h | 6 +++--- lldb/source/Plugins/Process/Utility/LinuxProcMaps.h | 6 +++--- lldb/source/Plugins/Process/Utility/LinuxSignals.h | 6 +++--- lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h | 6 +++--- .../Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h | 4 ++-- lldb/source/Plugins/Process/Utility/NetBSDSignals.h | 6 +++--- .../Plugins/Process/Utility/RegisterContextDarwinConstants.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextDummy.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h | 4 ++-- .../source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h | 4 ++-- .../Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h | 6 +++--- .../source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextHistory.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h | 4 ++-- .../Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h | 7 +++---- lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextMemory.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h | 4 ++-- .../source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h | 4 ++-- .../source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContext_mips.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterContext_x86.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h | 6 +++--- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h | 4 ++-- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h | 4 ++-- lldb/source/Plugins/Process/Utility/StopInfoMachException.h | 6 +++--- lldb/source/Plugins/Process/Utility/ThreadMemory.h | 6 +++--- lldb/source/Plugins/Process/Utility/UnwindLLDB.h | 6 +++--- lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h | 6 +++--- .../Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h | 6 +++--- .../Plugins/Process/Utility/lldb-mips-linux-register-enums.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h | 6 +++--- lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h | 6 +++--- lldb/source/Plugins/Process/elf-core/ProcessElfCore.h | 6 +++--- .../source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h | 6 +++--- .../Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h | 6 +++--- lldb/source/Plugins/Process/elf-core/RegisterUtilities.h | 6 +++--- lldb/source/Plugins/Process/elf-core/ThreadElfCore.h | 6 +++--- lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h | 6 +++--- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h | 6 +++--- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h | 6 +++--- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h | 6 +++--- .../Process/gdb-remote/GDBRemoteCommunicationReplayServer.h | 6 +++--- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h | 6 +++--- .../Process/gdb-remote/GDBRemoteCommunicationServerCommon.h | 6 +++--- .../Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h | 6 +++--- .../Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h | 6 +++--- lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h | 6 +++--- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h | 6 +++--- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h | 7 +++---- lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h | 6 +++--- lldb/source/Plugins/Process/mach-core/ProcessMachCore.h | 6 +++--- lldb/source/Plugins/Process/mach-core/ThreadMachCore.h | 6 +++--- lldb/source/Plugins/Process/minidump/MinidumpParser.h | 6 +++--- lldb/source/Plugins/Process/minidump/MinidumpTypes.h | 7 +++---- lldb/source/Plugins/Process/minidump/NtStructures.h | 6 ++++++ lldb/source/Plugins/Process/minidump/ProcessMinidump.h | 6 +++--- lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h | 6 +++--- .../Plugins/Process/minidump/RegisterContextMinidump_ARM64.h | 6 +++--- .../Plugins/Process/minidump/RegisterContextMinidump_x86_32.h | 6 +++--- .../Plugins/Process/minidump/RegisterContextMinidump_x86_64.h | 6 +++--- lldb/source/Plugins/Process/minidump/ThreadMinidump.h | 6 +++--- lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h | 6 +++--- .../Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h | 6 +++--- lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h | 4 ++-- lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DIERef.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h | 6 +++--- .../source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h | 4 ++-- lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h | 6 +++--- lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h | 6 +++--- lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h | 6 +++--- .../Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h | 4 ++-- lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h | 6 +++--- lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h | 6 +++--- lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h | 6 +++--- lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h | 4 ++-- lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h | 6 +++--- lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h | 6 +++--- lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h | 6 +++--- lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h | 6 +++--- lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h | 6 +++--- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h | 6 +++--- .../Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h | 6 +++--- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h | 6 +++--- .../Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h | 6 +++--- lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h | 6 +++--- lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h | 6 +++--- .../UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h | 6 +++--- lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h | 6 +++--- .../Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h | 6 +++--- lldb/source/Utility/ARM64_DWARF_Registers.h | 6 +++--- lldb/source/Utility/ARM64_ehframe_Registers.h | 6 +++--- lldb/source/Utility/ARM_DWARF_Registers.h | 6 +++--- lldb/source/Utility/ARM_ehframe_Registers.h | 6 +++--- lldb/source/Utility/PPC64LE_DWARF_Registers.h | 6 +++--- lldb/source/Utility/PPC64_DWARF_Registers.h | 6 +++--- lldb/tools/debugserver/source/DNB.h | 4 ++-- lldb/tools/debugserver/source/DNBArch.h | 4 ++-- lldb/tools/debugserver/source/DNBBreakpoint.h | 4 ++-- lldb/tools/debugserver/source/DNBDataRef.h | 6 +++--- lldb/tools/debugserver/source/DNBDefs.h | 6 +++--- lldb/tools/debugserver/source/DNBError.h | 6 +++--- lldb/tools/debugserver/source/DNBLog.h | 6 +++--- lldb/tools/debugserver/source/DNBRegisterInfo.h | 4 ++-- lldb/tools/debugserver/source/DNBThreadResumeActions.h | 6 +++--- lldb/tools/debugserver/source/DNBTimer.h | 6 +++--- lldb/tools/debugserver/source/JSON.h | 6 +++--- lldb/tools/debugserver/source/JSONGenerator.h | 7 +++---- lldb/tools/debugserver/source/MacOSX/CFBundle.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/CFString.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/CFUtils.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h | 6 +++--- .../tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h | 4 ++-- .../debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h | 6 +++--- .../debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h | 4 ++-- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/Genealogy.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/GenealogySPI.h | 4 ++-- lldb/tools/debugserver/source/MacOSX/MachException.h | 4 ++-- lldb/tools/debugserver/source/MacOSX/MachProcess.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/MachTask.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/MachThread.h | 4 ++-- lldb/tools/debugserver/source/MacOSX/MachThreadList.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/MachVMMemory.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/MachVMRegion.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/OsLogger.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/ThreadInfo.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h | 6 +++--- lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h | 4 ++-- lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h | 6 +++--- .../debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h | 4 ++-- lldb/tools/debugserver/source/PThreadCondition.h | 4 ++-- lldb/tools/debugserver/source/PThreadEvent.h | 6 +++--- lldb/tools/debugserver/source/PThreadMutex.h | 4 ++-- lldb/tools/debugserver/source/PseudoTerminal.h | 6 +++--- lldb/tools/debugserver/source/RNBContext.h | 6 +++--- lldb/tools/debugserver/source/RNBDefs.h | 6 +++--- lldb/tools/debugserver/source/RNBRemote.h | 6 +++--- lldb/tools/debugserver/source/RNBServices.h | 6 +++--- lldb/tools/debugserver/source/RNBSocket.h | 6 +++--- lldb/tools/debugserver/source/StdStringExtractor.h | 6 +++--- lldb/tools/debugserver/source/SysSignal.h | 4 ++-- lldb/tools/debugserver/source/TTYState.h | 4 ++-- lldb/tools/driver/Driver.h | 6 +++--- lldb/tools/driver/Platform.h | 6 +++--- lldb/tools/lldb-server/Acceptor.h | 6 +++--- lldb/tools/lldb-server/LLDBServerUtilities.h | 6 ++++++ lldb/tools/lldb-server/SystemInitializerLLGS.h | 6 +++--- lldb/tools/lldb-test/FormatUtil.h | 4 ++-- lldb/tools/lldb-test/SystemInitializerTest.h | 6 +++--- lldb/tools/lldb-vscode/BreakpointBase.h | 4 ++-- lldb/tools/lldb-vscode/ExceptionBreakpoint.h | 4 ++-- lldb/tools/lldb-vscode/FunctionBreakpoint.h | 4 ++-- lldb/tools/lldb-vscode/IOStream.h | 4 ++-- lldb/tools/lldb-vscode/JSONUtils.h | 4 ++-- lldb/tools/lldb-vscode/LLDBUtils.h | 4 ++-- lldb/tools/lldb-vscode/SourceBreakpoint.h | 4 ++-- lldb/tools/lldb-vscode/SourceReference.h | 4 ++-- lldb/tools/lldb-vscode/VSCode.h | 4 ++-- lldb/tools/lldb-vscode/VSCodeForward.h | 5 ++--- lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h | 6 +++--- lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h | 4 ++-- lldb/unittests/TestingSupport/MockTildeExpressionResolver.h | 4 ++-- lldb/unittests/TestingSupport/TestUtilities.h | 4 ++-- lldb/unittests/gtest_common.h | 6 ++++++ lldb/unittests/tools/lldb-server/tests/MessageObjects.h | 6 +++--- lldb/unittests/tools/lldb-server/tests/TestBase.h | 6 +++--- lldb/unittests/tools/lldb-server/tests/TestClient.h | 6 +++--- lldb/utils/TableGen/LLDBTableGenBackends.h | 4 ++-- lldb/utils/TableGen/LLDBTableGenUtils.h | 4 ++-- 879 files changed, 2512 insertions(+), 2498 deletions(-) diff --git a/lldb/include/lldb/API/LLDB.h b/lldb/include/lldb/API/LLDB.h index 75e2d70..12f3b8f 100644 --- a/lldb/include/lldb/API/LLDB.h +++ b/lldb/include/lldb/API/LLDB.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_LLDB_h_ -#define LLDB_LLDB_h_ +#ifndef LLDB_API_LLDB_H +#define LLDB_API_LLDB_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBAttachInfo.h" @@ -78,4 +78,4 @@ #include "lldb/API/SBVariablesOptions.h" #include "lldb/API/SBWatchpoint.h" -#endif // LLDB_LLDB_h_ +#endif // LLDB_API_LLDB_H diff --git a/lldb/include/lldb/API/SBAddress.h b/lldb/include/lldb/API/SBAddress.h index 2874a36..cf7555d 100644 --- a/lldb/include/lldb/API/SBAddress.h +++ b/lldb/include/lldb/API/SBAddress.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBAddress_h_ -#define LLDB_SBAddress_h_ +#ifndef LLDB_API_SBADDRESS_H +#define LLDB_API_SBADDRESS_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBModule.h" @@ -127,4 +127,4 @@ bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs); } // namespace lldb -#endif // LLDB_SBAddress_h_ +#endif // LLDB_API_SBADDRESS_H diff --git a/lldb/include/lldb/API/SBAttachInfo.h b/lldb/include/lldb/API/SBAttachInfo.h index 3c20a08..9b211d0 100644 --- a/lldb/include/lldb/API/SBAttachInfo.h +++ b/lldb/include/lldb/API/SBAttachInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBAttachInfo_h_ -#define LLDB_SBAttachInfo_h_ +#ifndef LLDB_API_SBATTACHINFO_H +#define LLDB_API_SBATTACHINFO_H #include "lldb/API/SBDefines.h" @@ -174,4 +174,4 @@ protected: } // namespace lldb -#endif // LLDB_SBAttachInfo_h_ +#endif // LLDB_API_SBATTACHINFO_H diff --git a/lldb/include/lldb/API/SBBlock.h b/lldb/include/lldb/API/SBBlock.h index 0ca92ff..be1ae18 100644 --- a/lldb/include/lldb/API/SBBlock.h +++ b/lldb/include/lldb/API/SBBlock.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBlock_h_ -#define LLDB_SBBlock_h_ +#ifndef LLDB_API_SBBLOCK_H +#define LLDB_API_SBBLOCK_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBFrame.h" @@ -92,4 +92,4 @@ private: } // namespace lldb -#endif // LLDB_SBBlock_h_ +#endif // LLDB_API_SBBLOCK_H diff --git a/lldb/include/lldb/API/SBBreakpoint.h b/lldb/include/lldb/API/SBBreakpoint.h index a5ce91d..5a94297 100644 --- a/lldb/include/lldb/API/SBBreakpoint.h +++ b/lldb/include/lldb/API/SBBreakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBreakpoint_h_ -#define LLDB_SBBreakpoint_h_ +#ifndef LLDB_API_SBBREAKPOINT_H +#define LLDB_API_SBBREAKPOINT_H #include "lldb/API/SBDefines.h" @@ -181,4 +181,4 @@ private: } // namespace lldb -#endif // LLDB_SBBreakpoint_h_ +#endif // LLDB_API_SBBREAKPOINT_H diff --git a/lldb/include/lldb/API/SBBreakpointLocation.h b/lldb/include/lldb/API/SBBreakpointLocation.h index a9e2ef1..a906727 100644 --- a/lldb/include/lldb/API/SBBreakpointLocation.h +++ b/lldb/include/lldb/API/SBBreakpointLocation.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBreakpointLocation_h_ -#define LLDB_SBBreakpointLocation_h_ +#ifndef LLDB_API_SBBREAKPOINTLOCATION_H +#define LLDB_API_SBBREAKPOINTLOCATION_H #include "lldb/API/SBBreakpoint.h" #include "lldb/API/SBDefines.h" @@ -100,4 +100,4 @@ private: } // namespace lldb -#endif // LLDB_SBBreakpointLocation_h_ +#endif // LLDB_API_SBBREAKPOINTLOCATION_H diff --git a/lldb/include/lldb/API/SBBreakpointName.h b/lldb/include/lldb/API/SBBreakpointName.h index 3a5f1ac..8dd2c4e 100644 --- a/lldb/include/lldb/API/SBBreakpointName.h +++ b/lldb/include/lldb/API/SBBreakpointName.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBreakpointName_h_ -#define LLDB_SBBreakpointName_h_ +#ifndef LLDB_API_SBBREAKPOINTNAME_H +#define LLDB_API_SBBREAKPOINTNAME_H #include "lldb/API/SBDefines.h" @@ -119,4 +119,4 @@ private: } // namespace lldb -#endif // LLDB_SBBreakpointName_h_ +#endif // LLDB_API_SBBREAKPOINTNAME_H diff --git a/lldb/include/lldb/API/SBBroadcaster.h b/lldb/include/lldb/API/SBBroadcaster.h index fc5e888..69a516a 100644 --- a/lldb/include/lldb/API/SBBroadcaster.h +++ b/lldb/include/lldb/API/SBBroadcaster.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBroadcaster_h_ -#define LLDB_SBBroadcaster_h_ +#ifndef LLDB_API_SBBROADCASTER_H +#define LLDB_API_SBBROADCASTER_H #include "lldb/API/SBDefines.h" @@ -81,4 +81,4 @@ private: } // namespace lldb -#endif // LLDB_SBBroadcaster_h_ +#endif // LLDB_API_SBBROADCASTER_H diff --git a/lldb/include/lldb/API/SBCommandInterpreter.h b/lldb/include/lldb/API/SBCommandInterpreter.h index 6c80e8e..485d4ca 100644 --- a/lldb/include/lldb/API/SBCommandInterpreter.h +++ b/lldb/include/lldb/API/SBCommandInterpreter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBCommandInterpreter_h_ -#define LLDB_SBCommandInterpreter_h_ +#ifndef LLDB_API_SBCOMMANDINTERPRETER_H +#define LLDB_API_SBCOMMANDINTERPRETER_H #include @@ -302,4 +302,4 @@ private: } // namespace lldb -#endif // LLDB_SBCommandInterpreter_h_ +#endif // LLDB_API_SBCOMMANDINTERPRETER_H diff --git a/lldb/include/lldb/API/SBCommandReturnObject.h b/lldb/include/lldb/API/SBCommandReturnObject.h index e3fbacf8..4ee296e 100644 --- a/lldb/include/lldb/API/SBCommandReturnObject.h +++ b/lldb/include/lldb/API/SBCommandReturnObject.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBCommandReturnObject_h_ -#define LLDB_SBCommandReturnObject_h_ +#ifndef LLDB_API_SBCOMMANDRETURNOBJECT_H +#define LLDB_API_SBCOMMANDRETURNOBJECT_H #include @@ -124,4 +124,4 @@ private: } // namespace lldb -#endif // LLDB_SBCommandReturnObject_h_ +#endif // LLDB_API_SBCOMMANDRETURNOBJECT_H diff --git a/lldb/include/lldb/API/SBCommunication.h b/lldb/include/lldb/API/SBCommunication.h index 5b803fc..59ed195 100644 --- a/lldb/include/lldb/API/SBCommunication.h +++ b/lldb/include/lldb/API/SBCommunication.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBCommunication_h_ -#define LLDB_SBCommunication_h_ +#ifndef LLDB_API_SBCOMMUNICATION_H +#define LLDB_API_SBCOMMUNICATION_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBError.h" @@ -80,4 +80,4 @@ private: } // namespace lldb -#endif // LLDB_SBCommunication_h_ +#endif // LLDB_API_SBCOMMUNICATION_H diff --git a/lldb/include/lldb/API/SBCompileUnit.h b/lldb/include/lldb/API/SBCompileUnit.h index b6b1382..0c05ef4 100644 --- a/lldb/include/lldb/API/SBCompileUnit.h +++ b/lldb/include/lldb/API/SBCompileUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBCompileUnit_h_ -#define LLDB_SBCompileUnit_h_ +#ifndef LLDB_API_SBCOMPILEUNIT_H +#define LLDB_API_SBCOMPILEUNIT_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBFileSpec.h" @@ -92,4 +92,4 @@ private: } // namespace lldb -#endif // LLDB_SBCompileUnit_h_ +#endif // LLDB_API_SBCOMPILEUNIT_H diff --git a/lldb/include/lldb/API/SBData.h b/lldb/include/lldb/API/SBData.h index 886fe82..95c8086 100644 --- a/lldb/include/lldb/API/SBData.h +++ b/lldb/include/lldb/API/SBData.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBData_h_ -#define LLDB_SBData_h_ +#ifndef LLDB_API_SBDATA_H +#define LLDB_API_SBDATA_H #include "lldb/API/SBDefines.h" @@ -152,4 +152,4 @@ private: } // namespace lldb -#endif // LLDB_SBData_h_ +#endif // LLDB_API_SBDATA_H diff --git a/lldb/include/lldb/API/SBDebugger.h b/lldb/include/lldb/API/SBDebugger.h index 580f628..84879be 100644 --- a/lldb/include/lldb/API/SBDebugger.h +++ b/lldb/include/lldb/API/SBDebugger.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBDebugger_h_ -#define LLDB_SBDebugger_h_ +#ifndef LLDB_API_SBDEBUGGER_H +#define LLDB_API_SBDEBUGGER_H #include @@ -319,4 +319,4 @@ private: } // namespace lldb -#endif // LLDB_SBDebugger_h_ +#endif // LLDB_API_SBDEBUGGER_H diff --git a/lldb/include/lldb/API/SBDeclaration.h b/lldb/include/lldb/API/SBDeclaration.h index d2b423e..aeaa28e1 100644 --- a/lldb/include/lldb/API/SBDeclaration.h +++ b/lldb/include/lldb/API/SBDeclaration.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBDeclaration_h_ -#define LLDB_SBDeclaration_h_ +#ifndef LLDB_API_SBDECLARATION_H +#define LLDB_API_SBDECLARATION_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBFileSpec.h" @@ -68,4 +68,4 @@ private: } // namespace lldb -#endif // LLDB_SBDeclaration_h_ +#endif // LLDB_API_SBDECLARATION_H diff --git a/lldb/include/lldb/API/SBDefines.h b/lldb/include/lldb/API/SBDefines.h index 68aca93..474692c 100644 --- a/lldb/include/lldb/API/SBDefines.h +++ b/lldb/include/lldb/API/SBDefines.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBDefines_h_ -#define LLDB_SBDefines_h_ - +#ifndef LLDB_API_SBDEFINES_H +#define LLDB_API_SBDEFINES_H #include "lldb/lldb-defines.h" #include "lldb/lldb-enumerations.h" @@ -99,4 +98,4 @@ typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process, lldb::SBBreakpointLocation &location); } -#endif // LLDB_SBDefines_h_ +#endif // LLDB_API_SBDEFINES_H diff --git a/lldb/include/lldb/API/SBError.h b/lldb/include/lldb/API/SBError.h index 3db2658..e1960ef 100644 --- a/lldb/include/lldb/API/SBError.h +++ b/lldb/include/lldb/API/SBError.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBError_h_ -#define LLDB_SBError_h_ +#ifndef LLDB_API_SBERROR_H +#define LLDB_API_SBERROR_H #include "lldb/API/SBDefines.h" @@ -90,4 +90,4 @@ private: } // namespace lldb -#endif // LLDB_SBError_h_ +#endif // LLDB_API_SBERROR_H diff --git a/lldb/include/lldb/API/SBEvent.h b/lldb/include/lldb/API/SBEvent.h index d297cbe..a7975bf 100644 --- a/lldb/include/lldb/API/SBEvent.h +++ b/lldb/include/lldb/API/SBEvent.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBEvent_h_ -#define LLDB_SBEvent_h_ +#ifndef LLDB_API_SBEVENT_H +#define LLDB_API_SBEVENT_H #include "lldb/API/SBDefines.h" @@ -84,4 +84,4 @@ private: } // namespace lldb -#endif // LLDB_SBEvent_h_ +#endif // LLDB_API_SBEVENT_H diff --git a/lldb/include/lldb/API/SBExecutionContext.h b/lldb/include/lldb/API/SBExecutionContext.h index 45c0b1b7..d8447ae 100644 --- a/lldb/include/lldb/API/SBExecutionContext.h +++ b/lldb/include/lldb/API/SBExecutionContext.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBExecutionContext_h_ -#define LLDB_SBExecutionContext_h_ +#ifndef LLDB_API_SBEXECUTIONCONTEXT_H +#define LLDB_API_SBEXECUTIONCONTEXT_H #include "lldb/API/SBDefines.h" @@ -60,4 +60,4 @@ private: } // namespace lldb -#endif // LLDB_SBExecutionContext_h_ +#endif // LLDB_API_SBEXECUTIONCONTEXT_H diff --git a/lldb/include/lldb/API/SBExpressionOptions.h b/lldb/include/lldb/API/SBExpressionOptions.h index 04cd74f..14b5268 100644 --- a/lldb/include/lldb/API/SBExpressionOptions.h +++ b/lldb/include/lldb/API/SBExpressionOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBExpressionOptions_h_ -#define LLDB_SBExpressionOptions_h_ +#ifndef LLDB_API_SBEXPRESSIONOPTIONS_H +#define LLDB_API_SBEXPRESSIONOPTIONS_H #include "lldb/API/SBDefines.h" @@ -112,4 +112,4 @@ private: } // namespace lldb -#endif // LLDB_SBExpressionOptions_h_ +#endif // LLDB_API_SBEXPRESSIONOPTIONS_H diff --git a/lldb/include/lldb/API/SBFile.h b/lldb/include/lldb/API/SBFile.h index 819d8a6..a8b1652 100644 --- a/lldb/include/lldb/API/SBFile.h +++ b/lldb/include/lldb/API/SBFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBFile_h_ -#define LLDB_SBFile_h_ +#ifndef LLDB_API_SBFILE_H +#define LLDB_API_SBFILE_H #include "lldb/API/SBDefines.h" @@ -47,4 +47,4 @@ private: } // namespace lldb -#endif // LLDB_SBFile_h_ +#endif // LLDB_API_SBFILE_H diff --git a/lldb/include/lldb/API/SBFileSpec.h b/lldb/include/lldb/API/SBFileSpec.h index 2714977..a2f02ac 100644 --- a/lldb/include/lldb/API/SBFileSpec.h +++ b/lldb/include/lldb/API/SBFileSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBFileSpec_h_ -#define LLDB_SBFileSpec_h_ +#ifndef LLDB_API_SBFILESPEC_H +#define LLDB_API_SBFILESPEC_H #include "lldb/API/SBDefines.h" @@ -92,4 +92,4 @@ private: } // namespace lldb -#endif // LLDB_SBFileSpec_h_ +#endif // LLDB_API_SBFILESPEC_H diff --git a/lldb/include/lldb/API/SBFileSpecList.h b/lldb/include/lldb/API/SBFileSpecList.h index 5a13150..1a65486 100644 --- a/lldb/include/lldb/API/SBFileSpecList.h +++ b/lldb/include/lldb/API/SBFileSpecList.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBFileSpecList_h_ -#define LLDB_SBFileSpecList_h_ +#ifndef LLDB_API_SBFILESPECLIST_H +#define LLDB_API_SBFILESPECLIST_H #include "lldb/API/SBDefines.h" @@ -54,4 +54,4 @@ private: } // namespace lldb -#endif // LLDB_SBFileSpecList_h_ +#endif // LLDB_API_SBFILESPECLIST_H diff --git a/lldb/include/lldb/API/SBFrame.h b/lldb/include/lldb/API/SBFrame.h index b213f89..2e368ac 100644 --- a/lldb/include/lldb/API/SBFrame.h +++ b/lldb/include/lldb/API/SBFrame.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBFrame_h_ -#define LLDB_SBFrame_h_ +#ifndef LLDB_API_SBFRAME_H +#define LLDB_API_SBFRAME_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBValueList.h" @@ -202,4 +202,4 @@ protected: } // namespace lldb -#endif // LLDB_SBFrame_h_ +#endif // LLDB_API_SBFRAME_H diff --git a/lldb/include/lldb/API/SBFunction.h b/lldb/include/lldb/API/SBFunction.h index 43f01d7..bd643a6 100644 --- a/lldb/include/lldb/API/SBFunction.h +++ b/lldb/include/lldb/API/SBFunction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBFunction_h_ -#define LLDB_SBFunction_h_ +#ifndef LLDB_API_SBFUNCTION_H +#define LLDB_API_SBFUNCTION_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBDefines.h" @@ -79,4 +79,4 @@ private: } // namespace lldb -#endif // LLDB_SBFunction_h_ +#endif // LLDB_API_SBFUNCTION_H diff --git a/lldb/include/lldb/API/SBHostOS.h b/lldb/include/lldb/API/SBHostOS.h index ecd7920..b170f8d 100644 --- a/lldb/include/lldb/API/SBHostOS.h +++ b/lldb/include/lldb/API/SBHostOS.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBHostOS_h_ -#define LLDB_SBHostOS_h_ +#ifndef LLDB_API_SBHOSTOS_H +#define LLDB_API_SBHOSTOS_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBFileSpec.h" @@ -41,4 +41,4 @@ private: } // namespace lldb -#endif // LLDB_SBHostOS_h_ +#endif // LLDB_API_SBHOSTOS_H diff --git a/lldb/include/lldb/API/SBInstruction.h b/lldb/include/lldb/API/SBInstruction.h index 7d83a37..7d07e16 100644 --- a/lldb/include/lldb/API/SBInstruction.h +++ b/lldb/include/lldb/API/SBInstruction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBInstruction_h_ -#define LLDB_SBInstruction_h_ +#ifndef LLDB_API_SBINSTRUCTION_H +#define LLDB_API_SBINSTRUCTION_H #include "lldb/API/SBData.h" #include "lldb/API/SBDefines.h" @@ -86,4 +86,4 @@ private: } // namespace lldb -#endif // LLDB_SBInstruction_h_ +#endif // LLDB_API_SBINSTRUCTION_H diff --git a/lldb/include/lldb/API/SBInstructionList.h b/lldb/include/lldb/API/SBInstructionList.h index e203d0b..ae89880 100644 --- a/lldb/include/lldb/API/SBInstructionList.h +++ b/lldb/include/lldb/API/SBInstructionList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBInstructionList_h_ -#define LLDB_SBInstructionList_h_ +#ifndef LLDB_API_SBINSTRUCTIONLIST_H +#define LLDB_API_SBINSTRUCTIONLIST_H #include "lldb/API/SBDefines.h" @@ -69,4 +69,4 @@ private: } // namespace lldb -#endif // LLDB_SBInstructionList_h_ +#endif // LLDB_API_SBINSTRUCTIONLIST_H diff --git a/lldb/include/lldb/API/SBLanguageRuntime.h b/lldb/include/lldb/API/SBLanguageRuntime.h index d28c441..38aac05 100644 --- a/lldb/include/lldb/API/SBLanguageRuntime.h +++ b/lldb/include/lldb/API/SBLanguageRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBLanguageRuntime_h_ -#define LLDB_SBLanguageRuntime_h_ +#ifndef LLDB_API_SBLANGUAGERUNTIME_H +#define LLDB_API_SBLANGUAGERUNTIME_H #include "lldb/API/SBDefines.h" @@ -22,4 +22,4 @@ public: } // namespace lldb -#endif // LLDB_SBLanguageRuntime_h_ +#endif // LLDB_API_SBLANGUAGERUNTIME_H diff --git a/lldb/include/lldb/API/SBLaunchInfo.h b/lldb/include/lldb/API/SBLaunchInfo.h index d78106a..883f17c 100644 --- a/lldb/include/lldb/API/SBLaunchInfo.h +++ b/lldb/include/lldb/API/SBLaunchInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBLaunchInfo_h_ -#define LLDB_SBLaunchInfo_h_ +#ifndef LLDB_API_SBLAUNCHINFO_H +#define LLDB_API_SBLAUNCHINFO_H #include "lldb/API/SBDefines.h" @@ -150,4 +150,4 @@ protected: } // namespace lldb -#endif // LLDB_SBLaunchInfo_h_ +#endif // LLDB_API_SBLAUNCHINFO_H diff --git a/lldb/include/lldb/API/SBLineEntry.h b/lldb/include/lldb/API/SBLineEntry.h index 855c28d..7c2431b 100644 --- a/lldb/include/lldb/API/SBLineEntry.h +++ b/lldb/include/lldb/API/SBLineEntry.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBLineEntry_h_ -#define LLDB_SBLineEntry_h_ +#ifndef LLDB_API_SBLINEENTRY_H +#define LLDB_API_SBLINEENTRY_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBDefines.h" @@ -75,4 +75,4 @@ private: } // namespace lldb -#endif // LLDB_SBLineEntry_h_ +#endif // LLDB_API_SBLINEENTRY_H diff --git a/lldb/include/lldb/API/SBListener.h b/lldb/include/lldb/API/SBListener.h index 21aface..2144e79 100644 --- a/lldb/include/lldb/API/SBListener.h +++ b/lldb/include/lldb/API/SBListener.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBListener_h_ -#define LLDB_SBListener_h_ +#ifndef LLDB_API_SBLISTENER_H +#define LLDB_API_SBLISTENER_H #include "lldb/API/SBDefines.h" @@ -105,4 +105,4 @@ private: } // namespace lldb -#endif // LLDB_SBListener_h_ +#endif // LLDB_API_SBLISTENER_H diff --git a/lldb/include/lldb/API/SBMemoryRegionInfo.h b/lldb/include/lldb/API/SBMemoryRegionInfo.h index 2a9ae94..d82c706 100644 --- a/lldb/include/lldb/API/SBMemoryRegionInfo.h +++ b/lldb/include/lldb/API/SBMemoryRegionInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBMemoryRegionInfo_h_ -#define LLDB_SBMemoryRegionInfo_h_ +#ifndef LLDB_API_SBMEMORYREGIONINFO_H +#define LLDB_API_SBMEMORYREGIONINFO_H #include "lldb/API/SBData.h" #include "lldb/API/SBDefines.h" @@ -95,4 +95,4 @@ private: } // namespace lldb -#endif // LLDB_SBMemoryRegionInfo_h_ +#endif // LLDB_API_SBMEMORYREGIONINFO_H diff --git a/lldb/include/lldb/API/SBMemoryRegionInfoList.h b/lldb/include/lldb/API/SBMemoryRegionInfoList.h index 5592efe..a7122ee 100644 --- a/lldb/include/lldb/API/SBMemoryRegionInfoList.h +++ b/lldb/include/lldb/API/SBMemoryRegionInfoList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBMemoryRegionInfoList_h_ -#define LLDB_SBMemoryRegionInfoList_h_ +#ifndef LLDB_API_SBMEMORYREGIONINFOLIST_H +#define LLDB_API_SBMEMORYREGIONINFOLIST_H #include "lldb/API/SBDefines.h" @@ -52,4 +52,4 @@ private: } // namespace lldb -#endif // LLDB_SBMemoryRegionInfoList_h_ +#endif // LLDB_API_SBMEMORYREGIONINFOLIST_H diff --git a/lldb/include/lldb/API/SBModule.h b/lldb/include/lldb/API/SBModule.h index d2b6a18..183e451 100644 --- a/lldb/include/lldb/API/SBModule.h +++ b/lldb/include/lldb/API/SBModule.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBModule_h_ -#define LLDB_SBModule_h_ +#ifndef LLDB_API_SBMODULE_H +#define LLDB_API_SBMODULE_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBError.h" @@ -306,4 +306,4 @@ private: } // namespace lldb -#endif // LLDB_SBModule_h_ +#endif // LLDB_API_SBMODULE_H diff --git a/lldb/include/lldb/API/SBModuleSpec.h b/lldb/include/lldb/API/SBModuleSpec.h index 29b3117..7529879 100644 --- a/lldb/include/lldb/API/SBModuleSpec.h +++ b/lldb/include/lldb/API/SBModuleSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBModuleSpec_h_ -#define LLDB_SBModuleSpec_h_ +#ifndef LLDB_API_SBMODULESPEC_H +#define LLDB_API_SBMODULESPEC_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBFileSpec.h" @@ -119,4 +119,4 @@ private: } // namespace lldb -#endif // LLDB_SBModuleSpec_h_ +#endif // LLDB_API_SBMODULESPEC_H diff --git a/lldb/include/lldb/API/SBPlatform.h b/lldb/include/lldb/API/SBPlatform.h index 533bb4d..58dafc2 100644 --- a/lldb/include/lldb/API/SBPlatform.h +++ b/lldb/include/lldb/API/SBPlatform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBPlatform_h_ -#define LLDB_SBPlatform_h_ +#ifndef LLDB_API_SBPLATFORM_H +#define LLDB_API_SBPLATFORM_H #include "lldb/API/SBDefines.h" @@ -169,4 +169,4 @@ protected: } // namespace lldb -#endif // LLDB_SBPlatform_h_ +#endif // LLDB_API_SBPLATFORM_H diff --git a/lldb/include/lldb/API/SBProcess.h b/lldb/include/lldb/API/SBProcess.h index 8ab8bfa..ed62ae4 100644 --- a/lldb/include/lldb/API/SBProcess.h +++ b/lldb/include/lldb/API/SBProcess.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBProcess_h_ -#define LLDB_SBProcess_h_ +#ifndef LLDB_API_SBPROCESS_H +#define LLDB_API_SBPROCESS_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBError.h" @@ -416,4 +416,4 @@ protected: } // namespace lldb -#endif // LLDB_SBProcess_h_ +#endif // LLDB_API_SBPROCESS_H diff --git a/lldb/include/lldb/API/SBProcessInfo.h b/lldb/include/lldb/API/SBProcessInfo.h index 86dba9a..0cc5f6a 100644 --- a/lldb/include/lldb/API/SBProcessInfo.h +++ b/lldb/include/lldb/API/SBProcessInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBProcessInfo_h_ -#define LLDB_SBProcessInfo_h_ +#ifndef LLDB_API_SBPROCESSINFO_H +#define LLDB_API_SBPROCESSINFO_H #include "lldb/API/SBDefines.h" @@ -62,4 +62,4 @@ private: } // namespace lldb -#endif // LLDB_SBProcessInfo_h_ +#endif // LLDB_API_SBPROCESSINFO_H diff --git a/lldb/include/lldb/API/SBQueue.h b/lldb/include/lldb/API/SBQueue.h index 0124c1c..c563f3e 100644 --- a/lldb/include/lldb/API/SBQueue.h +++ b/lldb/include/lldb/API/SBQueue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBQueue_h_ -#define LLDB_SBQueue_h_ +#ifndef LLDB_API_SBQUEUE_H +#define LLDB_API_SBQUEUE_H #include @@ -66,4 +66,4 @@ private: } // namespace lldb -#endif // LLDB_SBQueue_h_ +#endif // LLDB_API_SBQUEUE_H diff --git a/lldb/include/lldb/API/SBQueueItem.h b/lldb/include/lldb/API/SBQueueItem.h index 455a1f9..435dafe 100644 --- a/lldb/include/lldb/API/SBQueueItem.h +++ b/lldb/include/lldb/API/SBQueueItem.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBQueueItem_h_ -#define LLDB_SBQueueItem_h_ +#ifndef LLDB_API_SBQUEUEITEM_H +#define LLDB_API_SBQUEUEITEM_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBDefines.h" @@ -46,4 +46,4 @@ private: } // namespace lldb -#endif // LLDB_SBQueueItem_h_ +#endif // LLDB_API_SBQUEUEITEM_H diff --git a/lldb/include/lldb/API/SBSection.h b/lldb/include/lldb/API/SBSection.h index 06a195e..d722dbe 100644 --- a/lldb/include/lldb/API/SBSection.h +++ b/lldb/include/lldb/API/SBSection.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBSection_h_ -#define LLDB_SBSection_h_ +#ifndef LLDB_API_SBSECTION_H +#define LLDB_API_SBSECTION_H #include "lldb/API/SBData.h" #include "lldb/API/SBDefines.h" @@ -98,4 +98,4 @@ private: } // namespace lldb -#endif // LLDB_SBSection_h_ +#endif // LLDB_API_SBSECTION_H diff --git a/lldb/include/lldb/API/SBSourceManager.h b/lldb/include/lldb/API/SBSourceManager.h index 3d69aa2..c8302db 100644 --- a/lldb/include/lldb/API/SBSourceManager.h +++ b/lldb/include/lldb/API/SBSourceManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBSourceManager_h_ -#define LLDB_SBSourceManager_h_ +#ifndef LLDB_API_SBSOURCEMANAGER_H +#define LLDB_API_SBSOURCEMANAGER_H #include "lldb/API/SBDefines.h" @@ -44,4 +44,4 @@ private: } // namespace lldb -#endif // LLDB_SBSourceManager_h_ +#endif // LLDB_API_SBSOURCEMANAGER_H diff --git a/lldb/include/lldb/API/SBStream.h b/lldb/include/lldb/API/SBStream.h index b78c498..7f0ec49 100644 --- a/lldb/include/lldb/API/SBStream.h +++ b/lldb/include/lldb/API/SBStream.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBStream_h_ -#define LLDB_SBStream_h_ +#ifndef LLDB_API_SBSTREAM_H +#define LLDB_API_SBSTREAM_H #include @@ -106,4 +106,4 @@ private: } // namespace lldb -#endif // LLDB_SBStream_h_ +#endif // LLDB_API_SBSTREAM_H diff --git a/lldb/include/lldb/API/SBStringList.h b/lldb/include/lldb/API/SBStringList.h index 1df1e45..4842c16 100644 --- a/lldb/include/lldb/API/SBStringList.h +++ b/lldb/include/lldb/API/SBStringList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBStringList_h_ -#define LLDB_SBStringList_h_ +#ifndef LLDB_API_SBSTRINGLIST_H +#define LLDB_API_SBSTRINGLIST_H #include "lldb/API/SBDefines.h" @@ -62,4 +62,4 @@ private: } // namespace lldb -#endif // LLDB_SBStringList_h_ +#endif // LLDB_API_SBSTRINGLIST_H diff --git a/lldb/include/lldb/API/SBStructuredData.h b/lldb/include/lldb/API/SBStructuredData.h index 785e910..f712d23 100644 --- a/lldb/include/lldb/API/SBStructuredData.h +++ b/lldb/include/lldb/API/SBStructuredData.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SBStructuredData_h -#define SBStructuredData_h +#ifndef LLDB_API_SBSTRUCTUREDDATA_H +#define LLDB_API_SBSTRUCTUREDDATA_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBModule.h" @@ -101,4 +101,4 @@ protected: }; } // namespace lldb -#endif /* SBStructuredData_h */ +#endif // LLDB_API_SBSTRUCTUREDDATA_H diff --git a/lldb/include/lldb/API/SBSymbol.h b/lldb/include/lldb/API/SBSymbol.h index 52486b8..66f73c8 100644 --- a/lldb/include/lldb/API/SBSymbol.h +++ b/lldb/include/lldb/API/SBSymbol.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBSymbol_h_ -#define LLDB_SBSymbol_h_ +#ifndef LLDB_API_SBSYMBOL_H +#define LLDB_API_SBSYMBOL_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBDefines.h" @@ -83,4 +83,4 @@ private: } // namespace lldb -#endif // LLDB_SBSymbol_h_ +#endif // LLDB_API_SBSYMBOL_H diff --git a/lldb/include/lldb/API/SBSymbolContext.h b/lldb/include/lldb/API/SBSymbolContext.h index 3d16d09..16ad29e 100644 --- a/lldb/include/lldb/API/SBSymbolContext.h +++ b/lldb/include/lldb/API/SBSymbolContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBSymbolContext_h_ -#define LLDB_SBSymbolContext_h_ +#ifndef LLDB_API_SBSYMBOLCONTEXT_H +#define LLDB_API_SBSYMBOLCONTEXT_H #include "lldb/API/SBBlock.h" #include "lldb/API/SBCompileUnit.h" @@ -80,4 +80,4 @@ private: } // namespace lldb -#endif // LLDB_SBSymbolContext_h_ +#endif // LLDB_API_SBSYMBOLCONTEXT_H diff --git a/lldb/include/lldb/API/SBSymbolContextList.h b/lldb/include/lldb/API/SBSymbolContextList.h index 577993c..4026afc 100644 --- a/lldb/include/lldb/API/SBSymbolContextList.h +++ b/lldb/include/lldb/API/SBSymbolContextList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBSymbolContextList_h_ -#define LLDB_SBSymbolContextList_h_ +#ifndef LLDB_API_SBSYMBOLCONTEXTLIST_H +#define LLDB_API_SBSYMBOLCONTEXTLIST_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBSymbolContext.h" @@ -55,4 +55,4 @@ private: } // namespace lldb -#endif // LLDB_SBSymbolContextList_h_ +#endif // LLDB_API_SBSYMBOLCONTEXTLIST_H diff --git a/lldb/include/lldb/API/SBTarget.h b/lldb/include/lldb/API/SBTarget.h index 80a7fa0..c950c12d 100644 --- a/lldb/include/lldb/API/SBTarget.h +++ b/lldb/include/lldb/API/SBTarget.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTarget_h_ -#define LLDB_SBTarget_h_ +#ifndef LLDB_API_SBTARGET_H +#define LLDB_API_SBTARGET_H #include "lldb/API/SBAddress.h" #include "lldb/API/SBAttachInfo.h" @@ -849,4 +849,4 @@ private: } // namespace lldb -#endif // LLDB_SBTarget_h_ +#endif // LLDB_API_SBTARGET_H diff --git a/lldb/include/lldb/API/SBThread.h b/lldb/include/lldb/API/SBThread.h index b5f1794..894120c 100644 --- a/lldb/include/lldb/API/SBThread.h +++ b/lldb/include/lldb/API/SBThread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBThread_h_ -#define LLDB_SBThread_h_ +#ifndef LLDB_API_SBTHREAD_H +#define LLDB_API_SBTHREAD_H #include "lldb/API/SBDefines.h" @@ -232,4 +232,4 @@ private: } // namespace lldb -#endif // LLDB_SBThread_h_ +#endif // LLDB_API_SBTHREAD_H diff --git a/lldb/include/lldb/API/SBThreadCollection.h b/lldb/include/lldb/API/SBThreadCollection.h index 1c6b463..fe57a6b 100644 --- a/lldb/include/lldb/API/SBThreadCollection.h +++ b/lldb/include/lldb/API/SBThreadCollection.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBThreadCollection_h_ -#define LLDB_SBThreadCollection_h_ +#ifndef LLDB_API_SBTHREADCOLLECTION_H +#define LLDB_API_SBTHREADCOLLECTION_H #include "lldb/API/SBDefines.h" @@ -54,4 +54,4 @@ private: } // namespace lldb -#endif // LLDB_SBThreadCollection_h_ +#endif // LLDB_API_SBTHREADCOLLECTION_H diff --git a/lldb/include/lldb/API/SBThreadPlan.h b/lldb/include/lldb/API/SBThreadPlan.h index dbe417e..8f16f4f 100644 --- a/lldb/include/lldb/API/SBThreadPlan.h +++ b/lldb/include/lldb/API/SBThreadPlan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBThreadPlan_h_ -#define LLDB_SBThreadPlan_h_ +#ifndef LLDB_API_SBTHREADPLAN_H +#define LLDB_API_SBTHREADPLAN_H #include "lldb/API/SBDefines.h" @@ -125,4 +125,4 @@ private: } // namespace lldb -#endif // LLDB_SBThreadPlan_h_ +#endif // LLDB_API_SBTHREADPLAN_H diff --git a/lldb/include/lldb/API/SBTrace.h b/lldb/include/lldb/API/SBTrace.h index 87c67ad..053abae 100644 --- a/lldb/include/lldb/API/SBTrace.h +++ b/lldb/include/lldb/API/SBTrace.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTrace_h_ -#define LLDB_SBTrace_h_ +#ifndef LLDB_API_SBTRACE_H +#define LLDB_API_SBTRACE_H #include "lldb/API/SBDefines.h" #include "lldb/API/SBError.h" @@ -113,4 +113,4 @@ protected: }; } // namespace lldb -#endif // LLDB_SBTrace_h_ +#endif // LLDB_API_SBTRACE_H diff --git a/lldb/include/lldb/API/SBTraceOptions.h b/lldb/include/lldb/API/SBTraceOptions.h index 4c586bf..22d71fb 100644 --- a/lldb/include/lldb/API/SBTraceOptions.h +++ b/lldb/include/lldb/API/SBTraceOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SBTRACEOPTIONS_H_ -#define SBTRACEOPTIONS_H_ +#ifndef LLDB_API_SBTRACEOPTIONS_H +#define LLDB_API_SBTRACEOPTIONS_H #include "lldb/API/SBDefines.h" @@ -56,4 +56,4 @@ protected: }; } -#endif /* SBTRACEOPTIONS_H_ */ +#endif // LLDB_API_SBTRACEOPTIONS_H diff --git a/lldb/include/lldb/API/SBType.h b/lldb/include/lldb/API/SBType.h index b3f92b7..b0af433 100644 --- a/lldb/include/lldb/API/SBType.h +++ b/lldb/include/lldb/API/SBType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBType_h_ -#define LLDB_SBType_h_ +#ifndef LLDB_API_SBTYPE_H +#define LLDB_API_SBTYPE_H #include "lldb/API/SBDefines.h" @@ -259,4 +259,4 @@ private: } // namespace lldb -#endif // LLDB_SBType_h_ +#endif // LLDB_API_SBTYPE_H diff --git a/lldb/include/lldb/API/SBTypeCategory.h b/lldb/include/lldb/API/SBTypeCategory.h index c0f4cee1..ee1c0f6 100644 --- a/lldb/include/lldb/API/SBTypeCategory.h +++ b/lldb/include/lldb/API/SBTypeCategory.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeCategory_h_ -#define LLDB_SBTypeCategory_h_ +#ifndef LLDB_API_SBTYPECATEGORY_H +#define LLDB_API_SBTYPECATEGORY_H #include "lldb/API/SBDefines.h" @@ -113,4 +113,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeCategory_h_ +#endif // LLDB_API_SBTYPECATEGORY_H diff --git a/lldb/include/lldb/API/SBTypeEnumMember.h b/lldb/include/lldb/API/SBTypeEnumMember.h index 2410dbc..45f8cc6 100644 --- a/lldb/include/lldb/API/SBTypeEnumMember.h +++ b/lldb/include/lldb/API/SBTypeEnumMember.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeEnumMember_h_ -#define LLDB_SBTypeEnumMember_h_ +#ifndef LLDB_API_SBTYPEENUMMEMBER_H +#define LLDB_API_SBTYPEENUMMEMBER_H #include "lldb/API/SBDefines.h" @@ -80,4 +80,4 @@ private: } // namespace lldb -#endif // LLDB_SBTypeEnumMember_h_ +#endif // LLDB_API_SBTYPEENUMMEMBER_H diff --git a/lldb/include/lldb/API/SBTypeFilter.h b/lldb/include/lldb/API/SBTypeFilter.h index 4a0de11..5f02e23 100644 --- a/lldb/include/lldb/API/SBTypeFilter.h +++ b/lldb/include/lldb/API/SBTypeFilter.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeFilter_h_ -#define LLDB_SBTypeFilter_h_ +#ifndef LLDB_API_SBTYPEFILTER_H +#define LLDB_API_SBTYPEFILTER_H #include "lldb/API/SBDefines.h" @@ -71,4 +71,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeFilter_h_ +#endif // LLDB_API_SBTYPEFILTER_H diff --git a/lldb/include/lldb/API/SBTypeFormat.h b/lldb/include/lldb/API/SBTypeFormat.h index 8a0ac77a..b340459 100644 --- a/lldb/include/lldb/API/SBTypeFormat.h +++ b/lldb/include/lldb/API/SBTypeFormat.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeFormat_h_ -#define LLDB_SBTypeFormat_h_ +#ifndef LLDB_API_SBTYPEFORMAT_H +#define LLDB_API_SBTYPEFORMAT_H #include "lldb/API/SBDefines.h" @@ -75,4 +75,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeFormat_h_ +#endif // LLDB_API_SBTYPEFORMAT_H diff --git a/lldb/include/lldb/API/SBTypeNameSpecifier.h b/lldb/include/lldb/API/SBTypeNameSpecifier.h index 9fe449d..eee424c 100644 --- a/lldb/include/lldb/API/SBTypeNameSpecifier.h +++ b/lldb/include/lldb/API/SBTypeNameSpecifier.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeNameSpecifier_h_ -#define LLDB_SBTypeNameSpecifier_h_ +#ifndef LLDB_API_SBTYPENAMESPECIFIER_H +#define LLDB_API_SBTYPENAMESPECIFIER_H #include "lldb/API/SBDefines.h" @@ -62,4 +62,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeNameSpecifier_h_ +#endif // LLDB_API_SBTYPENAMESPECIFIER_H diff --git a/lldb/include/lldb/API/SBTypeSummary.h b/lldb/include/lldb/API/SBTypeSummary.h index bb7121f..929bfb6 100644 --- a/lldb/include/lldb/API/SBTypeSummary.h +++ b/lldb/include/lldb/API/SBTypeSummary.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeSummary_h_ -#define LLDB_SBTypeSummary_h_ +#ifndef LLDB_API_SBTYPESUMMARY_H +#define LLDB_API_SBTYPESUMMARY_H #include "lldb/API/SBDefines.h" @@ -136,4 +136,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeSummary_h_ +#endif // LLDB_API_SBTYPESUMMARY_H diff --git a/lldb/include/lldb/API/SBTypeSynthetic.h b/lldb/include/lldb/API/SBTypeSynthetic.h index c190643..9dab9d8 100644 --- a/lldb/include/lldb/API/SBTypeSynthetic.h +++ b/lldb/include/lldb/API/SBTypeSynthetic.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBTypeSynthetic_h_ -#define LLDB_SBTypeSynthetic_h_ +#ifndef LLDB_API_SBTYPESYNTHETIC_H +#define LLDB_API_SBTYPESYNTHETIC_H #include "lldb/API/SBDefines.h" @@ -77,4 +77,4 @@ protected: } // namespace lldb -#endif // LLDB_SBTypeSynthetic_h_ +#endif // LLDB_API_SBTYPESYNTHETIC_H diff --git a/lldb/include/lldb/API/SBUnixSignals.h b/lldb/include/lldb/API/SBUnixSignals.h index c7e99d1..9757eac 100644 --- a/lldb/include/lldb/API/SBUnixSignals.h +++ b/lldb/include/lldb/API/SBUnixSignals.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBUnixSignals_h_ -#define LLDB_SBUnixSignals_h_ +#ifndef LLDB_API_SBUNIXSIGNALS_H +#define LLDB_API_SBUNIXSIGNALS_H #include "lldb/API/SBDefines.h" @@ -68,4 +68,4 @@ private: } // namespace lldb -#endif // LLDB_SBUnixSignals_h_ +#endif // LLDB_API_SBUNIXSIGNALS_H diff --git a/lldb/include/lldb/API/SBValue.h b/lldb/include/lldb/API/SBValue.h index 5f8d17f..69be025 100644 --- a/lldb/include/lldb/API/SBValue.h +++ b/lldb/include/lldb/API/SBValue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBValue_h_ -#define LLDB_SBValue_h_ +#ifndef LLDB_API_SBVALUE_H +#define LLDB_API_SBVALUE_H #include "lldb/API/SBData.h" #include "lldb/API/SBDefines.h" @@ -430,4 +430,4 @@ private: } // namespace lldb -#endif // LLDB_SBValue_h_ +#endif // LLDB_API_SBVALUE_H diff --git a/lldb/include/lldb/API/SBValueList.h b/lldb/include/lldb/API/SBValueList.h index d305b35..dc8389b 100644 --- a/lldb/include/lldb/API/SBValueList.h +++ b/lldb/include/lldb/API/SBValueList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBValueList_h_ -#define LLDB_SBValueList_h_ +#ifndef LLDB_API_SBVALUELIST_H +#define LLDB_API_SBVALUELIST_H #include "lldb/API/SBDefines.h" @@ -72,4 +72,4 @@ private: } // namespace lldb -#endif // LLDB_SBValueList_h_ +#endif // LLDB_API_SBVALUELIST_H diff --git a/lldb/include/lldb/API/SBVariablesOptions.h b/lldb/include/lldb/API/SBVariablesOptions.h index e226ce4..53ab4b7 100644 --- a/lldb/include/lldb/API/SBVariablesOptions.h +++ b/lldb/include/lldb/API/SBVariablesOptions.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBVariablesOptions_h_ -#define LLDB_SBVariablesOptions_h_ +#ifndef LLDB_API_SBVARIABLESOPTIONS_H +#define LLDB_API_SBVARIABLESOPTIONS_H #include "lldb/API/SBDefines.h" @@ -79,4 +79,4 @@ private: } // namespace lldb -#endif // LLDB_SBValue_h_ +#endif // LLDB_API_SBVARIABLESOPTIONS_H diff --git a/lldb/include/lldb/API/SBWatchpoint.h b/lldb/include/lldb/API/SBWatchpoint.h index 05ff0ca..08c5faa 100644 --- a/lldb/include/lldb/API/SBWatchpoint.h +++ b/lldb/include/lldb/API/SBWatchpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBWatchpoint_h_ -#define LLDB_SBWatchpoint_h_ +#ifndef LLDB_API_SBWATCHPOINT_H +#define LLDB_API_SBWATCHPOINT_H #include "lldb/API/SBDefines.h" @@ -82,4 +82,4 @@ private: } // namespace lldb -#endif // LLDB_SBWatchpoint_h_ +#endif // LLDB_API_SBWATCHPOINT_H diff --git a/lldb/include/lldb/Breakpoint/Breakpoint.h b/lldb/include/lldb/Breakpoint/Breakpoint.h index 94411bd..553b911 100644 --- a/lldb/include/lldb/Breakpoint/Breakpoint.h +++ b/lldb/include/lldb/Breakpoint/Breakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Breakpoint_h_ -#define liblldb_Breakpoint_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINT_H +#define LLDB_BREAKPOINT_BREAKPOINT_H #include #include @@ -669,4 +669,4 @@ private: } // namespace lldb_private -#endif // liblldb_Breakpoint_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINT_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointID.h b/lldb/include/lldb/Breakpoint/BreakpointID.h index 9daa5b6..64432f2 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointID.h +++ b/lldb/include/lldb/Breakpoint/BreakpointID.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointID_h_ -#define liblldb_BreakpointID_h_ - +#ifndef LLDB_BREAKPOINT_BREAKPOINTID_H +#define LLDB_BREAKPOINT_BREAKPOINTID_H #include "lldb/lldb-private.h" @@ -95,4 +94,4 @@ protected: } // namespace lldb_private -#endif // liblldb_BreakpointID_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTID_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointIDList.h b/lldb/include/lldb/Breakpoint/BreakpointIDList.h index c642922..e77e390 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointIDList.h +++ b/lldb/include/lldb/Breakpoint/BreakpointIDList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointIDList_h_ -#define liblldb_BreakpointIDList_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTIDLIST_H +#define LLDB_BREAKPOINT_BREAKPOINTIDLIST_H #include #include @@ -73,4 +73,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointIDList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTIDLIST_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointList.h b/lldb/include/lldb/Breakpoint/BreakpointList.h index ad68151..fff0d80 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointList.h +++ b/lldb/include/lldb/Breakpoint/BreakpointList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointList_h_ -#define liblldb_BreakpointList_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTLIST_H +#define LLDB_BREAKPOINT_BREAKPOINTLIST_H #include #include @@ -173,4 +173,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLIST_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointLocation.h b/lldb/include/lldb/Breakpoint/BreakpointLocation.h index 86bb164..2387beb 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointLocation.h +++ b/lldb/include/lldb/Breakpoint/BreakpointLocation.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointLocation_h_ -#define liblldb_BreakpointLocation_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATION_H +#define LLDB_BREAKPOINT_BREAKPOINTLOCATION_H #include #include @@ -350,4 +350,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointLocation_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATION_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h b/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h index be40063..ffdb81e 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h +++ b/lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointLocationCollection_h_ -#define liblldb_BreakpointLocationCollection_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H +#define LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H #include #include @@ -175,4 +175,4 @@ public: } // namespace lldb_private -#endif // liblldb_BreakpointLocationCollection_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointLocationList.h b/lldb/include/lldb/Breakpoint/BreakpointLocationList.h index 89ad2f5..4b36c91 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointLocationList.h +++ b/lldb/include/lldb/Breakpoint/BreakpointLocationList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointLocationList_h_ -#define liblldb_BreakpointLocationList_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H +#define LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H #include #include @@ -212,4 +212,4 @@ public: } // namespace lldb_private -#endif // liblldb_BreakpointLocationList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointName.h b/lldb/include/lldb/Breakpoint/BreakpointName.h index 61020a6..8786dbc 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointName.h +++ b/lldb/include/lldb/Breakpoint/BreakpointName.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Breakpoint_Name_h_ -#define liblldb_Breakpoint_Name_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTNAME_H +#define LLDB_BREAKPOINT_BREAKPOINTNAME_H #include #include @@ -205,4 +205,4 @@ private: } // namespace lldb_private -#endif // liblldb_Breakpoint_Name_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTNAME_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointOptions.h b/lldb/include/lldb/Breakpoint/BreakpointOptions.h index 2c52170..615b4eb 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointOptions.h +++ b/lldb/include/lldb/Breakpoint/BreakpointOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointOptions_h_ -#define liblldb_BreakpointOptions_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H +#define LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H #include #include @@ -406,4 +406,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointOptions_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h b/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h index 2a9461b..5f0c11b 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h +++ b/lldb/include/lldb/Breakpoint/BreakpointPrecondition.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointPrecondition_h_ -#define liblldb_BreakpointPrecondition_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTPRECONDITION_H +#define LLDB_BREAKPOINT_BREAKPOINTPRECONDITION_H #include "lldb/lldb-enumerations.h" diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolver.h b/lldb/include/lldb/Breakpoint/BreakpointResolver.h index c1dbf9a..fa98429 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolver.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolver_h_ -#define liblldb_BreakpointResolver_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H #include "lldb/Breakpoint/Breakpoint.h" #include "lldb/Core/Address.h" @@ -224,4 +224,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointResolver_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h b/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h index 3df8964..ab4428b 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolverAddress_h_ -#define liblldb_BreakpointResolverAddress_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H #include "lldb/Breakpoint/BreakpointResolver.h" #include "lldb/Core/ModuleSpec.h" @@ -73,4 +73,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointResolverAddress_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h b/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h index 9ca48ec..5bb15fa 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolverFileLine_h_ -#define liblldb_BreakpointResolverFileLine_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H #include "lldb/Breakpoint/BreakpointResolver.h" @@ -72,4 +72,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointResolverFileLine_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h b/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h index df4c13e..19c7ba1 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolverFileRegex_h_ -#define liblldb_BreakpointResolverFileRegex_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H #include #include "lldb/Breakpoint/BreakpointResolver.h" @@ -74,4 +74,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointResolverFileRegex_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverName.h b/lldb/include/lldb/Breakpoint/BreakpointResolverName.h index 196d88d..9378b96 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolverName.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolverName.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolverName_h_ -#define liblldb_BreakpointResolverName_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H #include #include @@ -91,4 +91,4 @@ protected: } // namespace lldb_private -#endif // liblldb_BreakpointResolverName_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h b/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h index 89a7d03..b6333fc 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h +++ b/lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointResolverScripted_h_ -#define liblldb_BreakpointResolverScripted_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H +#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H #include "lldb/lldb-forward.h" #include "lldb/Breakpoint/BreakpointResolver.h" @@ -74,4 +74,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointResolverScripted_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointSite.h b/lldb/include/lldb/Breakpoint/BreakpointSite.h index eef2e29..2796598 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointSite.h +++ b/lldb/include/lldb/Breakpoint/BreakpointSite.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointSite_h_ -#define liblldb_BreakpointSite_h_ - +#ifndef LLDB_BREAKPOINT_BREAKPOINTSITE_H +#define LLDB_BREAKPOINT_BREAKPOINTSITE_H #include #include @@ -231,4 +230,4 @@ private: } // namespace lldb_private -#endif // liblldb_BreakpointSite_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTSITE_H diff --git a/lldb/include/lldb/Breakpoint/BreakpointSiteList.h b/lldb/include/lldb/Breakpoint/BreakpointSiteList.h index b10d119..98091bb 100644 --- a/lldb/include/lldb/Breakpoint/BreakpointSiteList.h +++ b/lldb/include/lldb/Breakpoint/BreakpointSiteList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BreakpointSiteList_h_ -#define liblldb_BreakpointSiteList_h_ +#ifndef LLDB_BREAKPOINT_BREAKPOINTSITELIST_H +#define LLDB_BREAKPOINT_BREAKPOINTSITELIST_H #include #include @@ -170,4 +170,4 @@ protected: } // namespace lldb_private -#endif // liblldb_BreakpointSiteList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTSITELIST_H diff --git a/lldb/include/lldb/Breakpoint/Stoppoint.h b/lldb/include/lldb/Breakpoint/Stoppoint.h index f20b100..6f447679 100644 --- a/lldb/include/lldb/Breakpoint/Stoppoint.h +++ b/lldb/include/lldb/Breakpoint/Stoppoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Stoppoint_h_ -#define liblldb_Stoppoint_h_ +#ifndef LLDB_BREAKPOINT_STOPPOINT_H +#define LLDB_BREAKPOINT_STOPPOINT_H #include "lldb/Utility/UserID.h" #include "lldb/lldb-private.h" @@ -42,4 +42,4 @@ private: } // namespace lldb_private -#endif // liblldb_Stoppoint_h_ +#endif // LLDB_BREAKPOINT_STOPPOINT_H diff --git a/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h b/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h index c1724a6..db02ddd 100644 --- a/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h +++ b/lldb/include/lldb/Breakpoint/StoppointCallbackContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StoppointCallbackContext_h_ -#define liblldb_StoppointCallbackContext_h_ +#ifndef LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H +#define LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H #include "lldb/Target/ExecutionContext.h" #include "lldb/lldb-private.h" @@ -48,4 +48,4 @@ public: } // namespace lldb_private -#endif // liblldb_StoppointCallbackContext_h_ +#endif // LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H diff --git a/lldb/include/lldb/Breakpoint/StoppointLocation.h b/lldb/include/lldb/Breakpoint/StoppointLocation.h index 3c22813..6a3d549 100644 --- a/lldb/include/lldb/Breakpoint/StoppointLocation.h +++ b/lldb/include/lldb/Breakpoint/StoppointLocation.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StoppointLocation_h_ -#define liblldb_StoppointLocation_h_ +#ifndef LLDB_BREAKPOINT_STOPPOINTLOCATION_H +#define LLDB_BREAKPOINT_STOPPOINTLOCATION_H #include "lldb/Utility/UserID.h" #include "lldb/lldb-private.h" @@ -83,4 +83,4 @@ private: } // namespace lldb_private -#endif // liblldb_StoppointLocation_h_ +#endif // LLDB_BREAKPOINT_STOPPOINTLOCATION_H diff --git a/lldb/include/lldb/Breakpoint/Watchpoint.h b/lldb/include/lldb/Breakpoint/Watchpoint.h index 27b0d36..55b9e50 100644 --- a/lldb/include/lldb/Breakpoint/Watchpoint.h +++ b/lldb/include/lldb/Breakpoint/Watchpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Watchpoint_h_ -#define liblldb_Watchpoint_h_ +#ifndef LLDB_BREAKPOINT_WATCHPOINT_H +#define LLDB_BREAKPOINT_WATCHPOINT_H #include #include @@ -209,4 +209,4 @@ private: } // namespace lldb_private -#endif // liblldb_Watchpoint_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINT_H diff --git a/lldb/include/lldb/Breakpoint/WatchpointList.h b/lldb/include/lldb/Breakpoint/WatchpointList.h index bb73d4a..283f991 100644 --- a/lldb/include/lldb/Breakpoint/WatchpointList.h +++ b/lldb/include/lldb/Breakpoint/WatchpointList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_WatchpointList_h_ -#define liblldb_WatchpointList_h_ +#ifndef LLDB_BREAKPOINT_WATCHPOINTLIST_H +#define LLDB_BREAKPOINT_WATCHPOINTLIST_H #include #include @@ -203,4 +203,4 @@ protected: } // namespace lldb_private -#endif // liblldb_WatchpointList_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINTLIST_H diff --git a/lldb/include/lldb/Breakpoint/WatchpointOptions.h b/lldb/include/lldb/Breakpoint/WatchpointOptions.h index 0dc34d4..0a18c52 100644 --- a/lldb/include/lldb/Breakpoint/WatchpointOptions.h +++ b/lldb/include/lldb/Breakpoint/WatchpointOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_WatchpointOptions_h_ -#define liblldb_WatchpointOptions_h_ +#ifndef LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H +#define LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H #include #include @@ -198,4 +198,4 @@ private: } // namespace lldb_private -#endif // liblldb_WatchpointOptions_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H diff --git a/lldb/include/lldb/Core/Address.h b/lldb/include/lldb/Core/Address.h index 70a7f79..71e50b9 100644 --- a/lldb/include/lldb/Core/Address.h +++ b/lldb/include/lldb/Core/Address.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Address_h_ -#define liblldb_Address_h_ +#ifndef LLDB_CORE_ADDRESS_H +#define LLDB_CORE_ADDRESS_H #include "lldb/lldb-defines.h" #include "lldb/lldb-forward.h" @@ -515,4 +515,4 @@ bool operator!=(const Address &lhs, const Address &rhs); } // namespace lldb_private -#endif // liblldb_Address_h_ +#endif // LLDB_CORE_ADDRESS_H diff --git a/lldb/include/lldb/Core/AddressRange.h b/lldb/include/lldb/Core/AddressRange.h index ac74871..8ccf96a 100644 --- a/lldb/include/lldb/Core/AddressRange.h +++ b/lldb/include/lldb/Core/AddressRange.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AddressRange_h_ -#define liblldb_AddressRange_h_ +#ifndef LLDB_CORE_ADDRESSRANGE_H +#define LLDB_CORE_ADDRESSRANGE_H #include "lldb/Core/Address.h" #include "lldb/lldb-forward.h" @@ -247,4 +247,4 @@ protected: } // namespace lldb_private -#endif // liblldb_AddressRange_h_ +#endif // LLDB_CORE_ADDRESSRANGE_H diff --git a/lldb/include/lldb/Core/AddressResolver.h b/lldb/include/lldb/Core/AddressResolver.h index cd95c7c..d401c74 100644 --- a/lldb/include/lldb/Core/AddressResolver.h +++ b/lldb/include/lldb/Core/AddressResolver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AddressResolver_h_ -#define liblldb_AddressResolver_h_ +#ifndef LLDB_CORE_ADDRESSRESOLVER_H +#define LLDB_CORE_ADDRESSRESOLVER_H #include "lldb/Core/AddressRange.h" #include "lldb/Core/SearchFilter.h" @@ -60,4 +60,4 @@ private: } // namespace lldb_private -#endif // liblldb_AddressResolver_h_ +#endif // LLDB_CORE_ADDRESSRESOLVER_H diff --git a/lldb/include/lldb/Core/AddressResolverFileLine.h b/lldb/include/lldb/Core/AddressResolverFileLine.h index efbe3de..db3080c 100644 --- a/lldb/include/lldb/Core/AddressResolverFileLine.h +++ b/lldb/include/lldb/Core/AddressResolverFileLine.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AddressResolverFileLine_h_ -#define liblldb_AddressResolverFileLine_h_ +#ifndef LLDB_CORE_ADDRESSRESOLVERFILELINE_H +#define LLDB_CORE_ADDRESSRESOLVERFILELINE_H #include "lldb/Core/AddressResolver.h" #include "lldb/Core/SearchFilter.h" @@ -53,4 +53,4 @@ private: } // namespace lldb_private -#endif // liblldb_AddressResolverFileLine_h_ +#endif // LLDB_CORE_ADDRESSRESOLVERFILELINE_H diff --git a/lldb/include/lldb/Core/AddressResolverName.h b/lldb/include/lldb/Core/AddressResolverName.h index 8a039f9..c1ce8c7 100644 --- a/lldb/include/lldb/Core/AddressResolverName.h +++ b/lldb/include/lldb/Core/AddressResolverName.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AddressResolverName_h_ -#define liblldb_AddressResolverName_h_ +#ifndef LLDB_CORE_ADDRESSRESOLVERNAME_H +#define LLDB_CORE_ADDRESSRESOLVERNAME_H #include "lldb/Core/AddressResolver.h" #include "lldb/Core/SearchFilter.h" @@ -59,4 +59,4 @@ private: } // namespace lldb_private -#endif // liblldb_AddressResolverName_h_ +#endif // LLDB_CORE_ADDRESSRESOLVERNAME_H diff --git a/lldb/include/lldb/Core/Communication.h b/lldb/include/lldb/Core/Communication.h index 901b8fd..048541a 100644 --- a/lldb/include/lldb/Core/Communication.h +++ b/lldb/include/lldb/Core/Communication.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Communication_h_ -#define liblldb_Communication_h_ +#ifndef LLDB_CORE_COMMUNICATION_H +#define LLDB_CORE_COMMUNICATION_H #include "lldb/Host/HostThread.h" #include "lldb/Utility/Broadcaster.h" @@ -364,4 +364,4 @@ private: } // namespace lldb_private -#endif // liblldb_Communication_h_ +#endif // LLDB_CORE_COMMUNICATION_H diff --git a/lldb/include/lldb/Core/Debugger.h b/lldb/include/lldb/Core/Debugger.h index d18c82f..e2d10f8 100644 --- a/lldb/include/lldb/Core/Debugger.h +++ b/lldb/include/lldb/Core/Debugger.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Debugger_h_ -#define liblldb_Debugger_h_ +#ifndef LLDB_CORE_DEBUGGER_H +#define LLDB_CORE_DEBUGGER_H #include @@ -440,4 +440,4 @@ private: } // namespace lldb_private -#endif // liblldb_Debugger_h_ +#endif // LLDB_CORE_DEBUGGER_H diff --git a/lldb/include/lldb/Core/Disassembler.h b/lldb/include/lldb/Core/Disassembler.h index 7ece0eeb..98f34f3 100644 --- a/lldb/include/lldb/Core/Disassembler.h +++ b/lldb/include/lldb/Core/Disassembler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Disassembler_h_ -#define liblldb_Disassembler_h_ +#ifndef LLDB_CORE_DISASSEMBLER_H +#define LLDB_CORE_DISASSEMBLER_H #include "lldb/Core/Address.h" #include "lldb/Core/EmulateInstruction.h" @@ -553,4 +553,4 @@ private: } // namespace lldb_private -#endif // liblldb_Disassembler_h_ +#endif // LLDB_CORE_DISASSEMBLER_H diff --git a/lldb/include/lldb/Core/EmulateInstruction.h b/lldb/include/lldb/Core/EmulateInstruction.h index 6b19c17..fc99782 100644 --- a/lldb/include/lldb/Core/EmulateInstruction.h +++ b/lldb/include/lldb/Core/EmulateInstruction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_EmulateInstruction_h_ -#define lldb_EmulateInstruction_h_ +#ifndef LLDB_CORE_EMULATEINSTRUCTION_H +#define LLDB_CORE_EMULATEINSTRUCTION_H #include @@ -504,4 +504,4 @@ private: } // namespace lldb_private -#endif // lldb_EmulateInstruction_h_ +#endif // LLDB_CORE_EMULATEINSTRUCTION_H diff --git a/lldb/include/lldb/Core/FileLineResolver.h b/lldb/include/lldb/Core/FileLineResolver.h index d6525b7..f9fea18 100644 --- a/lldb/include/lldb/Core/FileLineResolver.h +++ b/lldb/include/lldb/Core/FileLineResolver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FileLineResolver_h_ -#define liblldb_FileLineResolver_h_ +#ifndef LLDB_CORE_FILELINERESOLVER_H +#define LLDB_CORE_FILELINERESOLVER_H #include "lldb/Core/SearchFilter.h" #include "lldb/Symbol/SymbolContext.h" @@ -63,4 +63,4 @@ private: } // namespace lldb_private -#endif // liblldb_FileLineResolver_h_ +#endif // LLDB_CORE_FILELINERESOLVER_H diff --git a/lldb/include/lldb/Core/FileSpecList.h b/lldb/include/lldb/Core/FileSpecList.h index 8edc328..3e412a7 100644 --- a/lldb/include/lldb/Core/FileSpecList.h +++ b/lldb/include/lldb/Core/FileSpecList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FileSpecList_h_ -#define liblldb_FileSpecList_h_ +#ifndef LLDB_CORE_FILESPECLIST_H +#define LLDB_CORE_FILESPECLIST_H #if defined(__cplusplus) #include "lldb/Utility/FileSpec.h" @@ -204,4 +204,4 @@ protected: } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_FileSpecList_h_ +#endif // LLDB_CORE_FILESPECLIST_H diff --git a/lldb/include/lldb/Core/FormatEntity.h b/lldb/include/lldb/Core/FormatEntity.h index 106b070..91999f6 100644 --- a/lldb/include/lldb/Core/FormatEntity.h +++ b/lldb/include/lldb/Core/FormatEntity.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FormatEntity_h_ -#define liblldb_FormatEntity_h_ +#ifndef LLDB_CORE_FORMATENTITY_H +#define LLDB_CORE_FORMATENTITY_H #include "lldb/Utility/CompletionRequest.h" #include "lldb/Utility/FileSpec.h" @@ -219,4 +219,4 @@ protected: }; } // namespace lldb_private -#endif // liblldb_FormatEntity_h_ +#endif // LLDB_CORE_FORMATENTITY_H diff --git a/lldb/include/lldb/Core/Highlighter.h b/lldb/include/lldb/Core/Highlighter.h index 8a268ec..82a42e5 100644 --- a/lldb/include/lldb/Core/Highlighter.h +++ b/lldb/include/lldb/Core/Highlighter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Highlighter_h_ -#define liblldb_Highlighter_h_ +#ifndef LLDB_CORE_HIGHLIGHTER_H +#define LLDB_CORE_HIGHLIGHTER_H #include #include @@ -152,4 +152,4 @@ public: } // namespace lldb_private -#endif // liblldb_Highlighter_h_ +#endif // LLDB_CORE_HIGHLIGHTER_H diff --git a/lldb/include/lldb/Core/IOHandler.h b/lldb/include/lldb/Core/IOHandler.h index 9ab5eaa..ff75bfb 100644 --- a/lldb/include/lldb/Core/IOHandler.h +++ b/lldb/include/lldb/Core/IOHandler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IOHandler_h_ -#define liblldb_IOHandler_h_ +#ifndef LLDB_CORE_IOHANDLER_H +#define LLDB_CORE_IOHANDLER_H #include "lldb/Core/ValueObjectList.h" #include "lldb/Host/Config.h" @@ -545,4 +545,4 @@ private: } // namespace lldb_private -#endif // liblldb_IOHandler_h_ +#endif // LLDB_CORE_IOHANDLER_H diff --git a/lldb/include/lldb/Core/IOHandlerCursesGUI.h b/lldb/include/lldb/Core/IOHandlerCursesGUI.h index afa4352..fe62eaea 100644 --- a/lldb/include/lldb/Core/IOHandlerCursesGUI.h +++ b/lldb/include/lldb/Core/IOHandlerCursesGUI.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IOHandlerCursesGUI_h_ -#define liblldb_IOHandlerCursesGUI_h_ +#ifndef LLDB_CORE_IOHANDLERCURSESGUI_H +#define LLDB_CORE_IOHANDLERCURSESGUI_H #include "lldb/Core/IOHandler.h" @@ -37,4 +37,4 @@ protected: } // namespace lldb_private -#endif // liblldb_IOHandlerCursesGUI_h_ +#endif // LLDB_CORE_IOHANDLERCURSESGUI_H diff --git a/lldb/include/lldb/Core/LoadedModuleInfoList.h b/lldb/include/lldb/Core/LoadedModuleInfoList.h index 04e58fc..49400f7 100644 --- a/lldb/include/lldb/Core/LoadedModuleInfoList.h +++ b/lldb/include/lldb/Core/LoadedModuleInfoList.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LoadedModuleInfoList_h_ -#define liblldb_LoadedModuleInfoList_h_ - +#ifndef LLDB_CORE_LOADEDMODULEINFOLIST_H +#define LLDB_CORE_LOADEDMODULEINFOLIST_H #include #include @@ -113,4 +112,4 @@ public: }; } // namespace lldb_private -#endif // liblldb_LoadedModuleInfoList_h_ +#endif // LLDB_CORE_LOADEDMODULEINFOLIST_H diff --git a/lldb/include/lldb/Core/Mangled.h b/lldb/include/lldb/Core/Mangled.h index d8cadc3..c03fc1e 100644 --- a/lldb/include/lldb/Core/Mangled.h +++ b/lldb/include/lldb/Core/Mangled.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Mangled_h_ -#define liblldb_Mangled_h_ +#ifndef LLDB_CORE_MANGLED_H +#define LLDB_CORE_MANGLED_H #if defined(__cplusplus) #include "lldb/lldb-enumerations.h" @@ -280,4 +280,4 @@ Stream &operator<<(Stream &s, const Mangled &obj); } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_Mangled_h_ +#endif // LLDB_CORE_MANGLED_H diff --git a/lldb/include/lldb/Core/MappedHash.h b/lldb/include/lldb/Core/MappedHash.h index 7dc9b5b..a27ec82 100644 --- a/lldb/include/lldb/Core/MappedHash.h +++ b/lldb/include/lldb/Core/MappedHash.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MappedHash_h_ -#define liblldb_MappedHash_h_ +#ifndef LLDB_CORE_MAPPEDHASH_H +#define LLDB_CORE_MAPPEDHASH_H #include #include @@ -307,4 +307,4 @@ public: }; }; -#endif // liblldb_MappedHash_h_ +#endif // LLDB_CORE_MAPPEDHASH_H diff --git a/lldb/include/lldb/Core/Module.h b/lldb/include/lldb/Core/Module.h index 08bc569..a811b77 100644 --- a/lldb/include/lldb/Core/Module.h +++ b/lldb/include/lldb/Core/Module.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Module_h_ -#define liblldb_Module_h_ +#ifndef LLDB_CORE_MODULE_H +#define LLDB_CORE_MODULE_H #include "lldb/Core/Address.h" #include "lldb/Core/ModuleList.h" @@ -1047,4 +1047,4 @@ private: } // namespace lldb_private -#endif // liblldb_Module_h_ +#endif // LLDB_CORE_MODULE_H diff --git a/lldb/include/lldb/Core/ModuleChild.h b/lldb/include/lldb/Core/ModuleChild.h index 0d59e4f..63eb137 100644 --- a/lldb/include/lldb/Core/ModuleChild.h +++ b/lldb/include/lldb/Core/ModuleChild.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ModuleChild_h_ -#define liblldb_ModuleChild_h_ +#ifndef LLDB_CORE_MODULECHILD_H +#define LLDB_CORE_MODULECHILD_H #include "lldb/lldb-forward.h" @@ -58,4 +58,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ModuleChild_h_ +#endif // LLDB_CORE_MODULECHILD_H diff --git a/lldb/include/lldb/Core/ModuleList.h b/lldb/include/lldb/Core/ModuleList.h index bdcef30..ae1f6fd 100644 --- a/lldb/include/lldb/Core/ModuleList.h +++ b/lldb/include/lldb/Core/ModuleList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ModuleList_h_ -#define liblldb_ModuleList_h_ +#ifndef LLDB_CORE_MODULELIST_H +#define LLDB_CORE_MODULELIST_H #include "lldb/Core/Address.h" #include "lldb/Core/ModuleSpec.h" @@ -497,4 +497,4 @@ public: } // namespace lldb_private -#endif // liblldb_ModuleList_h_ +#endif // LLDB_CORE_MODULELIST_H diff --git a/lldb/include/lldb/Core/ModuleSpec.h b/lldb/include/lldb/Core/ModuleSpec.h index 6d024fe..01398d4 100644 --- a/lldb/include/lldb/Core/ModuleSpec.h +++ b/lldb/include/lldb/Core/ModuleSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ModuleSpec_h_ -#define liblldb_ModuleSpec_h_ +#ifndef LLDB_CORE_MODULESPEC_H +#define LLDB_CORE_MODULESPEC_H #include "lldb/Host/FileSystem.h" #include "lldb/Target/PathMappingList.h" @@ -415,4 +415,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ModuleSpec_h_ +#endif // LLDB_CORE_MODULESPEC_H diff --git a/lldb/include/lldb/Core/Opcode.h b/lldb/include/lldb/Core/Opcode.h index 1a30ce4..f06ef38c 100644 --- a/lldb/include/lldb/Core/Opcode.h +++ b/lldb/include/lldb/Core/Opcode.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Opcode_h -#define lldb_Opcode_h +#ifndef LLDB_CORE_OPCODE_H +#define LLDB_CORE_OPCODE_H #include "lldb/Utility/Endian.h" #include "lldb/lldb-enumerations.h" @@ -270,4 +270,4 @@ protected: } // namespace lldb_private -#endif // lldb_Opcode_h +#endif // LLDB_CORE_OPCODE_H diff --git a/lldb/include/lldb/Core/PluginInterface.h b/lldb/include/lldb/Core/PluginInterface.h index 6e625a6..17f6dc3 100644 --- a/lldb/include/lldb/Core/PluginInterface.h +++ b/lldb/include/lldb/Core/PluginInterface.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PluginInterface_h_ -#define liblldb_PluginInterface_h_ +#ifndef LLDB_CORE_PLUGININTERFACE_H +#define LLDB_CORE_PLUGININTERFACE_H #include "lldb/lldb-private.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_PluginInterface_h_ +#endif // LLDB_CORE_PLUGININTERFACE_H diff --git a/lldb/include/lldb/Core/PluginManager.h b/lldb/include/lldb/Core/PluginManager.h index d42e53a..259f716 100644 --- a/lldb/include/lldb/Core/PluginManager.h +++ b/lldb/include/lldb/Core/PluginManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PluginManager_h_ -#define liblldb_PluginManager_h_ +#ifndef LLDB_CORE_PLUGINMANAGER_H +#define LLDB_CORE_PLUGINMANAGER_H #include "lldb/Core/Architecture.h" #include "lldb/Symbol/TypeSystem.h" @@ -495,4 +495,4 @@ public: } // namespace lldb_private -#endif // liblldb_PluginManager_h_ +#endif // LLDB_CORE_PLUGINMANAGER_H diff --git a/lldb/include/lldb/Core/RichManglingContext.h b/lldb/include/lldb/Core/RichManglingContext.h index e6fa259..68f80e7 100644 --- a/lldb/include/lldb/Core/RichManglingContext.h +++ b/lldb/include/lldb/Core/RichManglingContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RichManglingContext_h_ -#define liblldb_RichManglingContext_h_ +#ifndef LLDB_CORE_RICHMANGLINGCONTEXT_H +#define LLDB_CORE_RICHMANGLINGCONTEXT_H #include "lldb/lldb-forward.h" #include "lldb/lldb-private.h" diff --git a/lldb/include/lldb/Core/SearchFilter.h b/lldb/include/lldb/Core/SearchFilter.h index 74c4f31..ab5dc96 100644 --- a/lldb/include/lldb/Core/SearchFilter.h +++ b/lldb/include/lldb/Core/SearchFilter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SearchFilter_h_ -#define liblldb_SearchFilter_h_ +#ifndef LLDB_CORE_SEARCHFILTER_H +#define LLDB_CORE_SEARCHFILTER_H #include "lldb/Core/FileSpecList.h" #include "lldb/Utility/StructuredData.h" @@ -440,4 +440,4 @@ private: } // namespace lldb_private -#endif // liblldb_SearchFilter_h_ +#endif // LLDB_CORE_SEARCHFILTER_H diff --git a/lldb/include/lldb/Core/Section.h b/lldb/include/lldb/Core/Section.h index 509a076..8e3adcf 100644 --- a/lldb/include/lldb/Core/Section.h +++ b/lldb/include/lldb/Core/Section.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Section_h_ -#define liblldb_Section_h_ +#ifndef LLDB_CORE_SECTION_H +#define LLDB_CORE_SECTION_H #include "lldb/Core/ModuleChild.h" #include "lldb/Utility/ConstString.h" @@ -272,4 +272,4 @@ private: } // namespace lldb_private -#endif // liblldb_Section_h_ +#endif // LLDB_CORE_SECTION_H diff --git a/lldb/include/lldb/Core/SourceManager.h b/lldb/include/lldb/Core/SourceManager.h index f1f56d0..c039200 100644 --- a/lldb/include/lldb/Core/SourceManager.h +++ b/lldb/include/lldb/Core/SourceManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SourceManager_h_ -#define liblldb_SourceManager_h_ +#ifndef LLDB_CORE_SOURCEMANAGER_H +#define LLDB_CORE_SOURCEMANAGER_H #include "lldb/Utility/FileSpec.h" #include "lldb/lldb-defines.h" @@ -162,4 +162,4 @@ bool operator==(const SourceManager::File &lhs, const SourceManager::File &rhs); } // namespace lldb_private -#endif // liblldb_SourceManager_h_ +#endif // LLDB_CORE_SOURCEMANAGER_H diff --git a/lldb/include/lldb/Core/StreamAsynchronousIO.h b/lldb/include/lldb/Core/StreamAsynchronousIO.h index 6237e12..949a798 100644 --- a/lldb/include/lldb/Core/StreamAsynchronousIO.h +++ b/lldb/include/lldb/Core/StreamAsynchronousIO.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamAsynchronousIO_h_ -#define liblldb_StreamAsynchronousIO_h_ +#ifndef LLDB_CORE_STREAMASYNCHRONOUSIO_H +#define LLDB_CORE_STREAMASYNCHRONOUSIO_H #include "lldb/Utility/Stream.h" @@ -37,4 +37,4 @@ private: } // namespace lldb_private -#endif // liblldb_StreamAsynchronousIO_h +#endif // LLDB_CORE_STREAMASYNCHRONOUSIO_H diff --git a/lldb/include/lldb/Core/StreamBuffer.h b/lldb/include/lldb/Core/StreamBuffer.h index 6c51651..9c48ddb 100644 --- a/lldb/include/lldb/Core/StreamBuffer.h +++ b/lldb/include/lldb/Core/StreamBuffer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamBuffer_h_ -#define liblldb_StreamBuffer_h_ +#ifndef LLDB_CORE_STREAMBUFFER_H +#define LLDB_CORE_STREAMBUFFER_H #include "lldb/Utility/Stream.h" #include "llvm/ADT/SmallVector.h" @@ -51,4 +51,4 @@ protected: } // namespace lldb_private -#endif // #ifndef liblldb_StreamBuffer_h_ +#endif // LLDB_CORE_STREAMBUFFER_H diff --git a/lldb/include/lldb/Core/StreamFile.h b/lldb/include/lldb/Core/StreamFile.h index bd7d6e8..eaa475d 100644 --- a/lldb/include/lldb/Core/StreamFile.h +++ b/lldb/include/lldb/Core/StreamFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamFile_h_ -#define liblldb_StreamFile_h_ +#ifndef LLDB_CORE_STREAMFILE_H +#define LLDB_CORE_STREAMFILE_H #include "lldb/Host/File.h" #include "lldb/Utility/Stream.h" @@ -53,4 +53,4 @@ private: } // namespace lldb_private -#endif // liblldb_StreamFile_h_ +#endif // LLDB_CORE_STREAMFILE_H diff --git a/lldb/include/lldb/Core/StructuredDataImpl.h b/lldb/include/lldb/Core/StructuredDataImpl.h index c66e473..9aea645 100644 --- a/lldb/include/lldb/Core/StructuredDataImpl.h +++ b/lldb/include/lldb/Core/StructuredDataImpl.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StructuredDataImpl_h_ -#define liblldb_StructuredDataImpl_h_ +#ifndef LLDB_CORE_STRUCTUREDDATAIMPL_H +#define LLDB_CORE_STRUCTUREDDATAIMPL_H #include "lldb/Target/StructuredDataPlugin.h" #include "lldb/Utility/Event.h" diff --git a/lldb/include/lldb/Core/ThreadSafeDenseMap.h b/lldb/include/lldb/Core/ThreadSafeDenseMap.h index 420cb57..2f6eb28 100644 --- a/lldb/include/lldb/Core/ThreadSafeDenseMap.h +++ b/lldb/include/lldb/Core/ThreadSafeDenseMap.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadSafeDenseMap_h_ -#define liblldb_ThreadSafeDenseMap_h_ +#ifndef LLDB_CORE_THREADSAFEDENSEMAP_H +#define LLDB_CORE_THREADSAFEDENSEMAP_H #include @@ -62,4 +62,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ThreadSafeDenseMap_h_ +#endif // LLDB_CORE_THREADSAFEDENSEMAP_H diff --git a/lldb/include/lldb/Core/ThreadSafeValue.h b/lldb/include/lldb/Core/ThreadSafeValue.h index 91f9681..efacc07 100644 --- a/lldb/include/lldb/Core/ThreadSafeValue.h +++ b/lldb/include/lldb/Core/ThreadSafeValue.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadSafeValue_h_ -#define liblldb_ThreadSafeValue_h_ - +#ifndef LLDB_CORE_THREADSAFEVALUE_H +#define LLDB_CORE_THREADSAFEVALUE_H #include @@ -58,4 +57,4 @@ private: }; } // namespace lldb_private -#endif // liblldb_ThreadSafeValue_h_ +#endif // LLDB_CORE_THREADSAFEVALUE_H diff --git a/lldb/include/lldb/Core/UniqueCStringMap.h b/lldb/include/lldb/Core/UniqueCStringMap.h index 9949bd4..7562ef4 100644 --- a/lldb/include/lldb/Core/UniqueCStringMap.h +++ b/lldb/include/lldb/Core/UniqueCStringMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UniqueCStringMap_h_ -#define liblldb_UniqueCStringMap_h_ +#ifndef LLDB_CORE_UNIQUECSTRINGMAP_H +#define LLDB_CORE_UNIQUECSTRINGMAP_H #include #include @@ -204,4 +204,4 @@ protected: } // namespace lldb_private -#endif // liblldb_UniqueCStringMap_h_ +#endif // LLDB_CORE_UNIQUECSTRINGMAP_H diff --git a/lldb/include/lldb/Core/UserSettingsController.h b/lldb/include/lldb/Core/UserSettingsController.h index 6ae3bde..f40ad54 100644 --- a/lldb/include/lldb/Core/UserSettingsController.h +++ b/lldb/include/lldb/Core/UserSettingsController.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UserSettingsController_h_ -#define liblldb_UserSettingsController_h_ +#ifndef LLDB_CORE_USERSETTINGSCONTROLLER_H +#define LLDB_CORE_USERSETTINGSCONTROLLER_H #include "lldb/Utility/Status.h" #include "lldb/lldb-forward.h" @@ -88,4 +88,4 @@ protected: } // namespace lldb_private -#endif // liblldb_UserSettingsController_h_ +#endif // LLDB_CORE_USERSETTINGSCONTROLLER_H diff --git a/lldb/include/lldb/Core/Value.h b/lldb/include/lldb/Core/Value.h index 7b4cc3b..641a64a 100644 --- a/lldb/include/lldb/Core/Value.h +++ b/lldb/include/lldb/Core/Value.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Value_h_ -#define liblldb_Value_h_ +#ifndef LLDB_CORE_VALUE_H +#define LLDB_CORE_VALUE_H #include "lldb/Symbol/CompilerType.h" #include "lldb/Utility/DataBufferHeap.h" @@ -258,4 +258,4 @@ private: } // namespace lldb_private -#endif // liblldb_Value_h_ +#endif // LLDB_CORE_VALUE_H diff --git a/lldb/include/lldb/Core/ValueObject.h b/lldb/include/lldb/Core/ValueObject.h index 4f8ea9d..35574f1 100644 --- a/lldb/include/lldb/Core/ValueObject.h +++ b/lldb/include/lldb/Core/ValueObject.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObject_h_ -#define liblldb_ValueObject_h_ +#ifndef LLDB_CORE_VALUEOBJECT_H +#define LLDB_CORE_VALUEOBJECT_H #include "lldb/Core/Value.h" #include "lldb/Symbol/CompilerType.h" @@ -1020,4 +1020,4 @@ public: } // namespace lldb_private -#endif // liblldb_ValueObject_h_ +#endif // LLDB_CORE_VALUEOBJECT_H diff --git a/lldb/include/lldb/Core/ValueObjectCast.h b/lldb/include/lldb/Core/ValueObjectCast.h index feee493..bf01bcc 100644 --- a/lldb/include/lldb/Core/ValueObjectCast.h +++ b/lldb/include/lldb/Core/ValueObjectCast.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectCast_h_ -#define liblldb_ValueObjectCast_h_ +#ifndef LLDB_CORE_VALUEOBJECTCAST_H +#define LLDB_CORE_VALUEOBJECTCAST_H #include "lldb/Core/ValueObject.h" #include "lldb/Symbol/CompilerType.h" @@ -62,4 +62,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectCast_h_ +#endif // LLDB_CORE_VALUEOBJECTCAST_H diff --git a/lldb/include/lldb/Core/ValueObjectChild.h b/lldb/include/lldb/Core/ValueObjectChild.h index 76209a2..fb776aa 100644 --- a/lldb/include/lldb/Core/ValueObjectChild.h +++ b/lldb/include/lldb/Core/ValueObjectChild.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectChild_h_ -#define liblldb_ValueObjectChild_h_ +#ifndef LLDB_CORE_VALUEOBJECTCHILD_H +#define LLDB_CORE_VALUEOBJECTCHILD_H #include "lldb/Core/ValueObject.h" @@ -93,4 +93,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ValueObjectChild_h_ +#endif // LLDB_CORE_VALUEOBJECTCHILD_H diff --git a/lldb/include/lldb/Core/ValueObjectConstResult.h b/lldb/include/lldb/Core/ValueObjectConstResult.h index 57d6b53..9361208 100644 --- a/lldb/include/lldb/Core/ValueObjectConstResult.h +++ b/lldb/include/lldb/Core/ValueObjectConstResult.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectConstResult_h_ -#define liblldb_ValueObjectConstResult_h_ +#ifndef LLDB_CORE_VALUEOBJECTCONSTRESULT_H +#define LLDB_CORE_VALUEOBJECTCONSTRESULT_H #include "lldb/Core/Value.h" #include "lldb/Core/ValueObject.h" @@ -155,4 +155,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectConstResult_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULT_H diff --git a/lldb/include/lldb/Core/ValueObjectConstResultCast.h b/lldb/include/lldb/Core/ValueObjectConstResultCast.h index be9b12b..970f023 100644 --- a/lldb/include/lldb/Core/ValueObjectConstResultCast.h +++ b/lldb/include/lldb/Core/ValueObjectConstResultCast.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectConstResultCast_h_ -#define liblldb_ValueObjectConstResultCast_h_ +#ifndef LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H +#define LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H #include "lldb/Core/ValueObjectCast.h" #include "lldb/Core/ValueObjectConstResultImpl.h" @@ -66,4 +66,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultCast_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H diff --git a/lldb/include/lldb/Core/ValueObjectConstResultChild.h b/lldb/include/lldb/Core/ValueObjectConstResultChild.h index 16fa74f..a5e31f9 100644 --- a/lldb/include/lldb/Core/ValueObjectConstResultChild.h +++ b/lldb/include/lldb/Core/ValueObjectConstResultChild.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectConstResultChild_h_ -#define liblldb_ValueObjectConstResultChild_h_ +#ifndef LLDB_CORE_VALUEOBJECTCONSTRESULTCHILD_H +#define LLDB_CORE_VALUEOBJECTCONSTRESULTCHILD_H #include "lldb/Core/ValueObjectChild.h" #include "lldb/Core/ValueObjectConstResultImpl.h" @@ -75,4 +75,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultChild_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTCHILD_H diff --git a/lldb/include/lldb/Core/ValueObjectConstResultImpl.h b/lldb/include/lldb/Core/ValueObjectConstResultImpl.h index ffac98e..bbc96bd 100644 --- a/lldb/include/lldb/Core/ValueObjectConstResultImpl.h +++ b/lldb/include/lldb/Core/ValueObjectConstResultImpl.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectConstResultImpl_h_ -#define liblldb_ValueObjectConstResultImpl_h_ +#ifndef LLDB_CORE_VALUEOBJECTCONSTRESULTIMPL_H +#define LLDB_CORE_VALUEOBJECTCONSTRESULTIMPL_H #include "lldb/Utility/ConstString.h" #include "lldb/lldb-defines.h" @@ -76,4 +76,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultImpl_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTIMPL_H diff --git a/lldb/include/lldb/Core/ValueObjectDynamicValue.h b/lldb/include/lldb/Core/ValueObjectDynamicValue.h index 6b6e71d..7f3d954 100644 --- a/lldb/include/lldb/Core/ValueObjectDynamicValue.h +++ b/lldb/include/lldb/Core/ValueObjectDynamicValue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectDynamicValue_h_ -#define liblldb_ValueObjectDynamicValue_h_ +#ifndef LLDB_CORE_VALUEOBJECTDYNAMICVALUE_H +#define LLDB_CORE_VALUEOBJECTDYNAMICVALUE_H #include "lldb/Core/Address.h" #include "lldb/Core/ValueObject.h" @@ -132,4 +132,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectDynamicValue_h_ +#endif // LLDB_CORE_VALUEOBJECTDYNAMICVALUE_H diff --git a/lldb/include/lldb/Core/ValueObjectList.h b/lldb/include/lldb/Core/ValueObjectList.h index 42d1967..f99fba4 100644 --- a/lldb/include/lldb/Core/ValueObjectList.h +++ b/lldb/include/lldb/Core/ValueObjectList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectList_h_ -#define liblldb_ValueObjectList_h_ +#ifndef LLDB_CORE_VALUEOBJECTLIST_H +#define LLDB_CORE_VALUEOBJECTLIST_H #include "lldb/lldb-forward.h" #include "lldb/lldb-types.h" @@ -59,4 +59,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ValueObjectList_h_ +#endif // LLDB_CORE_VALUEOBJECTLIST_H diff --git a/lldb/include/lldb/Core/ValueObjectMemory.h b/lldb/include/lldb/Core/ValueObjectMemory.h index a50f66b..b2c7dac 100644 --- a/lldb/include/lldb/Core/ValueObjectMemory.h +++ b/lldb/include/lldb/Core/ValueObjectMemory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectMemory_h_ -#define liblldb_ValueObjectMemory_h_ +#ifndef LLDB_CORE_VALUEOBJECTMEMORY_H +#define LLDB_CORE_VALUEOBJECTMEMORY_H #include "lldb/Core/Address.h" #include "lldb/Core/ValueObject.h" @@ -77,4 +77,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectMemory_h_ +#endif // LLDB_CORE_VALUEOBJECTMEMORY_H diff --git a/lldb/include/lldb/Core/ValueObjectRegister.h b/lldb/include/lldb/Core/ValueObjectRegister.h index 59c982d..ea20b2d 100644 --- a/lldb/include/lldb/Core/ValueObjectRegister.h +++ b/lldb/include/lldb/Core/ValueObjectRegister.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectRegister_h_ -#define liblldb_ValueObjectRegister_h_ +#ifndef LLDB_CORE_VALUEOBJECTREGISTER_H +#define LLDB_CORE_VALUEOBJECTREGISTER_H #include "lldb/Core/ValueObject.h" #include "lldb/Symbol/CompilerType.h" @@ -133,4 +133,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectRegister_h_ +#endif // LLDB_CORE_VALUEOBJECTREGISTER_H diff --git a/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h b/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h index ec39509..8ff7f50 100644 --- a/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h +++ b/lldb/include/lldb/Core/ValueObjectSyntheticFilter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectSyntheticFilter_h_ -#define liblldb_ValueObjectSyntheticFilter_h_ +#ifndef LLDB_CORE_VALUEOBJECTSYNTHETICFILTER_H +#define LLDB_CORE_VALUEOBJECTSYNTHETICFILTER_H #include "lldb/Core/ValueObject.h" #include "lldb/Symbol/CompilerType.h" @@ -169,4 +169,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectSyntheticFilter_h_ +#endif // LLDB_CORE_VALUEOBJECTSYNTHETICFILTER_H diff --git a/lldb/include/lldb/Core/ValueObjectVariable.h b/lldb/include/lldb/Core/ValueObjectVariable.h index 9b795cc..38c317b 100644 --- a/lldb/include/lldb/Core/ValueObjectVariable.h +++ b/lldb/include/lldb/Core/ValueObjectVariable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ValueObjectVariable_h_ -#define liblldb_ValueObjectVariable_h_ +#ifndef LLDB_CORE_VALUEOBJECTVARIABLE_H +#define LLDB_CORE_VALUEOBJECTVARIABLE_H #include "lldb/Core/ValueObject.h" @@ -85,4 +85,4 @@ private: } // namespace lldb_private -#endif // liblldb_ValueObjectVariable_h_ +#endif // LLDB_CORE_VALUEOBJECTVARIABLE_H diff --git a/lldb/include/lldb/Core/dwarf.h b/lldb/include/lldb/Core/dwarf.h index 832109e..7f46f71 100644 --- a/lldb/include/lldb/Core/dwarf.h +++ b/lldb/include/lldb/Core/dwarf.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DebugBase_dwarf_h_ -#define DebugBase_dwarf_h_ +#ifndef LLDB_CORE_DWARF_H +#define LLDB_CORE_DWARF_H #include "lldb/Utility/RangeMap.h" #include @@ -73,4 +73,4 @@ typedef uint32_t dw_offset_t; // Dwarf Debug Information Entry offset for any typedef lldb_private::RangeArray DWARFRangeList; -#endif // DebugBase_dwarf_h_ +#endif // LLDB_CORE_DWARF_H diff --git a/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h b/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h index b541789..e9742bc 100644 --- a/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h +++ b/lldb/include/lldb/DataFormatters/CXXFunctionPointer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CXXFunctionPointer_h_ -#define liblldb_CXXFunctionPointer_h_ +#ifndef LLDB_DATAFORMATTERS_CXXFUNCTIONPOINTER_H +#define LLDB_DATAFORMATTERS_CXXFUNCTIONPOINTER_H #include "lldb/lldb-forward.h" @@ -18,4 +18,4 @@ bool CXXFunctionPointerSummaryProvider(ValueObject &valobj, Stream &stream, } // namespace formatters } // namespace lldb_private -#endif // liblldb_CXXFunctionPointer_h_ +#endif // LLDB_DATAFORMATTERS_CXXFUNCTIONPOINTER_H diff --git a/lldb/include/lldb/DataFormatters/DataVisualization.h b/lldb/include/lldb/DataFormatters/DataVisualization.h index f5c3487..b053aa0 100644 --- a/lldb/include/lldb/DataFormatters/DataVisualization.h +++ b/lldb/include/lldb/DataFormatters/DataVisualization.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_DataVisualization_h_ -#define lldb_DataVisualization_h_ - +#ifndef LLDB_DATAFORMATTERS_DATAVISUALIZATION_H +#define LLDB_DATAFORMATTERS_DATAVISUALIZATION_H #include "lldb/DataFormatters/FormatClasses.h" #include "lldb/DataFormatters/FormatManager.h" @@ -122,4 +121,4 @@ public: } // namespace lldb_private -#endif // lldb_DataVisualization_h_ +#endif // LLDB_DATAFORMATTERS_DATAVISUALIZATION_H diff --git a/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h b/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h index c374115..8bb3d86 100644 --- a/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h +++ b/lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_DumpValueObjectOptions_h_ -#define lldb_DumpValueObjectOptions_h_ +#ifndef LLDB_DATAFORMATTERS_DUMPVALUEOBJECTOPTIONS_H +#define LLDB_DATAFORMATTERS_DUMPVALUEOBJECTOPTIONS_H #include @@ -157,4 +157,4 @@ public: } // namespace lldb_private -#endif // lldb_DumpValueObjectOptions_h_ +#endif // LLDB_DATAFORMATTERS_DUMPVALUEOBJECTOPTIONS_H diff --git a/lldb/include/lldb/DataFormatters/FormatCache.h b/lldb/include/lldb/DataFormatters/FormatCache.h index f9dbe41..581744c 100644 --- a/lldb/include/lldb/DataFormatters/FormatCache.h +++ b/lldb/include/lldb/DataFormatters/FormatCache.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_FormatCache_h_ -#define lldb_FormatCache_h_ +#ifndef LLDB_DATAFORMATTERS_FORMATCACHE_H +#define LLDB_DATAFORMATTERS_FORMATCACHE_H #include #include @@ -71,4 +71,4 @@ public: } // namespace lldb_private -#endif // lldb_FormatCache_h_ +#endif // LLDB_DATAFORMATTERS_FORMATCACHE_H diff --git a/lldb/include/lldb/DataFormatters/FormatClasses.h b/lldb/include/lldb/DataFormatters/FormatClasses.h index 41b9539..1b9d27a 100644 --- a/lldb/include/lldb/DataFormatters/FormatClasses.h +++ b/lldb/include/lldb/DataFormatters/FormatClasses.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_FormatClasses_h_ -#define lldb_FormatClasses_h_ +#ifndef LLDB_DATAFORMATTERS_FORMATCLASSES_H +#define LLDB_DATAFORMATTERS_FORMATCLASSES_H #include #include @@ -160,4 +160,4 @@ private: } // namespace lldb_private -#endif // lldb_FormatClasses_h_ +#endif // LLDB_DATAFORMATTERS_FORMATCLASSES_H diff --git a/lldb/include/lldb/DataFormatters/FormatManager.h b/lldb/include/lldb/DataFormatters/FormatManager.h index dd522c4..8599699 100644 --- a/lldb/include/lldb/DataFormatters/FormatManager.h +++ b/lldb/include/lldb/DataFormatters/FormatManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_FormatManager_h_ -#define lldb_FormatManager_h_ +#ifndef LLDB_DATAFORMATTERS_FORMATMANAGER_H +#define LLDB_DATAFORMATTERS_FORMATMANAGER_H #include #include @@ -224,4 +224,4 @@ private: } // namespace lldb_private -#endif // lldb_FormatManager_h_ +#endif // LLDB_DATAFORMATTERS_FORMATMANAGER_H diff --git a/lldb/include/lldb/DataFormatters/FormattersContainer.h b/lldb/include/lldb/DataFormatters/FormattersContainer.h index 88d4afe..253f20f 100644 --- a/lldb/include/lldb/DataFormatters/FormattersContainer.h +++ b/lldb/include/lldb/DataFormatters/FormattersContainer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_FormattersContainer_h_ -#define lldb_FormattersContainer_h_ +#ifndef LLDB_DATAFORMATTERS_FORMATTERSCONTAINER_H +#define LLDB_DATAFORMATTERS_FORMATTERSCONTAINER_H #include #include @@ -328,4 +328,4 @@ protected: } // namespace lldb_private -#endif // lldb_FormattersContainer_h_ +#endif // LLDB_DATAFORMATTERS_FORMATTERSCONTAINER_H diff --git a/lldb/include/lldb/DataFormatters/FormattersHelpers.h b/lldb/include/lldb/DataFormatters/FormattersHelpers.h index 79bd376..93642e5 100644 --- a/lldb/include/lldb/DataFormatters/FormattersHelpers.h +++ b/lldb/include/lldb/DataFormatters/FormattersHelpers.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_FormattersHelpers_h_ -#define lldb_FormattersHelpers_h_ +#ifndef LLDB_DATAFORMATTERS_FORMATTERSHELPERS_H +#define LLDB_DATAFORMATTERS_FORMATTERSHELPERS_H #include "lldb/lldb-enumerations.h" #include "lldb/lldb-forward.h" @@ -184,4 +184,4 @@ private: } // namespace formatters } // namespace lldb_private -#endif // lldb_FormattersHelpers_h_ +#endif // LLDB_DATAFORMATTERS_FORMATTERSHELPERS_H diff --git a/lldb/include/lldb/DataFormatters/LanguageCategory.h b/lldb/include/lldb/DataFormatters/LanguageCategory.h index 1cffff9..d7676730 100644 --- a/lldb/include/lldb/DataFormatters/LanguageCategory.h +++ b/lldb/include/lldb/DataFormatters/LanguageCategory.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_LanguageCategory_h_ -#define lldb_LanguageCategory_h_ - +#ifndef LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H +#define LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H #include "lldb/DataFormatters/FormatCache.h" #include "lldb/DataFormatters/FormatClasses.h" @@ -58,4 +57,4 @@ private: } // namespace lldb_private -#endif // lldb_LanguageCategory_h_ +#endif // LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H diff --git a/lldb/include/lldb/DataFormatters/StringPrinter.h b/lldb/include/lldb/DataFormatters/StringPrinter.h index 67b31f1..6f8869cc 100644 --- a/lldb/include/lldb/DataFormatters/StringPrinter.h +++ b/lldb/include/lldb/DataFormatters/StringPrinter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StringPrinter_h_ -#define liblldb_StringPrinter_h_ +#ifndef LLDB_DATAFORMATTERS_STRINGPRINTER_H +#define LLDB_DATAFORMATTERS_STRINGPRINTER_H #include #include @@ -218,4 +218,4 @@ public: } // namespace formatters } // namespace lldb_private -#endif // liblldb_StringPrinter_h_ +#endif // LLDB_DATAFORMATTERS_STRINGPRINTER_H diff --git a/lldb/include/lldb/DataFormatters/TypeCategory.h b/lldb/include/lldb/DataFormatters/TypeCategory.h index d5aab6d..8a098db 100644 --- a/lldb/include/lldb/DataFormatters/TypeCategory.h +++ b/lldb/include/lldb/DataFormatters/TypeCategory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_TypeCategory_h_ -#define lldb_TypeCategory_h_ +#ifndef LLDB_DATAFORMATTERS_TYPECATEGORY_H +#define LLDB_DATAFORMATTERS_TYPECATEGORY_H #include #include @@ -366,4 +366,4 @@ private: } // namespace lldb_private -#endif // lldb_TypeCategory_h_ +#endif // LLDB_DATAFORMATTERS_TYPECATEGORY_H diff --git a/lldb/include/lldb/DataFormatters/TypeCategoryMap.h b/lldb/include/lldb/DataFormatters/TypeCategoryMap.h index ae577a3..832652f 100644 --- a/lldb/include/lldb/DataFormatters/TypeCategoryMap.h +++ b/lldb/include/lldb/DataFormatters/TypeCategoryMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_TypeCategoryMap_h_ -#define lldb_TypeCategoryMap_h_ +#ifndef LLDB_DATAFORMATTERS_TYPECATEGORYMAP_H +#define LLDB_DATAFORMATTERS_TYPECATEGORYMAP_H #include #include @@ -108,4 +108,4 @@ private: }; } // namespace lldb_private -#endif // lldb_TypeCategoryMap_h_ +#endif // LLDB_DATAFORMATTERS_TYPECATEGORYMAP_H diff --git a/lldb/include/lldb/DataFormatters/TypeFormat.h b/lldb/include/lldb/DataFormatters/TypeFormat.h index 77e8c0e..56228b5 100644 --- a/lldb/include/lldb/DataFormatters/TypeFormat.h +++ b/lldb/include/lldb/DataFormatters/TypeFormat.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_TypeFormat_h_ -#define lldb_TypeFormat_h_ - +#ifndef LLDB_DATAFORMATTERS_TYPEFORMAT_H +#define LLDB_DATAFORMATTERS_TYPEFORMAT_H #include #include @@ -214,4 +213,4 @@ private: }; } // namespace lldb_private -#endif // lldb_TypeFormat_h_ +#endif // LLDB_DATAFORMATTERS_TYPEFORMAT_H diff --git a/lldb/include/lldb/DataFormatters/TypeSummary.h b/lldb/include/lldb/DataFormatters/TypeSummary.h index 9c97b36..7d4dfcc 100644 --- a/lldb/include/lldb/DataFormatters/TypeSummary.h +++ b/lldb/include/lldb/DataFormatters/TypeSummary.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_TypeSummary_h_ -#define lldb_TypeSummary_h_ +#ifndef LLDB_DATAFORMATTERS_TYPESUMMARY_H +#define LLDB_DATAFORMATTERS_TYPESUMMARY_H #include @@ -391,4 +391,4 @@ private: }; } // namespace lldb_private -#endif // lldb_TypeSummary_h_ +#endif // LLDB_DATAFORMATTERS_TYPESUMMARY_H diff --git a/lldb/include/lldb/DataFormatters/TypeSynthetic.h b/lldb/include/lldb/DataFormatters/TypeSynthetic.h index 93443cf..2c57279 100644 --- a/lldb/include/lldb/DataFormatters/TypeSynthetic.h +++ b/lldb/include/lldb/DataFormatters/TypeSynthetic.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_TypeSynthetic_h_ -#define lldb_TypeSynthetic_h_ +#ifndef LLDB_DATAFORMATTERS_TYPESYNTHETIC_H +#define LLDB_DATAFORMATTERS_TYPESYNTHETIC_H #include @@ -452,4 +452,4 @@ private: }; } // namespace lldb_private -#endif // lldb_TypeSynthetic_h_ +#endif // LLDB_DATAFORMATTERS_TYPESYNTHETIC_H diff --git a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h index 33813b3..90cd5aa 100644 --- a/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h +++ b/lldb/include/lldb/DataFormatters/ValueObjectPrinter.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ValueObjectPrinter_h_ -#define lldb_ValueObjectPrinter_h_ - +#ifndef LLDB_DATAFORMATTERS_VALUEOBJECTPRINTER_H +#define LLDB_DATAFORMATTERS_VALUEOBJECTPRINTER_H #include "lldb/lldb-private.h" #include "lldb/lldb-public.h" @@ -147,4 +146,4 @@ private: } // namespace lldb_private -#endif // lldb_ValueObjectPrinter_h_ +#endif // LLDB_DATAFORMATTERS_VALUEOBJECTPRINTER_H diff --git a/lldb/include/lldb/DataFormatters/VectorIterator.h b/lldb/include/lldb/DataFormatters/VectorIterator.h index cde4be4..33650a3 100644 --- a/lldb/include/lldb/DataFormatters/VectorIterator.h +++ b/lldb/include/lldb/DataFormatters/VectorIterator.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_VectorIterator_h_ -#define liblldb_VectorIterator_h_ +#ifndef LLDB_DATAFORMATTERS_VECTORITERATOR_H +#define LLDB_DATAFORMATTERS_VECTORITERATOR_H #include "lldb/lldb-forward.h" @@ -42,4 +42,4 @@ private: } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_DATAFORMATTERS_VECTORITERATOR_H diff --git a/lldb/include/lldb/DataFormatters/VectorType.h b/lldb/include/lldb/DataFormatters/VectorType.h index b757f75..6a66b18 100644 --- a/lldb/include/lldb/DataFormatters/VectorType.h +++ b/lldb/include/lldb/DataFormatters/VectorType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_VectorType_h_ -#define liblldb_VectorType_h_ +#ifndef LLDB_DATAFORMATTERS_VECTORTYPE_H +#define LLDB_DATAFORMATTERS_VECTORTYPE_H #include "lldb/lldb-forward.h" @@ -21,4 +21,4 @@ VectorTypeSyntheticFrontEndCreator(CXXSyntheticChildren *, lldb::ValueObjectSP); } // namespace formatters } // namespace lldb_private -#endif // liblldb_VectorType_h_ +#endif // LLDB_DATAFORMATTERS_VECTORTYPE_H diff --git a/lldb/include/lldb/Expression/DWARFExpression.h b/lldb/include/lldb/Expression/DWARFExpression.h index a3e3cb2..3029361 100644 --- a/lldb/include/lldb/Expression/DWARFExpression.h +++ b/lldb/include/lldb/Expression/DWARFExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DWARFExpression_h_ -#define liblldb_DWARFExpression_h_ +#ifndef LLDB_EXPRESSION_DWARFEXPRESSION_H +#define LLDB_EXPRESSION_DWARFEXPRESSION_H #include "lldb/Core/Address.h" #include "lldb/Core/Disassembler.h" @@ -272,4 +272,4 @@ private: } // namespace lldb_private -#endif // liblldb_DWARFExpression_h_ +#endif // LLDB_EXPRESSION_DWARFEXPRESSION_H diff --git a/lldb/include/lldb/Expression/DiagnosticManager.h b/lldb/include/lldb/Expression/DiagnosticManager.h index 2c72f7c..c0271c9 100644 --- a/lldb/include/lldb/Expression/DiagnosticManager.h +++ b/lldb/include/lldb/Expression/DiagnosticManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_DiagnosticManager_h -#define lldb_DiagnosticManager_h +#ifndef LLDB_EXPRESSION_DIAGNOSTICMANAGER_H +#define LLDB_EXPRESSION_DIAGNOSTICMANAGER_H #include "lldb/lldb-defines.h" #include "lldb/lldb-types.h" @@ -148,4 +148,4 @@ protected: }; } -#endif /* lldb_DiagnosticManager_h */ +#endif // LLDB_EXPRESSION_DIAGNOSTICMANAGER_H diff --git a/lldb/include/lldb/Expression/DynamicCheckerFunctions.h b/lldb/include/lldb/Expression/DynamicCheckerFunctions.h index 7be24b6..02bce5a 100644 --- a/lldb/include/lldb/Expression/DynamicCheckerFunctions.h +++ b/lldb/include/lldb/Expression/DynamicCheckerFunctions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicCheckerFunctions_h_ -#define liblldb_DynamicCheckerFunctions_h_ +#ifndef LLDB_EXPRESSION_DYNAMICCHECKERFUNCTIONS_H +#define LLDB_EXPRESSION_DYNAMICCHECKERFUNCTIONS_H #include "lldb/lldb-types.h" @@ -59,4 +59,4 @@ private: }; } // namespace lldb_private -#endif // liblldb_DynamicCheckerFunctions_h_ +#endif // LLDB_EXPRESSION_DYNAMICCHECKERFUNCTIONS_H diff --git a/lldb/include/lldb/Expression/Expression.h b/lldb/include/lldb/Expression/Expression.h index e0ea7e9..1e4453d 100644 --- a/lldb/include/lldb/Expression/Expression.h +++ b/lldb/include/lldb/Expression/Expression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Expression_h_ -#define liblldb_Expression_h_ +#ifndef LLDB_EXPRESSION_EXPRESSION_H +#define LLDB_EXPRESSION_EXPRESSION_H #include #include @@ -101,4 +101,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Expression_h_ +#endif // LLDB_EXPRESSION_EXPRESSION_H diff --git a/lldb/include/lldb/Expression/ExpressionParser.h b/lldb/include/lldb/Expression/ExpressionParser.h index 2e7b307..71d2410 100644 --- a/lldb/include/lldb/Expression/ExpressionParser.h +++ b/lldb/include/lldb/Expression/ExpressionParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ExpressionParser_h_ -#define liblldb_ExpressionParser_h_ +#ifndef LLDB_EXPRESSION_EXPRESSIONPARSER_H +#define LLDB_EXPRESSION_EXPRESSIONPARSER_H #include "lldb/Utility/CompletionRequest.h" #include "lldb/Utility/Status.h" @@ -133,4 +133,4 @@ protected: }; } -#endif // liblldb_ExpressionParser_h_ +#endif // LLDB_EXPRESSION_EXPRESSIONPARSER_H diff --git a/lldb/include/lldb/Expression/ExpressionSourceCode.h b/lldb/include/lldb/Expression/ExpressionSourceCode.h index db8ef96..a3be739 100644 --- a/lldb/include/lldb/Expression/ExpressionSourceCode.h +++ b/lldb/include/lldb/Expression/ExpressionSourceCode.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ExpressionSourceCode_h -#define liblldb_ExpressionSourceCode_h +#ifndef LLDB_EXPRESSION_EXPRESSIONSOURCECODE_H +#define LLDB_EXPRESSION_EXPRESSIONSOURCECODE_H #include "lldb/lldb-enumerations.h" #include "llvm/ADT/ArrayRef.h" diff --git a/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h b/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h index 9c64553..1bba30a 100644 --- a/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h +++ b/lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef ExpressionTypeSystemHelper_h -#define ExpressionTypeSystemHelper_h +#ifndef LLDB_EXPRESSION_EXPRESSIONTYPESYSTEMHELPER_H +#define LLDB_EXPRESSION_EXPRESSIONTYPESYSTEMHELPER_H #include "llvm/Support/Casting.h" @@ -44,4 +44,4 @@ protected: } // namespace lldb_private -#endif /* ExpressionTypeSystemHelper_h */ +#endif // LLDB_EXPRESSION_EXPRESSIONTYPESYSTEMHELPER_H diff --git a/lldb/include/lldb/Expression/ExpressionVariable.h b/lldb/include/lldb/Expression/ExpressionVariable.h index c20c230..c523176 100644 --- a/lldb/include/lldb/Expression/ExpressionVariable.h +++ b/lldb/include/lldb/Expression/ExpressionVariable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ExpressionVariable_h_ -#define liblldb_ExpressionVariable_h_ +#ifndef LLDB_EXPRESSION_EXPRESSIONVARIABLE_H +#define LLDB_EXPRESSION_EXPRESSIONVARIABLE_H #include #include @@ -251,4 +251,4 @@ private: } // namespace lldb_private -#endif // liblldb_ExpressionVariable_h_ +#endif // LLDB_EXPRESSION_EXPRESSIONVARIABLE_H diff --git a/lldb/include/lldb/Expression/FunctionCaller.h b/lldb/include/lldb/Expression/FunctionCaller.h index 1303655..f35ee82 100644 --- a/lldb/include/lldb/Expression/FunctionCaller.h +++ b/lldb/include/lldb/Expression/FunctionCaller.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FunctionCaller_h_ -#define liblldb_FunctionCaller_h_ +#ifndef LLDB_EXPRESSION_FUNCTIONCALLER_H +#define LLDB_EXPRESSION_FUNCTIONCALLER_H #include #include @@ -336,4 +336,4 @@ protected: } // namespace lldb_private -#endif // liblldb_FunctionCaller_h_ +#endif // LLDB_EXPRESSION_FUNCTIONCALLER_H diff --git a/lldb/include/lldb/Expression/IRExecutionUnit.h b/lldb/include/lldb/Expression/IRExecutionUnit.h index 9ce4adf..ad3c737 100644 --- a/lldb/include/lldb/Expression/IRExecutionUnit.h +++ b/lldb/include/lldb/Expression/IRExecutionUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IRExecutionUnit_h_ -#define liblldb_IRExecutionUnit_h_ +#ifndef LLDB_EXPRESSION_IREXECUTIONUNIT_H +#define LLDB_EXPRESSION_IREXECUTIONUNIT_H #include #include @@ -406,4 +406,4 @@ private: } // namespace lldb_private -#endif // liblldb_IRExecutionUnit_h_ +#endif // LLDB_EXPRESSION_IREXECUTIONUNIT_H diff --git a/lldb/include/lldb/Expression/IRInterpreter.h b/lldb/include/lldb/Expression/IRInterpreter.h index a3b56f4..98ece96 100644 --- a/lldb/include/lldb/Expression/IRInterpreter.h +++ b/lldb/include/lldb/Expression/IRInterpreter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IRInterpreter_h_ -#define liblldb_IRInterpreter_h_ +#ifndef LLDB_EXPRESSION_IRINTERPRETER_H +#define LLDB_EXPRESSION_IRINTERPRETER_H #include "lldb/Utility/ConstString.h" #include "lldb/Utility/Stream.h" diff --git a/lldb/include/lldb/Expression/IRMemoryMap.h b/lldb/include/lldb/Expression/IRMemoryMap.h index d6a17a9..acb8981 100644 --- a/lldb/include/lldb/Expression/IRMemoryMap.h +++ b/lldb/include/lldb/Expression/IRMemoryMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_IRMemoryMap_h_ -#define lldb_IRMemoryMap_h_ +#ifndef LLDB_EXPRESSION_IRMEMORYMAP_H +#define LLDB_EXPRESSION_IRMEMORYMAP_H #include "lldb/Utility/DataBufferHeap.h" #include "lldb/Utility/UserID.h" diff --git a/lldb/include/lldb/Expression/LLVMUserExpression.h b/lldb/include/lldb/Expression/LLVMUserExpression.h index 70ef12f..244a28a 100644 --- a/lldb/include/lldb/Expression/LLVMUserExpression.h +++ b/lldb/include/lldb/Expression/LLVMUserExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LLVMUserExpression_h -#define liblldb_LLVMUserExpression_h +#ifndef LLDB_EXPRESSION_LLVMUSEREXPRESSION_H +#define LLDB_EXPRESSION_LLVMUSEREXPRESSION_H #include #include diff --git a/lldb/include/lldb/Expression/Materializer.h b/lldb/include/lldb/Expression/Materializer.h index 3bf18de..754e67c 100644 --- a/lldb/include/lldb/Expression/Materializer.h +++ b/lldb/include/lldb/Expression/Materializer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Materializer_h -#define liblldb_Materializer_h +#ifndef LLDB_EXPRESSION_MATERIALIZER_H +#define LLDB_EXPRESSION_MATERIALIZER_H #include #include @@ -132,4 +132,4 @@ private: } // namespace lldb_private -#endif // liblldb_Materializer_h +#endif // LLDB_EXPRESSION_MATERIALIZER_H diff --git a/lldb/include/lldb/Expression/REPL.h b/lldb/include/lldb/Expression/REPL.h index e96dfb0..a0df53e 100644 --- a/lldb/include/lldb/Expression/REPL.h +++ b/lldb/include/lldb/Expression/REPL.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_REPL_h -#define lldb_REPL_h +#ifndef LLDB_EXPRESSION_REPL_H +#define LLDB_EXPRESSION_REPL_H #include @@ -158,4 +158,4 @@ private: } // namespace lldb_private -#endif // lldb_REPL_h +#endif // LLDB_EXPRESSION_REPL_H diff --git a/lldb/include/lldb/Expression/UserExpression.h b/lldb/include/lldb/Expression/UserExpression.h index 4ac20b2..8f3a505 100644 --- a/lldb/include/lldb/Expression/UserExpression.h +++ b/lldb/include/lldb/Expression/UserExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UserExpression_h_ -#define liblldb_UserExpression_h_ +#ifndef LLDB_EXPRESSION_USEREXPRESSION_H +#define LLDB_EXPRESSION_USEREXPRESSION_H #include #include @@ -308,4 +308,4 @@ protected: } // namespace lldb_private -#endif // liblldb_UserExpression_h_ +#endif // LLDB_EXPRESSION_USEREXPRESSION_H diff --git a/lldb/include/lldb/Expression/UtilityFunction.h b/lldb/include/lldb/Expression/UtilityFunction.h index c3d1858..5ebbc0e 100644 --- a/lldb/include/lldb/Expression/UtilityFunction.h +++ b/lldb/include/lldb/Expression/UtilityFunction.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UtilityFunction_h_ -#define liblldb_UtilityFunction_h_ +#ifndef LLDB_EXPRESSION_UTILITYFUNCTION_H +#define LLDB_EXPRESSION_UTILITYFUNCTION_H #include #include @@ -118,4 +118,4 @@ protected: } // namespace lldb_private -#endif // liblldb_UtilityFunction_h_ +#endif // LLDB_EXPRESSION_UTILITYFUNCTION_H diff --git a/lldb/include/lldb/Host/ConnectionFileDescriptor.h b/lldb/include/lldb/Host/ConnectionFileDescriptor.h index 00444d01..ff6bcc4 100644 --- a/lldb/include/lldb/Host/ConnectionFileDescriptor.h +++ b/lldb/include/lldb/Host/ConnectionFileDescriptor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_ConnectionFileDescriptor_h_ -#define liblldb_Host_ConnectionFileDescriptor_h_ +#ifndef LLDB_HOST_CONNECTIONFILEDESCRIPTOR_H +#define LLDB_HOST_CONNECTIONFILEDESCRIPTOR_H #include "lldb/Host/posix/ConnectionFileDescriptorPosix.h" diff --git a/lldb/include/lldb/Host/Debug.h b/lldb/include/lldb/Host/Debug.h index 036ce1e..402325c 100644 --- a/lldb/include/lldb/Host/Debug.h +++ b/lldb/include/lldb/Host/Debug.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Debug_h_ -#define liblldb_Debug_h_ +#ifndef LLDB_HOST_DEBUG_H +#define LLDB_HOST_DEBUG_H #include @@ -148,4 +148,4 @@ struct ThreadStopInfo { }; } -#endif // liblldb_Debug_h_ +#endif // LLDB_HOST_DEBUG_H diff --git a/lldb/include/lldb/Host/Editline.h b/lldb/include/lldb/Host/Editline.h index db3d9e4..6590a16 100644 --- a/lldb/include/lldb/Host/Editline.h +++ b/lldb/include/lldb/Host/Editline.h @@ -28,8 +28,8 @@ // e) Emoji support is fairly terrible, presumably it doesn't understand // composed characters? -#ifndef liblldb_Editline_h_ -#define liblldb_Editline_h_ +#ifndef LLDB_HOST_EDITLINE_H +#define LLDB_HOST_EDITLINE_H #if defined(__cplusplus) #include "lldb/Host/Config.h" @@ -368,4 +368,4 @@ private: } #endif // #if defined(__cplusplus) -#endif // liblldb_Editline_h_ +#endif // LLDB_HOST_EDITLINE_H diff --git a/lldb/include/lldb/Host/File.h b/lldb/include/lldb/Host/File.h index 9beb205..e40a63a 100644 --- a/lldb/include/lldb/Host/File.h +++ b/lldb/include/lldb/Host/File.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_File_h_ -#define liblldb_File_h_ +#ifndef LLDB_HOST_FILE_H +#define LLDB_HOST_FILE_H #include "lldb/Host/PosixApi.h" #include "lldb/Utility/IOObject.h" @@ -433,4 +433,4 @@ private: } // namespace lldb_private -#endif // liblldb_File_h_ +#endif // LLDB_HOST_FILE_H diff --git a/lldb/include/lldb/Host/FileCache.h b/lldb/include/lldb/Host/FileCache.h index c7691670..df0d9a8 100644 --- a/lldb/include/lldb/Host/FileCache.h +++ b/lldb/include/lldb/Host/FileCache.h @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_FileCache_h -#define liblldb_Host_FileCache_h +#ifndef LLDB_HOST_FILECACHE_H +#define LLDB_HOST_FILECACHE_H #include #include diff --git a/lldb/include/lldb/Host/FileSystem.h b/lldb/include/lldb/Host/FileSystem.h index af1bbbd..565d1f2 100644 --- a/lldb/include/lldb/Host/FileSystem.h +++ b/lldb/include/lldb/Host/FileSystem.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_FileSystem_h -#define liblldb_Host_FileSystem_h +#ifndef LLDB_HOST_FILESYSTEM_H +#define LLDB_HOST_FILESYSTEM_H #include "lldb/Host/File.h" #include "lldb/Utility/DataBufferLLVM.h" diff --git a/lldb/include/lldb/Host/HostGetOpt.h b/lldb/include/lldb/Host/HostGetOpt.h index dedeb2e..6fb0ac5 100644 --- a/lldb/include/lldb/Host/HostGetOpt.h +++ b/lldb/include/lldb/Host/HostGetOpt.h @@ -1,3 +1,7 @@ +#ifndef LLDB_HOST_HOSTGETOPT_H + +#define LLDB_HOST_HOSTGETOPT_H + //===-- HostGetOpt.h --------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -21,3 +25,5 @@ #include #endif + +#endif diff --git a/lldb/include/lldb/Host/HostInfo.h b/lldb/include/lldb/Host/HostInfo.h index 196127d..a9b10ae 100644 --- a/lldb/include/lldb/Host/HostInfo.h +++ b/lldb/include/lldb/Host/HostInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostInfo_h_ -#define lldb_Host_HostInfo_h_ +#ifndef LLDB_HOST_HOSTINFO_H +#define LLDB_HOST_HOSTINFO_H /// \class HostInfo HostInfo.h "lldb/Host/HostInfo.h" /// A class that provides host computer information. diff --git a/lldb/include/lldb/Host/HostInfoBase.h b/lldb/include/lldb/Host/HostInfoBase.h index c59050c..d7c2806 100644 --- a/lldb/include/lldb/Host/HostInfoBase.h +++ b/lldb/include/lldb/Host/HostInfoBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostInfoBase_h_ -#define lldb_Host_HostInfoBase_h_ +#ifndef LLDB_HOST_HOSTINFOBASE_H +#define LLDB_HOST_HOSTINFOBASE_H #include "lldb/Utility/ArchSpec.h" #include "lldb/Utility/FileSpec.h" diff --git a/lldb/include/lldb/Host/HostNativeProcess.h b/lldb/include/lldb/Host/HostNativeProcess.h index c86a2ae..d1e577d 100644 --- a/lldb/include/lldb/Host/HostNativeProcess.h +++ b/lldb/include/lldb/Host/HostNativeProcess.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostNativeProcess_h_ -#define lldb_Host_HostNativeProcess_h_ +#ifndef LLDB_HOST_HOSTNATIVEPROCESS_H +#define LLDB_HOST_HOSTNATIVEPROCESS_H #if defined(_WIN32) #include "lldb/Host/windows/HostProcessWindows.h" diff --git a/lldb/include/lldb/Host/HostNativeProcessBase.h b/lldb/include/lldb/Host/HostNativeProcessBase.h index aaa517d..6b468d6 100644 --- a/lldb/include/lldb/Host/HostNativeProcessBase.h +++ b/lldb/include/lldb/Host/HostNativeProcessBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostNativeProcessBase_h_ -#define lldb_Host_HostNativeProcessBase_h_ +#ifndef LLDB_HOST_HOSTNATIVEPROCESSBASE_H +#define LLDB_HOST_HOSTNATIVEPROCESSBASE_H #include "lldb/Host/HostProcess.h" #include "lldb/Utility/Status.h" diff --git a/lldb/include/lldb/Host/HostNativeThread.h b/lldb/include/lldb/Host/HostNativeThread.h index 8bf6584..cef08f0 100644 --- a/lldb/include/lldb/Host/HostNativeThread.h +++ b/lldb/include/lldb/Host/HostNativeThread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostNativeThread_h_ -#define lldb_Host_HostNativeThread_h_ +#ifndef LLDB_HOST_HOSTNATIVETHREAD_H +#define LLDB_HOST_HOSTNATIVETHREAD_H #include "HostNativeThreadForward.h" diff --git a/lldb/include/lldb/Host/HostNativeThreadBase.h b/lldb/include/lldb/Host/HostNativeThreadBase.h index a196f0b..c8b540f 100644 --- a/lldb/include/lldb/Host/HostNativeThreadBase.h +++ b/lldb/include/lldb/Host/HostNativeThreadBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostNativeThreadBase_h_ -#define lldb_Host_HostNativeThreadBase_h_ +#ifndef LLDB_HOST_HOSTNATIVETHREADBASE_H +#define LLDB_HOST_HOSTNATIVETHREADBASE_H #include "lldb/Utility/Status.h" #include "lldb/lldb-defines.h" diff --git a/lldb/include/lldb/Host/HostNativeThreadForward.h b/lldb/include/lldb/Host/HostNativeThreadForward.h index 261d3c7..35b6e2f 100644 --- a/lldb/include/lldb/Host/HostNativeThreadForward.h +++ b/lldb/include/lldb/Host/HostNativeThreadForward.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostNativeThreadForward_h_ -#define lldb_Host_HostNativeThreadForward_h_ +#ifndef LLDB_HOST_HOSTNATIVETHREADFORWARD_H +#define LLDB_HOST_HOSTNATIVETHREADFORWARD_H namespace lldb_private { #if defined(_WIN32) diff --git a/lldb/include/lldb/Host/HostProcess.h b/lldb/include/lldb/Host/HostProcess.h index fcea52a..0b7c303 100644 --- a/lldb/include/lldb/Host/HostProcess.h +++ b/lldb/include/lldb/Host/HostProcess.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostProcess_h_ -#define lldb_Host_HostProcess_h_ +#ifndef LLDB_HOST_HOSTPROCESS_H +#define LLDB_HOST_HOSTPROCESS_H #include "lldb/Host/Host.h" #include "lldb/lldb-types.h" diff --git a/lldb/include/lldb/Host/HostThread.h b/lldb/include/lldb/Host/HostThread.h index 7bf2a1d..d3477e1 100644 --- a/lldb/include/lldb/Host/HostThread.h +++ b/lldb/include/lldb/Host/HostThread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostThread_h_ -#define lldb_Host_HostThread_h_ +#ifndef LLDB_HOST_HOSTTHREAD_H +#define LLDB_HOST_HOSTTHREAD_H #include "lldb/Host/HostNativeThreadForward.h" #include "lldb/Utility/Status.h" diff --git a/lldb/include/lldb/Host/LZMA.h b/lldb/include/lldb/Host/LZMA.h index c741cc3..5314dab 100644 --- a/lldb/include/lldb/Host/LZMA.h +++ b/lldb/include/lldb/Host/LZMA.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_LZMA_h_ -#define liblldb_Host_LZMA_h_ +#ifndef LLDB_HOST_LZMA_H +#define LLDB_HOST_LZMA_H #include "llvm/ADT/ArrayRef.h" @@ -31,4 +31,4 @@ llvm::Error uncompress(llvm::ArrayRef InputBuffer, } // End of namespace lldb_private -#endif // liblldb_Host_LZMA_h_ +#endif // LLDB_HOST_LZMA_H diff --git a/lldb/include/lldb/Host/LockFile.h b/lldb/include/lldb/Host/LockFile.h index 2a1cd3d..ff09eb4 100644 --- a/lldb/include/lldb/Host/LockFile.h +++ b/lldb/include/lldb/Host/LockFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_LockFile_h_ -#define liblldb_Host_LockFile_h_ +#ifndef LLDB_HOST_LOCKFILE_H +#define LLDB_HOST_LOCKFILE_H #if defined(_WIN32) #include "lldb/Host/windows/LockFileWindows.h" @@ -21,4 +21,4 @@ typedef LockFilePosix LockFile; } #endif -#endif // liblldb_Host_LockFile_h_ +#endif // LLDB_HOST_LOCKFILE_H diff --git a/lldb/include/lldb/Host/LockFileBase.h b/lldb/include/lldb/Host/LockFileBase.h index be9e258..6a5fd42 100644 --- a/lldb/include/lldb/Host/LockFileBase.h +++ b/lldb/include/lldb/Host/LockFileBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_LockFileBase_h_ -#define liblldb_Host_LockFileBase_h_ +#ifndef LLDB_HOST_LOCKFILEBASE_H +#define LLDB_HOST_LOCKFILEBASE_H #include "lldb/Utility/Status.h" diff --git a/lldb/include/lldb/Host/MainLoop.h b/lldb/include/lldb/Host/MainLoop.h index d59aa28..51a4afb 100644 --- a/lldb/include/lldb/Host/MainLoop.h +++ b/lldb/include/lldb/Host/MainLoop.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_MainLoop_h_ -#define lldb_Host_MainLoop_h_ +#ifndef LLDB_HOST_MAINLOOP_H +#define LLDB_HOST_MAINLOOP_H #include "lldb/Host/Config.h" #include "lldb/Host/MainLoopBase.h" @@ -108,4 +108,4 @@ private: } // namespace lldb_private -#endif // lldb_Host_MainLoop_h_ +#endif // LLDB_HOST_MAINLOOP_H diff --git a/lldb/include/lldb/Host/MainLoopBase.h b/lldb/include/lldb/Host/MainLoopBase.h index 3fee2b2c..645ca5a 100644 --- a/lldb/include/lldb/Host/MainLoopBase.h +++ b/lldb/include/lldb/Host/MainLoopBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_posix_MainLoopBase_h_ -#define lldb_Host_posix_MainLoopBase_h_ +#ifndef LLDB_HOST_MAINLOOPBASE_H +#define LLDB_HOST_MAINLOOPBASE_H #include "lldb/Utility/IOObject.h" #include "lldb/Utility/Status.h" @@ -84,4 +84,4 @@ private: } // namespace lldb_private -#endif // lldb_Host_posix_MainLoopBase_h_ +#endif // LLDB_HOST_MAINLOOPBASE_H diff --git a/lldb/include/lldb/Host/MonitoringProcessLauncher.h b/lldb/include/lldb/Host/MonitoringProcessLauncher.h index 59111a0..e2fce42 100644 --- a/lldb/include/lldb/Host/MonitoringProcessLauncher.h +++ b/lldb/include/lldb/Host/MonitoringProcessLauncher.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_MonitoringProcessLauncher_h_ -#define lldb_Host_MonitoringProcessLauncher_h_ +#ifndef LLDB_HOST_MONITORINGPROCESSLAUNCHER_H +#define LLDB_HOST_MONITORINGPROCESSLAUNCHER_H #include #include "lldb/Host/ProcessLauncher.h" @@ -31,4 +31,4 @@ private: } // namespace lldb_private -#endif // lldb_Host_MonitoringProcessLauncher_h_ +#endif // LLDB_HOST_MONITORINGPROCESSLAUNCHER_H diff --git a/lldb/include/lldb/Host/OptionParser.h b/lldb/include/lldb/Host/OptionParser.h index b03eeb7..7c84c11 100644 --- a/lldb/include/lldb/Host/OptionParser.h +++ b/lldb/include/lldb/Host/OptionParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionParser_h_ -#define liblldb_OptionParser_h_ +#ifndef LLDB_HOST_OPTIONPARSER_H +#define LLDB_HOST_OPTIONPARSER_H #include #include @@ -51,4 +51,4 @@ public: }; } -#endif // liblldb_OptionParser_h_ +#endif // LLDB_HOST_OPTIONPARSER_H diff --git a/lldb/include/lldb/Host/Pipe.h b/lldb/include/lldb/Host/Pipe.h index ea75342..06daf1f 100644 --- a/lldb/include/lldb/Host/Pipe.h +++ b/lldb/include/lldb/Host/Pipe.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_Pipe_h_ -#define liblldb_Host_Pipe_h_ +#ifndef LLDB_HOST_PIPE_H +#define LLDB_HOST_PIPE_H #if defined(_WIN32) #include "lldb/Host/windows/PipeWindows.h" @@ -21,4 +21,4 @@ typedef PipePosix Pipe; } #endif -#endif // liblldb_Host_Pipe_h_ +#endif // LLDB_HOST_PIPE_H diff --git a/lldb/include/lldb/Host/PipeBase.h b/lldb/include/lldb/Host/PipeBase.h index 1aa4db3..48c19b8 100644 --- a/lldb/include/lldb/Host/PipeBase.h +++ b/lldb/include/lldb/Host/PipeBase.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_PipeBase_h_ -#define liblldb_Host_PipeBase_h_ +#ifndef LLDB_HOST_PIPEBASE_H +#define LLDB_HOST_PIPEBASE_H #include #include diff --git a/lldb/include/lldb/Host/PosixApi.h b/lldb/include/lldb/Host/PosixApi.h index 04ca3a8..4cbbd62 100644 --- a/lldb/include/lldb/Host/PosixApi.h +++ b/lldb/include/lldb/Host/PosixApi.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_PosixApi_h -#define liblldb_Host_PosixApi_h +#ifndef LLDB_HOST_POSIXAPI_H +#define LLDB_HOST_POSIXAPI_H // This file defines platform specific functions, macros, and types necessary // to provide a minimum level of compatibility across all platforms to rely on diff --git a/lldb/include/lldb/Host/ProcessLaunchInfo.h b/lldb/include/lldb/Host/ProcessLaunchInfo.h index d068aa6..e83d839 100644 --- a/lldb/include/lldb/Host/ProcessLaunchInfo.h +++ b/lldb/include/lldb/Host/ProcessLaunchInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessLaunch_Info_h -#define liblldb_ProcessLaunch_Info_h +#ifndef LLDB_HOST_PROCESSLAUNCHINFO_H +#define LLDB_HOST_PROCESSLAUNCHINFO_H // C++ Headers #include @@ -165,4 +165,4 @@ protected: }; } -#endif // liblldb_ProcessLaunch_Info_h +#endif // LLDB_HOST_PROCESSLAUNCHINFO_H diff --git a/lldb/include/lldb/Host/ProcessLauncher.h b/lldb/include/lldb/Host/ProcessLauncher.h index a5b6a6c..9467b2c 100644 --- a/lldb/include/lldb/Host/ProcessLauncher.h +++ b/lldb/include/lldb/Host/ProcessLauncher.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_ProcessLauncher_h_ -#define lldb_Host_ProcessLauncher_h_ +#ifndef LLDB_HOST_PROCESSLAUNCHER_H +#define LLDB_HOST_PROCESSLAUNCHER_H namespace lldb_private { diff --git a/lldb/include/lldb/Host/ProcessRunLock.h b/lldb/include/lldb/Host/ProcessRunLock.h index 4927fbb..82be784 100644 --- a/lldb/include/lldb/Host/ProcessRunLock.h +++ b/lldb/include/lldb/Host/ProcessRunLock.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessRunLock_h_ -#define liblldb_ProcessRunLock_h_ +#ifndef LLDB_HOST_PROCESSRUNLOCK_H +#define LLDB_HOST_PROCESSRUNLOCK_H #include #include @@ -80,4 +80,4 @@ private: } // namespace lldb_private -#endif // liblldb_ProcessRunLock_h_ +#endif // LLDB_HOST_PROCESSRUNLOCK_H diff --git a/lldb/include/lldb/Host/PseudoTerminal.h b/lldb/include/lldb/Host/PseudoTerminal.h index 18679b6..028aa42 100644 --- a/lldb/include/lldb/Host/PseudoTerminal.h +++ b/lldb/include/lldb/Host/PseudoTerminal.h @@ -214,4 +214,4 @@ private: } // namespace lldb_private -#endif // #ifndef liblldb_PseudoTerminal_h_ +#endif // LLDB_HOST_PSEUDOTERMINAL_H diff --git a/lldb/include/lldb/Host/SafeMachO.h b/lldb/include/lldb/Host/SafeMachO.h index ec9887e..d7c376d 100644 --- a/lldb/include/lldb/Host/SafeMachO.h +++ b/lldb/include/lldb/Host/SafeMachO.h @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#ifndef liblldb_SafeMachO_h_ -#define liblldb_SafeMachO_h_ +#ifndef LLDB_HOST_SAFEMACHO_H +#define LLDB_HOST_SAFEMACHO_H // This header file is required to work around collisions between the defines // in mach/machine.h, and enum members of the same name in llvm's MachO.h. If @@ -112,4 +112,4 @@ #include "llvm/BinaryFormat/MachO.h" -#endif // liblldb_SafeMachO_h_ +#endif // LLDB_HOST_SAFEMACHO_H diff --git a/lldb/include/lldb/Host/Socket.h b/lldb/include/lldb/Host/Socket.h index c6df563..7756227 100644 --- a/lldb/include/lldb/Host/Socket.h +++ b/lldb/include/lldb/Host/Socket.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_Socket_h_ -#define liblldb_Host_Socket_h_ +#ifndef LLDB_HOST_SOCKET_H +#define LLDB_HOST_SOCKET_H #include #include @@ -127,4 +127,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Host_Socket_h_ +#endif // LLDB_HOST_SOCKET_H diff --git a/lldb/include/lldb/Host/SocketAddress.h b/lldb/include/lldb/Host/SocketAddress.h index 766303a..862e110 100644 --- a/lldb/include/lldb/Host/SocketAddress.h +++ b/lldb/include/lldb/Host/SocketAddress.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SocketAddress_h_ -#define liblldb_SocketAddress_h_ +#ifndef LLDB_HOST_SOCKETADDRESS_H +#define LLDB_HOST_SOCKETADDRESS_H #include @@ -185,4 +185,4 @@ protected: } // namespace lldb_private -#endif // liblldb_SocketAddress_h_ +#endif // LLDB_HOST_SOCKETADDRESS_H diff --git a/lldb/include/lldb/Host/StringConvert.h b/lldb/include/lldb/Host/StringConvert.h index 4b2c690..ad629ff 100644 --- a/lldb/include/lldb/Host/StringConvert.h +++ b/lldb/include/lldb/Host/StringConvert.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StringConvert_h_ -#define liblldb_StringConvert_h_ +#ifndef LLDB_HOST_STRINGCONVERT_H +#define LLDB_HOST_STRINGCONVERT_H #include diff --git a/lldb/include/lldb/Host/TaskPool.h b/lldb/include/lldb/Host/TaskPool.h index 49805ce..bb91d807 100644 --- a/lldb/include/lldb/Host/TaskPool.h +++ b/lldb/include/lldb/Host/TaskPool.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_TaskPool_h_ -#define utility_TaskPool_h_ +#ifndef LLDB_HOST_TASKPOOL_H +#define LLDB_HOST_TASKPOOL_H #include "llvm/ADT/STLExtras.h" #include @@ -89,4 +89,4 @@ unsigned GetHardwareConcurrencyHint(); } // namespace lldb_private -#endif // #ifndef utility_TaskPool_h_ +#endif // LLDB_HOST_TASKPOOL_H diff --git a/lldb/include/lldb/Host/Terminal.h b/lldb/include/lldb/Host/Terminal.h index 671f8d6..6199322 100644 --- a/lldb/include/lldb/Host/Terminal.h +++ b/lldb/include/lldb/Host/Terminal.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Terminal_h_ -#define liblldb_Terminal_h_ +#ifndef LLDB_HOST_TERMINAL_H +#define LLDB_HOST_TERMINAL_H #if defined(__cplusplus) #include "lldb/Host/Config.h" @@ -179,4 +179,4 @@ protected: } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // #ifndef liblldb_Terminal_h_ +#endif // LLDB_HOST_TERMINAL_H diff --git a/lldb/include/lldb/Host/ThreadLauncher.h b/lldb/include/lldb/Host/ThreadLauncher.h index e45ffa9..00b42fa 100644 --- a/lldb/include/lldb/Host/ThreadLauncher.h +++ b/lldb/include/lldb/Host/ThreadLauncher.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_ThreadLauncher_h_ -#define lldb_Host_ThreadLauncher_h_ +#ifndef LLDB_HOST_THREADLAUNCHER_H +#define LLDB_HOST_THREADLAUNCHER_H #include "lldb/Host/HostThread.h" #include "lldb/lldb-types.h" diff --git a/lldb/include/lldb/Host/Time.h b/lldb/include/lldb/Host/Time.h index b27eb08..83b76ec 100644 --- a/lldb/include/lldb/Host/Time.h +++ b/lldb/include/lldb/Host/Time.h @@ -8,8 +8,8 @@ // Include system time headers, adding missing functions as necessary -#ifndef liblldb_Host_Time_h_ -#define liblldb_Host_Time_h_ +#ifndef LLDB_HOST_TIME_H +#define LLDB_HOST_TIME_H #ifdef __ANDROID__ #include @@ -22,4 +22,4 @@ extern time_t timegm(struct tm *t); #include #endif -#endif // liblldb_Host_Time_h_ +#endif // LLDB_HOST_TIME_H diff --git a/lldb/include/lldb/Host/XML.h b/lldb/include/lldb/Host/XML.h index ca51d30..a80f1e9 100644 --- a/lldb/include/lldb/Host/XML.h +++ b/lldb/include/lldb/Host/XML.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_XML_h_ -#define liblldb_XML_h_ +#ifndef LLDB_HOST_XML_H +#define LLDB_HOST_XML_H #include "lldb/Host/Config.h" @@ -179,4 +179,4 @@ protected: } // namespace lldb_private -#endif // liblldb_XML_h_ +#endif // LLDB_HOST_XML_H diff --git a/lldb/include/lldb/Host/common/GetOptInc.h b/lldb/include/lldb/Host/common/GetOptInc.h index c69f722..caa2efc 100644 --- a/lldb/include/lldb/Host/common/GetOptInc.h +++ b/lldb/include/lldb/Host/common/GetOptInc.h @@ -1,3 +1,7 @@ +#ifndef LLDB_HOST_COMMON_GETOPTINC_H + +#define LLDB_HOST_COMMON_GETOPTINC_H + #pragma once #include "lldb/lldb-defines.h" @@ -50,3 +54,5 @@ int getopt_long(int argc, char *const *argv, const char *optstring, int getopt_long_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex); #endif + +#endif diff --git a/lldb/include/lldb/Host/common/NativeBreakpointList.h b/lldb/include/lldb/Host/common/NativeBreakpointList.h index c2725b2..21d2f09 100644 --- a/lldb/include/lldb/Host/common/NativeBreakpointList.h +++ b/lldb/include/lldb/Host/common/NativeBreakpointList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeBreakpointList_h_ -#define liblldb_NativeBreakpointList_h_ +#ifndef LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H +#define LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H #include "lldb/lldb-private-forward.h" #include "lldb/lldb-types.h" @@ -23,4 +23,4 @@ struct HardwareBreakpoint { using HardwareBreakpointMap = std::map; } -#endif // ifndef liblldb_NativeBreakpointList_h_ +#endif // LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H diff --git a/lldb/include/lldb/Host/common/NativeProcessProtocol.h b/lldb/include/lldb/Host/common/NativeProcessProtocol.h index 2d48717..1daa51a 100644 --- a/lldb/include/lldb/Host/common/NativeProcessProtocol.h +++ b/lldb/include/lldb/Host/common/NativeProcessProtocol.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeProcessProtocol_h_ -#define liblldb_NativeProcessProtocol_h_ +#ifndef LLDB_HOST_COMMON_NATIVEPROCESSPROTOCOL_H +#define LLDB_HOST_COMMON_NATIVEPROCESSPROTOCOL_H #include "NativeBreakpointList.h" #include "NativeThreadProtocol.h" @@ -475,4 +475,4 @@ private: }; } // namespace lldb_private -#endif // #ifndef liblldb_NativeProcessProtocol_h_ +#endif // LLDB_HOST_COMMON_NATIVEPROCESSPROTOCOL_H diff --git a/lldb/include/lldb/Host/common/NativeRegisterContext.h b/lldb/include/lldb/Host/common/NativeRegisterContext.h index 6bba8f2..42c01df 100644 --- a/lldb/include/lldb/Host/common/NativeRegisterContext.h +++ b/lldb/include/lldb/Host/common/NativeRegisterContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeRegisterContext_h_ -#define liblldb_NativeRegisterContext_h_ +#ifndef LLDB_HOST_COMMON_NATIVEREGISTERCONTEXT_H +#define LLDB_HOST_COMMON_NATIVEREGISTERCONTEXT_H #include "lldb/Host/common/NativeWatchpointList.h" #include "lldb/lldb-private.h" @@ -175,4 +175,4 @@ private: } // namespace lldb_private -#endif // liblldb_NativeRegisterContext_h_ +#endif // LLDB_HOST_COMMON_NATIVEREGISTERCONTEXT_H diff --git a/lldb/include/lldb/Host/common/NativeThreadProtocol.h b/lldb/include/lldb/Host/common/NativeThreadProtocol.h index 36ae679..8d4c035 100644 --- a/lldb/include/lldb/Host/common/NativeThreadProtocol.h +++ b/lldb/include/lldb/Host/common/NativeThreadProtocol.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeThreadProtocol_h_ -#define liblldb_NativeThreadProtocol_h_ +#ifndef LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H +#define LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H #include @@ -53,4 +53,4 @@ protected: }; } -#endif // #ifndef liblldb_NativeThreadProtocol_h_ +#endif // LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H diff --git a/lldb/include/lldb/Host/common/NativeWatchpointList.h b/lldb/include/lldb/Host/common/NativeWatchpointList.h index c83ba1e..66f93bf 100644 --- a/lldb/include/lldb/Host/common/NativeWatchpointList.h +++ b/lldb/include/lldb/Host/common/NativeWatchpointList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NativeWatchpointList_h_ -#define liblldb_NativeWatchpointList_h_ +#ifndef LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H +#define LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H #include "lldb/Utility/Status.h" #include "lldb/lldb-private-forward.h" @@ -38,4 +38,4 @@ private: }; } -#endif // ifndef liblldb_NativeWatchpointList_h_ +#endif // LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H diff --git a/lldb/include/lldb/Host/common/TCPSocket.h b/lldb/include/lldb/Host/common/TCPSocket.h index faf3bb6..b782c9e 100644 --- a/lldb/include/lldb/Host/common/TCPSocket.h +++ b/lldb/include/lldb/Host/common/TCPSocket.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TCPSocket_h_ -#define liblldb_TCPSocket_h_ +#ifndef LLDB_HOST_COMMON_TCPSOCKET_H +#define LLDB_HOST_COMMON_TCPSOCKET_H #include "lldb/Host/Socket.h" #include "lldb/Host/SocketAddress.h" @@ -57,4 +57,4 @@ private: }; } -#endif // ifndef liblldb_TCPSocket_h_ +#endif // LLDB_HOST_COMMON_TCPSOCKET_H diff --git a/lldb/include/lldb/Host/common/UDPSocket.h b/lldb/include/lldb/Host/common/UDPSocket.h index b7b6db6..b3db4fa 100644 --- a/lldb/include/lldb/Host/common/UDPSocket.h +++ b/lldb/include/lldb/Host/common/UDPSocket.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UDPSocket_h_ -#define liblldb_UDPSocket_h_ +#ifndef LLDB_HOST_COMMON_UDPSOCKET_H +#define LLDB_HOST_COMMON_UDPSOCKET_H #include "lldb/Host/Socket.h" @@ -33,4 +33,4 @@ private: }; } -#endif // ifndef liblldb_UDPSocket_h_ +#endif // LLDB_HOST_COMMON_UDPSOCKET_H diff --git a/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h b/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h index 217ca5b..cd5161c 100644 --- a/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h +++ b/lldb/include/lldb/Host/macosx/HostInfoMacOSX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_macosx_HostInfoMacOSX_h_ -#define lldb_Host_macosx_HostInfoMacOSX_h_ +#ifndef LLDB_HOST_MACOSX_HOSTINFOMACOSX_H +#define LLDB_HOST_MACOSX_HOSTINFOMACOSX_H #include "lldb/Host/posix/HostInfoPosix.h" #include "lldb/Utility/FileSpec.h" diff --git a/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h b/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h index 4247de6..4e41119 100644 --- a/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h +++ b/lldb/include/lldb/Host/macosx/HostThreadMacOSX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_macosx_HostThreadMacOSX_h_ -#define lldb_Host_macosx_HostThreadMacOSX_h_ +#ifndef LLDB_HOST_MACOSX_HOSTTHREADMACOSX_H +#define LLDB_HOST_MACOSX_HOSTTHREADMACOSX_H #include "lldb/Host/posix/HostThreadPosix.h" diff --git a/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h b/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h index b25fc47..7e34e76 100644 --- a/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +++ b/lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_posix_ConnectionFileDescriptorPosix_h_ -#define liblldb_Host_posix_ConnectionFileDescriptorPosix_h_ +#ifndef LLDB_HOST_POSIX_CONNECTIONFILEDESCRIPTORPOSIX_H +#define LLDB_HOST_POSIX_CONNECTIONFILEDESCRIPTORPOSIX_H #include #include @@ -121,4 +121,4 @@ private: } // namespace lldb_private -#endif // liblldb_ConnectionFileDescriptor_h_ +#endif // LLDB_HOST_POSIX_CONNECTIONFILEDESCRIPTORPOSIX_H diff --git a/lldb/include/lldb/Host/posix/DomainSocket.h b/lldb/include/lldb/Host/posix/DomainSocket.h index e407ce1..35c3381 100644 --- a/lldb/include/lldb/Host/posix/DomainSocket.h +++ b/lldb/include/lldb/Host/posix/DomainSocket.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DomainSocket_h_ -#define liblldb_DomainSocket_h_ +#ifndef LLDB_HOST_POSIX_DOMAINSOCKET_H +#define LLDB_HOST_POSIX_DOMAINSOCKET_H #include "lldb/Host/Socket.h" @@ -34,4 +34,4 @@ private: }; } -#endif // ifndef liblldb_DomainSocket_h_ +#endif // LLDB_HOST_POSIX_DOMAINSOCKET_H diff --git a/lldb/include/lldb/Host/posix/HostInfoPosix.h b/lldb/include/lldb/Host/posix/HostInfoPosix.h index 2691013..825c79f 100644 --- a/lldb/include/lldb/Host/posix/HostInfoPosix.h +++ b/lldb/include/lldb/Host/posix/HostInfoPosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_posix_HostInfoPosix_h_ -#define lldb_Host_posix_HostInfoPosix_h_ +#ifndef LLDB_HOST_POSIX_HOSTINFOPOSIX_H +#define LLDB_HOST_POSIX_HOSTINFOPOSIX_H #include "lldb/Host/HostInfoBase.h" #include "lldb/Utility/FileSpec.h" diff --git a/lldb/include/lldb/Host/posix/HostProcessPosix.h b/lldb/include/lldb/Host/posix/HostProcessPosix.h index a313358..5def1b7 100644 --- a/lldb/include/lldb/Host/posix/HostProcessPosix.h +++ b/lldb/include/lldb/Host/posix/HostProcessPosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_HostProcesPosix_h_ -#define lldb_Host_HostProcesPosix_h_ +#ifndef LLDB_HOST_POSIX_HOSTPROCESSPOSIX_H +#define LLDB_HOST_POSIX_HOSTPROCESSPOSIX_H #include "lldb/Host/HostNativeProcessBase.h" #include "lldb/Utility/Status.h" @@ -39,4 +39,4 @@ public: } // namespace lldb_private -#endif // lldb_Host_HostProcesPosix_h_ +#endif // LLDB_HOST_POSIX_HOSTPROCESSPOSIX_H diff --git a/lldb/include/lldb/Host/posix/HostThreadPosix.h b/lldb/include/lldb/Host/posix/HostThreadPosix.h index 54012e1..36f2fbd 100644 --- a/lldb/include/lldb/Host/posix/HostThreadPosix.h +++ b/lldb/include/lldb/Host/posix/HostThreadPosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_posix_HostThreadPosix_h_ -#define lldb_Host_posix_HostThreadPosix_h_ +#ifndef LLDB_HOST_POSIX_HOSTTHREADPOSIX_H +#define LLDB_HOST_POSIX_HOSTTHREADPOSIX_H #include "lldb/Host/HostNativeThreadBase.h" @@ -29,4 +29,4 @@ public: } // namespace lldb_private -#endif // lldb_Host_posix_HostThreadPosix_h_ +#endif // LLDB_HOST_POSIX_HOSTTHREADPOSIX_H diff --git a/lldb/include/lldb/Host/posix/LockFilePosix.h b/lldb/include/lldb/Host/posix/LockFilePosix.h index 63333bf..870f9a2 100644 --- a/lldb/include/lldb/Host/posix/LockFilePosix.h +++ b/lldb/include/lldb/Host/posix/LockFilePosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_posix_LockFilePosix_h_ -#define liblldb_Host_posix_LockFilePosix_h_ +#ifndef LLDB_HOST_POSIX_LOCKFILEPOSIX_H +#define LLDB_HOST_POSIX_LOCKFILEPOSIX_H #include "lldb/Host/LockFileBase.h" @@ -32,4 +32,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Host_posix_LockFilePosix_h_ +#endif // LLDB_HOST_POSIX_LOCKFILEPOSIX_H diff --git a/lldb/include/lldb/Host/posix/PipePosix.h b/lldb/include/lldb/Host/posix/PipePosix.h index df341f2..77c0e2f 100644 --- a/lldb/include/lldb/Host/posix/PipePosix.h +++ b/lldb/include/lldb/Host/posix/PipePosix.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_posix_PipePosix_h_ -#define liblldb_Host_posix_PipePosix_h_ +#ifndef LLDB_HOST_POSIX_PIPEPOSIX_H +#define LLDB_HOST_POSIX_PIPEPOSIX_H #if defined(__cplusplus) #include "lldb/Host/PipeBase.h" @@ -77,4 +77,4 @@ private: } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_Host_posix_PipePosix_h_ +#endif // LLDB_HOST_POSIX_PIPEPOSIX_H diff --git a/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h b/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h index 15e2d6d..427fb5b 100644 --- a/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h +++ b/lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Host_posix_ProcessLauncherPosixFork_h_ -#define lldb_Host_posix_ProcessLauncherPosixFork_h_ +#ifndef LLDB_HOST_POSIX_PROCESSLAUNCHERPOSIXFORK_H +#define LLDB_HOST_POSIX_PROCESSLAUNCHERPOSIXFORK_H #include "lldb/Host/ProcessLauncher.h" diff --git a/lldb/include/lldb/Initialization/SystemInitializer.h b/lldb/include/lldb/Initialization/SystemInitializer.h index e616ad1..4426bfb 100644 --- a/lldb/include/lldb/Initialization/SystemInitializer.h +++ b/lldb/include/lldb/Initialization/SystemInitializer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_INITIALIZATION_SYSTEM_INITIALIZER_H -#define LLDB_INITIALIZATION_SYSTEM_INITIALIZER_H +#ifndef LLDB_INITIALIZATION_SYSTEMINITIALIZER_H +#define LLDB_INITIALIZATION_SYSTEMINITIALIZER_H #include "llvm/Support/Error.h" diff --git a/lldb/include/lldb/Initialization/SystemInitializerCommon.h b/lldb/include/lldb/Initialization/SystemInitializerCommon.h index ad7e58e..3a50816 100644 --- a/lldb/include/lldb/Initialization/SystemInitializerCommon.h +++ b/lldb/include/lldb/Initialization/SystemInitializerCommon.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_INITIALIZATION_SYSTEM_INITIALIZER_COMMON_H -#define LLDB_INITIALIZATION_SYSTEM_INITIALIZER_COMMON_H +#ifndef LLDB_INITIALIZATION_SYSTEMINITIALIZERCOMMON_H +#define LLDB_INITIALIZATION_SYSTEMINITIALIZERCOMMON_H #include "SystemInitializer.h" @@ -31,4 +31,4 @@ public: } // namespace lldb_private -#endif // LLDB_INITIALIZATION_SYSTEM_INITIALIZER_COMMON_H +#endif // LLDB_INITIALIZATION_SYSTEMINITIALIZERCOMMON_H diff --git a/lldb/include/lldb/Initialization/SystemLifetimeManager.h b/lldb/include/lldb/Initialization/SystemLifetimeManager.h index 2e99b86..27e1a22 100644 --- a/lldb/include/lldb/Initialization/SystemLifetimeManager.h +++ b/lldb/include/lldb/Initialization/SystemLifetimeManager.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_INITIALIZATION_SYSTEM_LIFETIME_MANAGER_H -#define LLDB_INITIALIZATION_SYSTEM_LIFETIME_MANAGER_H +#ifndef LLDB_INITIALIZATION_SYSTEMLIFETIMEMANAGER_H +#define LLDB_INITIALIZATION_SYSTEMLIFETIMEMANAGER_H #include "lldb/Initialization/SystemInitializer.h" #include "lldb/lldb-private-types.h" diff --git a/lldb/include/lldb/Interpreter/CommandAlias.h b/lldb/include/lldb/Interpreter/CommandAlias.h index 1e186d7..26826db 100644 --- a/lldb/include/lldb/Interpreter/CommandAlias.h +++ b/lldb/include/lldb/Interpreter/CommandAlias.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandAlias_h_ -#define liblldb_CommandAlias_h_ +#ifndef LLDB_INTERPRETER_COMMANDALIAS_H +#define LLDB_INTERPRETER_COMMANDALIAS_H #include @@ -81,4 +81,4 @@ private: }; } // namespace lldb_private -#endif // liblldb_CommandAlias_h_ +#endif // LLDB_INTERPRETER_COMMANDALIAS_H diff --git a/lldb/include/lldb/Interpreter/CommandCompletions.h b/lldb/include/lldb/Interpreter/CommandCompletions.h index a678a11..51f5a2e 100644 --- a/lldb/include/lldb/Interpreter/CommandCompletions.h +++ b/lldb/include/lldb/Interpreter/CommandCompletions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_CommandCompletions_h_ -#define lldb_CommandCompletions_h_ +#ifndef LLDB_INTERPRETER_COMMANDCOMPLETIONS_H +#define LLDB_INTERPRETER_COMMANDCOMPLETIONS_H #include @@ -85,4 +85,4 @@ public: } // namespace lldb_private -#endif // lldb_CommandCompletions_h_ +#endif // LLDB_INTERPRETER_COMMANDCOMPLETIONS_H diff --git a/lldb/include/lldb/Interpreter/CommandHistory.h b/lldb/include/lldb/Interpreter/CommandHistory.h index c1386f8..c6edd02 100644 --- a/lldb/include/lldb/Interpreter/CommandHistory.h +++ b/lldb/include/lldb/Interpreter/CommandHistory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandHistory_h_ -#define liblldb_CommandHistory_h_ +#ifndef LLDB_INTERPRETER_COMMANDHISTORY_H +#define LLDB_INTERPRETER_COMMANDHISTORY_H #include #include @@ -55,4 +55,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandHistory_h_ +#endif // LLDB_INTERPRETER_COMMANDHISTORY_H diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h index d08951e..6a2ffc0 100644 --- a/lldb/include/lldb/Interpreter/CommandInterpreter.h +++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandInterpreter_h_ -#define liblldb_CommandInterpreter_h_ +#ifndef LLDB_INTERPRETER_COMMANDINTERPRETER_H +#define LLDB_INTERPRETER_COMMANDINTERPRETER_H #include "lldb/Core/Debugger.h" #include "lldb/Core/IOHandler.h" @@ -587,4 +587,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandInterpreter_h_ +#endif // LLDB_INTERPRETER_COMMANDINTERPRETER_H diff --git a/lldb/include/lldb/Interpreter/CommandObject.h b/lldb/include/lldb/Interpreter/CommandObject.h index 4b0a7d6..cc4d40b 100644 --- a/lldb/include/lldb/Interpreter/CommandObject.h +++ b/lldb/include/lldb/Interpreter/CommandObject.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObject_h_ -#define liblldb_CommandObject_h_ +#ifndef LLDB_INTERPRETER_COMMANDOBJECT_H +#define LLDB_INTERPRETER_COMMANDOBJECT_H #include #include @@ -411,4 +411,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObject_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECT_H diff --git a/lldb/include/lldb/Interpreter/CommandObjectMultiword.h b/lldb/include/lldb/Interpreter/CommandObjectMultiword.h index 72ec8a9..6b383f8 100644 --- a/lldb/include/lldb/Interpreter/CommandObjectMultiword.h +++ b/lldb/include/lldb/Interpreter/CommandObjectMultiword.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectMultiword_h_ -#define liblldb_CommandObjectMultiword_h_ +#ifndef LLDB_INTERPRETER_COMMANDOBJECTMULTIWORD_H +#define LLDB_INTERPRETER_COMMANDOBJECTMULTIWORD_H #include "lldb/Interpreter/CommandObject.h" #include "lldb/Utility/CompletionRequest.h" @@ -131,4 +131,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectMultiword_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECTMULTIWORD_H diff --git a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h index 7800d5d..b7c1d37 100644 --- a/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h +++ b/lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectRegexCommand_h_ -#define liblldb_CommandObjectRegexCommand_h_ +#ifndef LLDB_INTERPRETER_COMMANDOBJECTREGEXCOMMAND_H +#define LLDB_INTERPRETER_COMMANDOBJECTREGEXCOMMAND_H #include @@ -56,4 +56,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectRegexCommand_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECTREGEXCOMMAND_H diff --git a/lldb/include/lldb/Interpreter/CommandOptionValidators.h b/lldb/include/lldb/Interpreter/CommandOptionValidators.h index 5483c15..218cc87 100644 --- a/lldb/include/lldb/Interpreter/CommandOptionValidators.h +++ b/lldb/include/lldb/Interpreter/CommandOptionValidators.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandOptionValidators_h_ -#define liblldb_CommandOptionValidators_h_ +#ifndef LLDB_INTERPRETER_COMMANDOPTIONVALIDATORS_H +#define LLDB_INTERPRETER_COMMANDOPTIONVALIDATORS_H #include "lldb/lldb-private-types.h" @@ -25,4 +25,4 @@ class PosixPlatformCommandOptionValidator : public OptionValidator { } // namespace lldb_private -#endif // liblldb_CommandOptionValidators_h_ +#endif // LLDB_INTERPRETER_COMMANDOPTIONVALIDATORS_H diff --git a/lldb/include/lldb/Interpreter/CommandReturnObject.h b/lldb/include/lldb/Interpreter/CommandReturnObject.h index 304e44af..ea072fd 100644 --- a/lldb/include/lldb/Interpreter/CommandReturnObject.h +++ b/lldb/include/lldb/Interpreter/CommandReturnObject.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandReturnObject_h_ -#define liblldb_CommandReturnObject_h_ +#ifndef LLDB_INTERPRETER_COMMANDRETURNOBJECT_H +#define LLDB_INTERPRETER_COMMANDRETURNOBJECT_H #include "lldb/Core/StreamFile.h" #include "lldb/Utility/StreamString.h" @@ -157,4 +157,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandReturnObject_h_ +#endif // LLDB_INTERPRETER_COMMANDRETURNOBJECT_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h b/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h index 4b7f9fe..1eadf45 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h +++ b/lldb/include/lldb/Interpreter/OptionGroupArchitecture.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupArchitecture_h_ -#define liblldb_OptionGroupArchitecture_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H +#define LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H #include "lldb/Interpreter/Options.h" #include "lldb/Utility/ArchSpec.h" @@ -42,4 +42,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupArchitecture_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupBoolean.h b/lldb/include/lldb/Interpreter/OptionGroupBoolean.h index 7749045..061e313 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupBoolean.h +++ b/lldb/include/lldb/Interpreter/OptionGroupBoolean.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupBoolean_h_ -#define liblldb_OptionGroupBoolean_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPBOOLEAN_H +#define LLDB_INTERPRETER_OPTIONGROUPBOOLEAN_H #include "lldb/Interpreter/OptionValueBoolean.h" #include "lldb/Interpreter/Options.h" @@ -48,4 +48,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupBoolean_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPBOOLEAN_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupFile.h b/lldb/include/lldb/Interpreter/OptionGroupFile.h index cce3714..374cf10 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupFile.h +++ b/lldb/include/lldb/Interpreter/OptionGroupFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupFile_h_ -#define liblldb_OptionGroupFile_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPFILE_H +#define LLDB_INTERPRETER_OPTIONGROUPFILE_H #include "lldb/Interpreter/OptionValueFileSpec.h" #include "lldb/Interpreter/OptionValueFileSpecList.h" @@ -78,4 +78,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupFile_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPFILE_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupFormat.h b/lldb/include/lldb/Interpreter/OptionGroupFormat.h index 1b5020a..62c6f97 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupFormat.h +++ b/lldb/include/lldb/Interpreter/OptionGroupFormat.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupFormat_h_ -#define liblldb_OptionGroupFormat_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPFORMAT_H +#define LLDB_INTERPRETER_OPTIONGROUPFORMAT_H #include "lldb/Interpreter/OptionValueFormat.h" #include "lldb/Interpreter/OptionValueSInt64.h" @@ -78,4 +78,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupFormat_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPFORMAT_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h b/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h index 82d68b7..a71998f 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h +++ b/lldb/include/lldb/Interpreter/OptionGroupOutputFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupOutputFile_h_ -#define liblldb_OptionGroupOutputFile_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPOUTPUTFILE_H +#define LLDB_INTERPRETER_OPTIONGROUPOUTPUTFILE_H #include "lldb/Interpreter/OptionValueBoolean.h" #include "lldb/Interpreter/OptionValueFileSpec.h" @@ -45,4 +45,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupOutputFile_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPOUTPUTFILE_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupPlatform.h b/lldb/include/lldb/Interpreter/OptionGroupPlatform.h index ea5a3f3..99945e5 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupPlatform.h +++ b/lldb/include/lldb/Interpreter/OptionGroupPlatform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupPlatform_h_ -#define liblldb_OptionGroupPlatform_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPPLATFORM_H +#define LLDB_INTERPRETER_OPTIONGROUPPLATFORM_H #include "lldb/Interpreter/Options.h" #include "lldb/Utility/ConstString.h" @@ -70,4 +70,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupPlatform_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPPLATFORM_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h b/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h index 2229c1a..d4c924a 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +++ b/lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupPythonClassWithDict_h_ -#define liblldb_OptionGroupPythonClassWithDict_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPPYTHONCLASSWITHDICT_H +#define LLDB_INTERPRETER_OPTIONGROUPPYTHONCLASSWITHDICT_H #include "lldb/lldb-types.h" #include "lldb/Interpreter/Options.h" @@ -60,4 +60,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupPythonClassWithDict_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPPYTHONCLASSWITHDICT_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupString.h b/lldb/include/lldb/Interpreter/OptionGroupString.h index ce10589..1a3b5bd 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupString.h +++ b/lldb/include/lldb/Interpreter/OptionGroupString.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupString_h_ -#define liblldb_OptionGroupString_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPSTRING_H +#define LLDB_INTERPRETER_OPTIONGROUPSTRING_H #include "lldb/Interpreter/OptionValueString.h" #include "lldb/Interpreter/Options.h" @@ -45,4 +45,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupString_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPSTRING_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupUInt64.h b/lldb/include/lldb/Interpreter/OptionGroupUInt64.h index 12f08a3..783c4b6 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupUInt64.h +++ b/lldb/include/lldb/Interpreter/OptionGroupUInt64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupUInt64_h_ -#define liblldb_OptionGroupUInt64_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPUINT64_H +#define LLDB_INTERPRETER_OPTIONGROUPUINT64_H #include "lldb/Interpreter/OptionValueUInt64.h" #include "lldb/Interpreter/Options.h" @@ -46,4 +46,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupUInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPUINT64_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupUUID.h b/lldb/include/lldb/Interpreter/OptionGroupUUID.h index 22fc3a10..b1c779f 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupUUID.h +++ b/lldb/include/lldb/Interpreter/OptionGroupUUID.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupUUID_h_ -#define liblldb_OptionGroupUUID_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPUUID_H +#define LLDB_INTERPRETER_OPTIONGROUPUUID_H #include "lldb/Interpreter/OptionValueUUID.h" #include "lldb/Interpreter/Options.h" @@ -38,4 +38,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionGroupUUID_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPUUID_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h b/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h index 5a1bbc9..1ad5332 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +++ b/lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupValueObjectDisplay_h_ -#define liblldb_OptionGroupValueObjectDisplay_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPVALUEOBJECTDISPLAY_H +#define LLDB_INTERPRETER_OPTIONGROUPVALUEOBJECTDISPLAY_H #include "lldb/Core/ValueObject.h" #include "lldb/Interpreter/Options.h" @@ -55,4 +55,4 @@ public: } // namespace lldb_private -#endif // liblldb_OptionGroupValueObjectDisplay_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPVALUEOBJECTDISPLAY_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupVariable.h b/lldb/include/lldb/Interpreter/OptionGroupVariable.h index 0c042f4..de34b1f 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupVariable.h +++ b/lldb/include/lldb/Interpreter/OptionGroupVariable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupVariable_h_ -#define liblldb_OptionGroupVariable_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPVARIABLE_H +#define LLDB_INTERPRETER_OPTIONGROUPVARIABLE_H #include "lldb/Interpreter/OptionValueString.h" #include "lldb/Interpreter/Options.h" @@ -46,4 +46,4 @@ private: } // namespace lldb_private -#endif // liblldb_OptionGroupVariable_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPVARIABLE_H diff --git a/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h b/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h index 3729c00..94b350a 100644 --- a/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h +++ b/lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionGroupWatchpoint_h_ -#define liblldb_OptionGroupWatchpoint_h_ +#ifndef LLDB_INTERPRETER_OPTIONGROUPWATCHPOINT_H +#define LLDB_INTERPRETER_OPTIONGROUPWATCHPOINT_H #include "lldb/Interpreter/Options.h" @@ -51,4 +51,4 @@ private: } // namespace lldb_private -#endif // liblldb_OptionGroupWatchpoint_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPWATCHPOINT_H diff --git a/lldb/include/lldb/Interpreter/OptionValue.h b/lldb/include/lldb/Interpreter/OptionValue.h index 44c7f62..5b07427 100644 --- a/lldb/include/lldb/Interpreter/OptionValue.h +++ b/lldb/include/lldb/Interpreter/OptionValue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValue_h_ -#define liblldb_OptionValue_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUE_H +#define LLDB_INTERPRETER_OPTIONVALUE_H #include "lldb/Core/FormatEntity.h" #include "lldb/Utility/CompletionRequest.h" @@ -326,4 +326,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValue_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUE_H diff --git a/lldb/include/lldb/Interpreter/OptionValueArch.h b/lldb/include/lldb/Interpreter/OptionValueArch.h index 3923e3d..7b63c68 100644 --- a/lldb/include/lldb/Interpreter/OptionValueArch.h +++ b/lldb/include/lldb/Interpreter/OptionValueArch.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueArch_h_ -#define liblldb_OptionValueArch_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEARCH_H +#define LLDB_INTERPRETER_OPTIONVALUEARCH_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Utility/ArchSpec.h" @@ -81,4 +81,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueArch_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARCH_H diff --git a/lldb/include/lldb/Interpreter/OptionValueArgs.h b/lldb/include/lldb/Interpreter/OptionValueArgs.h index 0254b9a..25f7fdd 100644 --- a/lldb/include/lldb/Interpreter/OptionValueArgs.h +++ b/lldb/include/lldb/Interpreter/OptionValueArgs.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueArgs_h_ -#define liblldb_OptionValueArgs_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEARGS_H +#define LLDB_INTERPRETER_OPTIONVALUEARGS_H #include "lldb/Interpreter/OptionValueArray.h" @@ -28,4 +28,4 @@ public: } // namespace lldb_private -#endif // liblldb_OptionValueArgs_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARGS_H diff --git a/lldb/include/lldb/Interpreter/OptionValueArray.h b/lldb/include/lldb/Interpreter/OptionValueArray.h index 10f3bf5..000351c 100644 --- a/lldb/include/lldb/Interpreter/OptionValueArray.h +++ b/lldb/include/lldb/Interpreter/OptionValueArray.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueArray_h_ -#define liblldb_OptionValueArray_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEARRAY_H +#define LLDB_INTERPRETER_OPTIONVALUEARRAY_H #include @@ -125,4 +125,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueArray_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARRAY_H diff --git a/lldb/include/lldb/Interpreter/OptionValueBoolean.h b/lldb/include/lldb/Interpreter/OptionValueBoolean.h index 42b2ca4..d221f6d 100644 --- a/lldb/include/lldb/Interpreter/OptionValueBoolean.h +++ b/lldb/include/lldb/Interpreter/OptionValueBoolean.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueBoolean_h_ -#define liblldb_OptionValueBoolean_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEBOOLEAN_H +#define LLDB_INTERPRETER_OPTIONVALUEBOOLEAN_H #include "lldb/Interpreter/OptionValue.h" @@ -85,4 +85,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueBoolean_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEBOOLEAN_H diff --git a/lldb/include/lldb/Interpreter/OptionValueChar.h b/lldb/include/lldb/Interpreter/OptionValueChar.h index d866136..8d0aa91 100644 --- a/lldb/include/lldb/Interpreter/OptionValueChar.h +++ b/lldb/include/lldb/Interpreter/OptionValueChar.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueChar_h_ -#define liblldb_OptionValueChar_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUECHAR_H +#define LLDB_INTERPRETER_OPTIONVALUECHAR_H #include "lldb/Interpreter/OptionValue.h" @@ -68,4 +68,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueChar_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUECHAR_H diff --git a/lldb/include/lldb/Interpreter/OptionValueDictionary.h b/lldb/include/lldb/Interpreter/OptionValueDictionary.h index 8785d38..1bc4525 100644 --- a/lldb/include/lldb/Interpreter/OptionValueDictionary.h +++ b/lldb/include/lldb/Interpreter/OptionValueDictionary.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueDictionary_h_ -#define liblldb_OptionValueDictionary_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEDICTIONARY_H +#define LLDB_INTERPRETER_OPTIONVALUEDICTIONARY_H #include @@ -81,4 +81,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueDictionary_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEDICTIONARY_H diff --git a/lldb/include/lldb/Interpreter/OptionValueEnumeration.h b/lldb/include/lldb/Interpreter/OptionValueEnumeration.h index eb19737..26ba7ad 100644 --- a/lldb/include/lldb/Interpreter/OptionValueEnumeration.h +++ b/lldb/include/lldb/Interpreter/OptionValueEnumeration.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueEnumeration_h_ -#define liblldb_OptionValueEnumeration_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEENUMERATION_H +#define LLDB_INTERPRETER_OPTIONVALUEENUMERATION_H #include "lldb/Core/UniqueCStringMap.h" #include "lldb/Interpreter/OptionValue.h" @@ -83,4 +83,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueEnumeration_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEENUMERATION_H diff --git a/lldb/include/lldb/Interpreter/OptionValueFileSpec.h b/lldb/include/lldb/Interpreter/OptionValueFileSpec.h index a6df181..2b18c95 100644 --- a/lldb/include/lldb/Interpreter/OptionValueFileSpec.h +++ b/lldb/include/lldb/Interpreter/OptionValueFileSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueFileSpec_h_ -#define liblldb_OptionValueFileSpec_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEFILESPEC_H +#define LLDB_INTERPRETER_OPTIONVALUEFILESPEC_H #include "lldb/Interpreter/OptionValue.h" @@ -86,4 +86,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueFileSpec_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFILESPEC_H diff --git a/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h b/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h index 5607437..7b762bf 100644 --- a/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h +++ b/lldb/include/lldb/Interpreter/OptionValueFileSpecList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueFileSpecList_h_ -#define liblldb_OptionValueFileSpecList_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEFILESPECLIST_H +#define LLDB_INTERPRETER_OPTIONVALUEFILESPECLIST_H #include @@ -74,4 +74,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueFileSpecList_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFILESPECLIST_H diff --git a/lldb/include/lldb/Interpreter/OptionValueFormat.h b/lldb/include/lldb/Interpreter/OptionValueFormat.h index 020f4ae..6904c93 100644 --- a/lldb/include/lldb/Interpreter/OptionValueFormat.h +++ b/lldb/include/lldb/Interpreter/OptionValueFormat.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueFormat_h_ -#define liblldb_OptionValueFormat_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEFORMAT_H +#define LLDB_INTERPRETER_OPTIONVALUEFORMAT_H #include "lldb/Interpreter/OptionValue.h" @@ -63,4 +63,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueFormat_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFORMAT_H diff --git a/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h b/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h index 419ff5c..beb5d68 100644 --- a/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h +++ b/lldb/include/lldb/Interpreter/OptionValueFormatEntity.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueFormatEntity_h_ -#define liblldb_OptionValueFormatEntity_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEFORMATENTITY_H +#define LLDB_INTERPRETER_OPTIONVALUEFORMATENTITY_H #include "lldb/Core/FormatEntity.h" #include "lldb/Interpreter/OptionValue.h" @@ -64,4 +64,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueFormatEntity_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFORMATENTITY_H diff --git a/lldb/include/lldb/Interpreter/OptionValueLanguage.h b/lldb/include/lldb/Interpreter/OptionValueLanguage.h index 505dc89..f4ca2fd 100644 --- a/lldb/include/lldb/Interpreter/OptionValueLanguage.h +++ b/lldb/include/lldb/Interpreter/OptionValueLanguage.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueLanguage_h_ -#define liblldb_OptionValueLanguage_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUELANGUAGE_H +#define LLDB_INTERPRETER_OPTIONVALUELANGUAGE_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/lldb-enumerations.h" @@ -66,4 +66,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueLanguage_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUELANGUAGE_H diff --git a/lldb/include/lldb/Interpreter/OptionValuePathMappings.h b/lldb/include/lldb/Interpreter/OptionValuePathMappings.h index 35c2af4..18f5cba 100644 --- a/lldb/include/lldb/Interpreter/OptionValuePathMappings.h +++ b/lldb/include/lldb/Interpreter/OptionValuePathMappings.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValuePathMappings_h_ -#define liblldb_OptionValuePathMappings_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEPATHMAPPINGS_H +#define LLDB_INTERPRETER_OPTIONVALUEPATHMAPPINGS_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Target/PathMappingList.h" @@ -58,4 +58,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValuePathMappings_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEPATHMAPPINGS_H diff --git a/lldb/include/lldb/Interpreter/OptionValueProperties.h b/lldb/include/lldb/Interpreter/OptionValueProperties.h index 980f011..76f09cc 100644 --- a/lldb/include/lldb/Interpreter/OptionValueProperties.h +++ b/lldb/include/lldb/Interpreter/OptionValueProperties.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueProperties_h_ -#define liblldb_OptionValueProperties_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEPROPERTIES_H +#define LLDB_INTERPRETER_OPTIONVALUEPROPERTIES_H #include @@ -218,4 +218,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueProperties_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEPROPERTIES_H diff --git a/lldb/include/lldb/Interpreter/OptionValueRegex.h b/lldb/include/lldb/Interpreter/OptionValueRegex.h index 8c10dac..caeab69 100644 --- a/lldb/include/lldb/Interpreter/OptionValueRegex.h +++ b/lldb/include/lldb/Interpreter/OptionValueRegex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueRegex_h_ -#define liblldb_OptionValueRegex_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEREGEX_H +#define LLDB_INTERPRETER_OPTIONVALUEREGEX_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Utility/RegularExpression.h" @@ -63,4 +63,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueRegex_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEREGEX_H diff --git a/lldb/include/lldb/Interpreter/OptionValueSInt64.h b/lldb/include/lldb/Interpreter/OptionValueSInt64.h index c2e8ff4..fbabaae 100644 --- a/lldb/include/lldb/Interpreter/OptionValueSInt64.h +++ b/lldb/include/lldb/Interpreter/OptionValueSInt64.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueSInt64_h_ -#define liblldb_OptionValueSInt64_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUESINT64_H +#define LLDB_INTERPRETER_OPTIONVALUESINT64_H #include "lldb/Interpreter/OptionValue.h" @@ -102,4 +102,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueSInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUESINT64_H diff --git a/lldb/include/lldb/Interpreter/OptionValueString.h b/lldb/include/lldb/Interpreter/OptionValueString.h index d9e76d8..cd371c5 100644 --- a/lldb/include/lldb/Interpreter/OptionValueString.h +++ b/lldb/include/lldb/Interpreter/OptionValueString.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueString_h_ -#define liblldb_OptionValueString_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUESTRING_H +#define LLDB_INTERPRETER_OPTIONVALUESTRING_H #include @@ -136,4 +136,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueString_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUESTRING_H diff --git a/lldb/include/lldb/Interpreter/OptionValueUInt64.h b/lldb/include/lldb/Interpreter/OptionValueUInt64.h index 5978cdb4..0096e87 100644 --- a/lldb/include/lldb/Interpreter/OptionValueUInt64.h +++ b/lldb/include/lldb/Interpreter/OptionValueUInt64.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueUInt64_h_ -#define liblldb_OptionValueUInt64_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEUINT64_H +#define LLDB_INTERPRETER_OPTIONVALUEUINT64_H #include "lldb/Interpreter/OptionValue.h" @@ -79,4 +79,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueUInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEUINT64_H diff --git a/lldb/include/lldb/Interpreter/OptionValueUUID.h b/lldb/include/lldb/Interpreter/OptionValueUUID.h index 576440d..2fb8caa 100644 --- a/lldb/include/lldb/Interpreter/OptionValueUUID.h +++ b/lldb/include/lldb/Interpreter/OptionValueUUID.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValueUUID_h_ -#define liblldb_OptionValueUUID_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUEUUID_H +#define LLDB_INTERPRETER_OPTIONVALUEUUID_H #include "lldb/Utility/UUID.h" #include "lldb/Interpreter/OptionValue.h" @@ -61,4 +61,4 @@ protected: } // namespace lldb_private -#endif // liblldb_OptionValueUUID_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEUUID_H diff --git a/lldb/include/lldb/Interpreter/OptionValues.h b/lldb/include/lldb/Interpreter/OptionValues.h index d90b286..36e7c19 100644 --- a/lldb/include/lldb/Interpreter/OptionValues.h +++ b/lldb/include/lldb/Interpreter/OptionValues.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OptionValues_h_ -#define liblldb_OptionValues_h_ +#ifndef LLDB_INTERPRETER_OPTIONVALUES_H +#define LLDB_INTERPRETER_OPTIONVALUES_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Interpreter/OptionValueArch.h" @@ -30,4 +30,4 @@ #include "lldb/Interpreter/OptionValueUInt64.h" #include "lldb/Interpreter/OptionValueUUID.h" -#endif // liblldb_OptionValues_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUES_H diff --git a/lldb/include/lldb/Interpreter/Options.h b/lldb/include/lldb/Interpreter/Options.h index d07c256..a47b194 100644 --- a/lldb/include/lldb/Interpreter/Options.h +++ b/lldb/include/lldb/Interpreter/Options.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Options_h_ -#define liblldb_Options_h_ +#ifndef LLDB_INTERPRETER_OPTIONS_H +#define LLDB_INTERPRETER_OPTIONS_H #include #include @@ -328,4 +328,4 @@ public: } // namespace lldb_private -#endif // liblldb_Options_h_ +#endif // LLDB_INTERPRETER_OPTIONS_H diff --git a/lldb/include/lldb/Interpreter/Property.h b/lldb/include/lldb/Interpreter/Property.h index 7626483..97ec7ca 100644 --- a/lldb/include/lldb/Interpreter/Property.h +++ b/lldb/include/lldb/Interpreter/Property.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Property_h_ -#define liblldb_Property_h_ +#ifndef LLDB_INTERPRETER_PROPERTY_H +#define LLDB_INTERPRETER_PROPERTY_H #include "lldb/Interpreter/OptionValue.h" #include "lldb/Utility/ConstString.h" @@ -75,4 +75,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Property_h_ +#endif // LLDB_INTERPRETER_PROPERTY_H diff --git a/lldb/include/lldb/Interpreter/ScriptInterpreter.h b/lldb/include/lldb/Interpreter/ScriptInterpreter.h index 1784c93..5d971f6 100644 --- a/lldb/include/lldb/Interpreter/ScriptInterpreter.h +++ b/lldb/include/lldb/Interpreter/ScriptInterpreter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ScriptInterpreter_h_ -#define liblldb_ScriptInterpreter_h_ +#ifndef LLDB_INTERPRETER_SCRIPTINTERPRETER_H +#define LLDB_INTERPRETER_SCRIPTINTERPRETER_H #include "lldb/lldb-private.h" @@ -488,4 +488,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ScriptInterpreter_h_ +#endif // LLDB_INTERPRETER_SCRIPTINTERPRETER_H diff --git a/lldb/include/lldb/Symbol/ArmUnwindInfo.h b/lldb/include/lldb/Symbol/ArmUnwindInfo.h index a74b444..24f9f1a 100644 --- a/lldb/include/lldb/Symbol/ArmUnwindInfo.h +++ b/lldb/include/lldb/Symbol/ArmUnwindInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ArmUnwindInfo_h_ -#define liblldb_ArmUnwindInfo_h_ +#ifndef LLDB_SYMBOL_ARMUNWINDINFO_H +#define LLDB_SYMBOL_ARMUNWINDINFO_H #include "lldb/Symbol/ObjectFile.h" #include "lldb/Utility/DataExtractor.h" @@ -65,4 +65,4 @@ private: } // namespace lldb_private -#endif // liblldb_ArmUnwindInfo_h_ +#endif // LLDB_SYMBOL_ARMUNWINDINFO_H diff --git a/lldb/include/lldb/Symbol/Block.h b/lldb/include/lldb/Symbol/Block.h index c2760ddd..8c1b5a8 100644 --- a/lldb/include/lldb/Symbol/Block.h +++ b/lldb/include/lldb/Symbol/Block.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Block_h_ -#define liblldb_Block_h_ +#ifndef LLDB_SYMBOL_BLOCK_H +#define LLDB_SYMBOL_BLOCK_H #include "lldb/Core/AddressRange.h" #include "lldb/Symbol/CompilerType.h" @@ -381,4 +381,4 @@ private: } // namespace lldb_private -#endif // liblldb_Block_h_ +#endif // LLDB_SYMBOL_BLOCK_H diff --git a/lldb/include/lldb/Symbol/CallFrameInfo.h b/lldb/include/lldb/Symbol/CallFrameInfo.h index 765ddb4..7db8722 100644 --- a/lldb/include/lldb/Symbol/CallFrameInfo.h +++ b/lldb/include/lldb/Symbol/CallFrameInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CallFrameInfo_h_ -#define liblldb_CallFrameInfo_h_ +#ifndef LLDB_SYMBOL_CALLFRAMEINFO_H +#define LLDB_SYMBOL_CALLFRAMEINFO_H #include "lldb/Core/Address.h" @@ -25,4 +25,4 @@ public: } // namespace lldb_private -#endif // liblldb_CallFrameInfo_h_ +#endif // LLDB_SYMBOL_CALLFRAMEINFO_H diff --git a/lldb/include/lldb/Symbol/CompactUnwindInfo.h b/lldb/include/lldb/Symbol/CompactUnwindInfo.h index 2646661..e622c5f 100644 --- a/lldb/include/lldb/Symbol/CompactUnwindInfo.h +++ b/lldb/include/lldb/Symbol/CompactUnwindInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CompactUnwindInfo_h_ -#define liblldb_CompactUnwindInfo_h_ +#ifndef LLDB_SYMBOL_COMPACTUNWINDINFO_H +#define LLDB_SYMBOL_COMPACTUNWINDINFO_H #include "lldb/Symbol/ObjectFile.h" #include "lldb/Symbol/UnwindPlan.h" @@ -164,4 +164,4 @@ private: } // namespace lldb_private -#endif // liblldb_CompactUnwindInfo_h_ +#endif // LLDB_SYMBOL_COMPACTUNWINDINFO_H diff --git a/lldb/include/lldb/Symbol/CompileUnit.h b/lldb/include/lldb/Symbol/CompileUnit.h index aec5cc7..4baacd2 100644 --- a/lldb/include/lldb/Symbol/CompileUnit.h +++ b/lldb/include/lldb/Symbol/CompileUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CompUnit_h_ -#define liblldb_CompUnit_h_ +#ifndef LLDB_SYMBOL_COMPILEUNIT_H +#define LLDB_SYMBOL_COMPILEUNIT_H #include "lldb/Core/FileSpecList.h" #include "lldb/Core/ModuleChild.h" @@ -452,4 +452,4 @@ private: } // namespace lldb_private -#endif // liblldb_CompUnit_h_ +#endif // LLDB_SYMBOL_COMPILEUNIT_H diff --git a/lldb/include/lldb/Symbol/CompilerDecl.h b/lldb/include/lldb/Symbol/CompilerDecl.h index 4fd269d..67290b9 100644 --- a/lldb/include/lldb/Symbol/CompilerDecl.h +++ b/lldb/include/lldb/Symbol/CompilerDecl.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CompilerDecl_h_ -#define liblldb_CompilerDecl_h_ +#ifndef LLDB_SYMBOL_COMPILERDECL_H +#define LLDB_SYMBOL_COMPILERDECL_H #include "lldb/Symbol/CompilerType.h" #include "lldb/Utility/ConstString.h" @@ -94,4 +94,4 @@ bool operator!=(const CompilerDecl &lhs, const CompilerDecl &rhs); } // namespace lldb_private -#endif // #ifndef liblldb_CompilerDecl_h_ +#endif // LLDB_SYMBOL_COMPILERDECL_H diff --git a/lldb/include/lldb/Symbol/CompilerDeclContext.h b/lldb/include/lldb/Symbol/CompilerDeclContext.h index 4a366dd..87d4ca3 100644 --- a/lldb/include/lldb/Symbol/CompilerDeclContext.h +++ b/lldb/include/lldb/Symbol/CompilerDeclContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CompilerDeclContext_h_ -#define liblldb_CompilerDeclContext_h_ +#ifndef LLDB_SYMBOL_COMPILERDECLCONTEXT_H +#define LLDB_SYMBOL_COMPILERDECLCONTEXT_H #include @@ -126,4 +126,4 @@ bool operator!=(const CompilerDeclContext &lhs, const CompilerDeclContext &rhs); } // namespace lldb_private -#endif // #ifndef liblldb_CompilerDeclContext_h_ +#endif // LLDB_SYMBOL_COMPILERDECLCONTEXT_H diff --git a/lldb/include/lldb/Symbol/CompilerType.h b/lldb/include/lldb/Symbol/CompilerType.h index 8399166..3b2e8f6 100644 --- a/lldb/include/lldb/Symbol/CompilerType.h +++ b/lldb/include/lldb/Symbol/CompilerType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CompilerType_h_ -#define liblldb_CompilerType_h_ +#ifndef LLDB_SYMBOL_COMPILERTYPE_H +#define LLDB_SYMBOL_COMPILERTYPE_H #include #include @@ -385,4 +385,4 @@ struct CompilerType::IntegralTemplateArgument { } // namespace lldb_private -#endif // liblldb_CompilerType_h_ +#endif // LLDB_SYMBOL_COMPILERTYPE_H diff --git a/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h b/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h index 104075f..f85bc7e 100644 --- a/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h +++ b/lldb/include/lldb/Symbol/DWARFCallFrameInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DWARFCallFrameInfo_h_ -#define liblldb_DWARFCallFrameInfo_h_ +#ifndef LLDB_SYMBOL_DWARFCALLFRAMEINFO_H +#define LLDB_SYMBOL_DWARFCALLFRAMEINFO_H #include #include @@ -166,4 +166,4 @@ private: } // namespace lldb_private -#endif // liblldb_DWARFCallFrameInfo_h_ +#endif // LLDB_SYMBOL_DWARFCALLFRAMEINFO_H diff --git a/lldb/include/lldb/Symbol/DebugMacros.h b/lldb/include/lldb/Symbol/DebugMacros.h index da46c8b..9b28e40 100644 --- a/lldb/include/lldb/Symbol/DebugMacros.h +++ b/lldb/include/lldb/Symbol/DebugMacros.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DebugMacros_h_ -#define liblldb_DebugMacros_h_ +#ifndef LLDB_SYMBOL_DEBUGMACROS_H +#define LLDB_SYMBOL_DEBUGMACROS_H #include #include @@ -96,4 +96,4 @@ private: } // namespace lldb_private -#endif // liblldb_DebugMacros_h_ +#endif // LLDB_SYMBOL_DEBUGMACROS_H diff --git a/lldb/include/lldb/Symbol/DeclVendor.h b/lldb/include/lldb/Symbol/DeclVendor.h index 748c0c8..950907c 100644 --- a/lldb/include/lldb/Symbol/DeclVendor.h +++ b/lldb/include/lldb/Symbol/DeclVendor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DeclVendor_h_ -#define liblldb_DeclVendor_h_ +#ifndef LLDB_SYMBOL_DECLVENDOR_H +#define LLDB_SYMBOL_DECLVENDOR_H #include "lldb/lldb-defines.h" diff --git a/lldb/include/lldb/Symbol/Declaration.h b/lldb/include/lldb/Symbol/Declaration.h index a751d6b..7f19f45 100644 --- a/lldb/include/lldb/Symbol/Declaration.h +++ b/lldb/include/lldb/Symbol/Declaration.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Declaration_h_ -#define liblldb_Declaration_h_ +#ifndef LLDB_SYMBOL_DECLARATION_H +#define LLDB_SYMBOL_DECLARATION_H #include "lldb/Utility/FileSpec.h" #include "lldb/lldb-private.h" @@ -202,4 +202,4 @@ bool operator==(const Declaration &lhs, const Declaration &rhs); } // namespace lldb_private -#endif // liblldb_Declaration_h_ +#endif // LLDB_SYMBOL_DECLARATION_H diff --git a/lldb/include/lldb/Symbol/FuncUnwinders.h b/lldb/include/lldb/Symbol/FuncUnwinders.h index c49f6b0..607ea4c 100644 --- a/lldb/include/lldb/Symbol/FuncUnwinders.h +++ b/lldb/include/lldb/Symbol/FuncUnwinders.h @@ -1,5 +1,5 @@ -#ifndef liblldb_FuncUnwinders_h -#define liblldb_FuncUnwinders_h +#ifndef LLDB_SYMBOL_FUNCUNWINDERS_H +#define LLDB_SYMBOL_FUNCUNWINDERS_H #include "lldb/Core/AddressRange.h" #include "lldb/lldb-private-enumerations.h" @@ -155,4 +155,4 @@ private: } // namespace lldb_private -#endif // liblldb_FuncUnwinders_h +#endif // LLDB_SYMBOL_FUNCUNWINDERS_H diff --git a/lldb/include/lldb/Symbol/Function.h b/lldb/include/lldb/Symbol/Function.h index d3c3216..0db9a51 100644 --- a/lldb/include/lldb/Symbol/Function.h +++ b/lldb/include/lldb/Symbol/Function.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Function_h_ -#define liblldb_Function_h_ +#ifndef LLDB_SYMBOL_FUNCTION_H +#define LLDB_SYMBOL_FUNCTION_H #include "lldb/Core/AddressRange.h" #include "lldb/Core/Mangled.h" @@ -630,4 +630,4 @@ private: } // namespace lldb_private -#endif // liblldb_Function_h_ +#endif // LLDB_SYMBOL_FUNCTION_H diff --git a/lldb/include/lldb/Symbol/LineEntry.h b/lldb/include/lldb/Symbol/LineEntry.h index 32ffef7..5623439 100644 --- a/lldb/include/lldb/Symbol/LineEntry.h +++ b/lldb/include/lldb/Symbol/LineEntry.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LineEntry_h_ -#define liblldb_LineEntry_h_ +#ifndef LLDB_SYMBOL_LINEENTRY_H +#define LLDB_SYMBOL_LINEENTRY_H #include "lldb/Core/AddressRange.h" #include "lldb/Utility/FileSpec.h" @@ -173,4 +173,4 @@ bool operator<(const LineEntry &lhs, const LineEntry &rhs); } // namespace lldb_private -#endif // liblldb_LineEntry_h_ +#endif // LLDB_SYMBOL_LINEENTRY_H diff --git a/lldb/include/lldb/Symbol/LineTable.h b/lldb/include/lldb/Symbol/LineTable.h index 0323bf5..1b01660 100644 --- a/lldb/include/lldb/Symbol/LineTable.h +++ b/lldb/include/lldb/Symbol/LineTable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LineTable_h_ -#define liblldb_LineTable_h_ +#ifndef LLDB_SYMBOL_LINETABLE_H +#define LLDB_SYMBOL_LINETABLE_H #include "lldb/Core/ModuleChild.h" #include "lldb/Core/Section.h" @@ -342,4 +342,4 @@ private: } // namespace lldb_private -#endif // liblldb_LineTable_h_ +#endif // LLDB_SYMBOL_LINETABLE_H diff --git a/lldb/include/lldb/Symbol/LocateSymbolFile.h b/lldb/include/lldb/Symbol/LocateSymbolFile.h index 0ff834d..93b76e5 100644 --- a/lldb/include/lldb/Symbol/LocateSymbolFile.h +++ b/lldb/include/lldb/Symbol/LocateSymbolFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Symbols_h_ -#define liblldb_Symbols_h_ +#ifndef LLDB_SYMBOL_LOCATESYMBOLFILE_H +#define LLDB_SYMBOL_LOCATESYMBOLFILE_H #include @@ -55,4 +55,4 @@ public: } // namespace lldb_private -#endif // liblldb_Symbols_h_ +#endif // LLDB_SYMBOL_LOCATESYMBOLFILE_H diff --git a/lldb/include/lldb/Symbol/ObjectContainer.h b/lldb/include/lldb/Symbol/ObjectContainer.h index 9310fdc..79a196d 100644 --- a/lldb/include/lldb/Symbol/ObjectContainer.h +++ b/lldb/include/lldb/Symbol/ObjectContainer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectContainer_h_ -#define liblldb_ObjectContainer_h_ +#ifndef LLDB_SYMBOL_OBJECTCONTAINER_H +#define LLDB_SYMBOL_OBJECTCONTAINER_H #include "lldb/Core/ModuleChild.h" #include "lldb/Core/PluginInterface.h" @@ -172,4 +172,4 @@ private: } // namespace lldb_private -#endif // liblldb_ObjectContainer_h_ +#endif // LLDB_SYMBOL_OBJECTCONTAINER_H diff --git a/lldb/include/lldb/Symbol/ObjectFile.h b/lldb/include/lldb/Symbol/ObjectFile.h index 841a38e..fd9de62 100644 --- a/lldb/include/lldb/Symbol/ObjectFile.h +++ b/lldb/include/lldb/Symbol/ObjectFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectFile_h_ -#define liblldb_ObjectFile_h_ +#ifndef LLDB_SYMBOL_OBJECTFILE_H +#define LLDB_SYMBOL_OBJECTFILE_H #include "lldb/Core/FileSpecList.h" #include "lldb/Core/ModuleChild.h" @@ -703,4 +703,4 @@ template <> struct format_provider { }; } // namespace llvm -#endif // liblldb_ObjectFile_h_ +#endif // LLDB_SYMBOL_OBJECTFILE_H diff --git a/lldb/include/lldb/Symbol/SourceModule.h b/lldb/include/lldb/Symbol/SourceModule.h index b12ff01a..7799b65 100644 --- a/lldb/include/lldb/Symbol/SourceModule.h +++ b/lldb/include/lldb/Symbol/SourceModule.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SourceModule_h_ -#define liblldb_SourceModule_h_ +#ifndef LLDB_SYMBOL_SOURCEMODULE_H +#define LLDB_SYMBOL_SOURCEMODULE_H #include "lldb/Utility/ConstString.h" #include diff --git a/lldb/include/lldb/Symbol/Symbol.h b/lldb/include/lldb/Symbol/Symbol.h index 36f89c0..3a235f2 100644 --- a/lldb/include/lldb/Symbol/Symbol.h +++ b/lldb/include/lldb/Symbol/Symbol.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Symbol_h_ -#define liblldb_Symbol_h_ +#ifndef LLDB_SYMBOL_SYMBOL_H +#define LLDB_SYMBOL_SYMBOL_H #include "lldb/Core/AddressRange.h" #include "lldb/Core/Mangled.h" @@ -267,4 +267,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Symbol_h_ +#endif // LLDB_SYMBOL_SYMBOL_H diff --git a/lldb/include/lldb/Symbol/SymbolContext.h b/lldb/include/lldb/Symbol/SymbolContext.h index 4c7b727..cc49ce5 100644 --- a/lldb/include/lldb/Symbol/SymbolContext.h +++ b/lldb/include/lldb/Symbol/SymbolContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolContext_h_ -#define liblldb_SymbolContext_h_ +#ifndef LLDB_SYMBOL_SYMBOLCONTEXT_H +#define LLDB_SYMBOL_SYMBOLCONTEXT_H #include #include @@ -475,4 +475,4 @@ bool operator!=(const SymbolContextList &lhs, const SymbolContextList &rhs); } // namespace lldb_private -#endif // liblldb_SymbolContext_h_ +#endif // LLDB_SYMBOL_SYMBOLCONTEXT_H diff --git a/lldb/include/lldb/Symbol/SymbolContextScope.h b/lldb/include/lldb/Symbol/SymbolContextScope.h index a626302..3b244ca 100644 --- a/lldb/include/lldb/Symbol/SymbolContextScope.h +++ b/lldb/include/lldb/Symbol/SymbolContextScope.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolContextScope_h_ -#define liblldb_SymbolContextScope_h_ +#ifndef LLDB_SYMBOL_SYMBOLCONTEXTSCOPE_H +#define LLDB_SYMBOL_SYMBOLCONTEXTSCOPE_H #include "lldb/lldb-private.h" @@ -100,4 +100,4 @@ public: } // namespace lldb_private -#endif // liblldb_SymbolContextScope_h_ +#endif // LLDB_SYMBOL_SYMBOLCONTEXTSCOPE_H diff --git a/lldb/include/lldb/Symbol/SymbolFile.h b/lldb/include/lldb/Symbol/SymbolFile.h index fdd812e..ef40332 100644 --- a/lldb/include/lldb/Symbol/SymbolFile.h +++ b/lldb/include/lldb/Symbol/SymbolFile.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolFile_h_ -#define liblldb_SymbolFile_h_ +#ifndef LLDB_SYMBOL_SYMBOLFILE_H +#define LLDB_SYMBOL_SYMBOLFILE_H #include "lldb/Core/PluginInterface.h" #include "lldb/Symbol/CompilerDecl.h" @@ -316,4 +316,4 @@ private: } // namespace lldb_private -#endif // liblldb_SymbolFile_h_ +#endif // LLDB_SYMBOL_SYMBOLFILE_H diff --git a/lldb/include/lldb/Symbol/SymbolVendor.h b/lldb/include/lldb/Symbol/SymbolVendor.h index 96c6ea5..50932e6 100644 --- a/lldb/include/lldb/Symbol/SymbolVendor.h +++ b/lldb/include/lldb/Symbol/SymbolVendor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolVendor_h_ -#define liblldb_SymbolVendor_h_ +#ifndef LLDB_SYMBOL_SYMBOLVENDOR_H +#define LLDB_SYMBOL_SYMBOLVENDOR_H #include @@ -57,4 +57,4 @@ private: } // namespace lldb_private -#endif // liblldb_SymbolVendor_h_ +#endif // LLDB_SYMBOL_SYMBOLVENDOR_H diff --git a/lldb/include/lldb/Symbol/Symtab.h b/lldb/include/lldb/Symbol/Symtab.h index f121bef..d4827685 100644 --- a/lldb/include/lldb/Symbol/Symtab.h +++ b/lldb/include/lldb/Symbol/Symtab.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Symtab_h_ -#define liblldb_Symtab_h_ +#ifndef LLDB_SYMBOL_SYMTAB_H +#define LLDB_SYMBOL_SYMTAB_H #include "lldb/Core/UniqueCStringMap.h" #include "lldb/Symbol/Symbol.h" @@ -229,4 +229,4 @@ private: } // namespace lldb_private -#endif // liblldb_Symtab_h_ +#endif // LLDB_SYMBOL_SYMTAB_H diff --git a/lldb/include/lldb/Symbol/TaggedASTType.h b/lldb/include/lldb/Symbol/TaggedASTType.h index 043a913..f02f992 100644 --- a/lldb/include/lldb/Symbol/TaggedASTType.h +++ b/lldb/include/lldb/Symbol/TaggedASTType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TaggedASTType_h_ -#define liblldb_TaggedASTType_h_ +#ifndef LLDB_SYMBOL_TAGGEDASTTYPE_H +#define LLDB_SYMBOL_TAGGEDASTTYPE_H #include "lldb/Symbol/CompilerType.h" diff --git a/lldb/include/lldb/Symbol/Type.h b/lldb/include/lldb/Symbol/Type.h index c287af0..11b83d7 100644 --- a/lldb/include/lldb/Symbol/Type.h +++ b/lldb/include/lldb/Symbol/Type.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Type_h_ -#define liblldb_Type_h_ +#ifndef LLDB_SYMBOL_TYPE_H +#define LLDB_SYMBOL_TYPE_H #include "lldb/Symbol/CompilerDecl.h" #include "lldb/Symbol/CompilerType.h" @@ -510,4 +510,4 @@ private: } // namespace lldb_private -#endif // liblldb_Type_h_ +#endif // LLDB_SYMBOL_TYPE_H diff --git a/lldb/include/lldb/Symbol/TypeList.h b/lldb/include/lldb/Symbol/TypeList.h index 38342b6..4bd1bfc 100644 --- a/lldb/include/lldb/Symbol/TypeList.h +++ b/lldb/include/lldb/Symbol/TypeList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TypeList_h_ -#define liblldb_TypeList_h_ +#ifndef LLDB_SYMBOL_TYPELIST_H +#define LLDB_SYMBOL_TYPELIST_H #include "lldb/Symbol/Type.h" #include "lldb/Utility/Iterable.h" @@ -68,4 +68,4 @@ private: } // namespace lldb_private -#endif // liblldb_TypeList_h_ +#endif // LLDB_SYMBOL_TYPELIST_H diff --git a/lldb/include/lldb/Symbol/TypeMap.h b/lldb/include/lldb/Symbol/TypeMap.h index e7d2b25..dd9dbc6 100644 --- a/lldb/include/lldb/Symbol/TypeMap.h +++ b/lldb/include/lldb/Symbol/TypeMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TypeMap_h_ -#define liblldb_TypeMap_h_ +#ifndef LLDB_SYMBOL_TYPEMAP_H +#define LLDB_SYMBOL_TYPEMAP_H #include "lldb/Symbol/Type.h" #include "lldb/Utility/Iterable.h" @@ -71,4 +71,4 @@ private: } // namespace lldb_private -#endif // liblldb_TypeMap_h_ +#endif // LLDB_SYMBOL_TYPEMAP_H diff --git a/lldb/include/lldb/Symbol/TypeSystem.h b/lldb/include/lldb/Symbol/TypeSystem.h index 188b276..37c87a4 100644 --- a/lldb/include/lldb/Symbol/TypeSystem.h +++ b/lldb/include/lldb/Symbol/TypeSystem.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TypeSystem_h_ -#define liblldb_TypeSystem_h_ +#ifndef LLDB_SYMBOL_TYPESYSTEM_H +#define LLDB_SYMBOL_TYPESYSTEM_H #include #include @@ -511,4 +511,4 @@ protected: } // namespace lldb_private -#endif // liblldb_TypeSystem_h_ +#endif // LLDB_SYMBOL_TYPESYSTEM_H diff --git a/lldb/include/lldb/Symbol/UnwindPlan.h b/lldb/include/lldb/Symbol/UnwindPlan.h index fa41ba5..d081b9c 100644 --- a/lldb/include/lldb/Symbol/UnwindPlan.h +++ b/lldb/include/lldb/Symbol/UnwindPlan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UnwindPlan_h -#define liblldb_UnwindPlan_h +#ifndef LLDB_SYMBOL_UNWINDPLAN_H +#define LLDB_SYMBOL_UNWINDPLAN_H #include #include @@ -540,4 +540,4 @@ private: } // namespace lldb_private -#endif // liblldb_UnwindPlan_h +#endif // LLDB_SYMBOL_UNWINDPLAN_H diff --git a/lldb/include/lldb/Symbol/UnwindTable.h b/lldb/include/lldb/Symbol/UnwindTable.h index c1dc519..cc800ff 100644 --- a/lldb/include/lldb/Symbol/UnwindTable.h +++ b/lldb/include/lldb/Symbol/UnwindTable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UnwindTable_h -#define liblldb_UnwindTable_h +#ifndef LLDB_SYMBOL_UNWINDTABLE_H +#define LLDB_SYMBOL_UNWINDTABLE_H #include #include @@ -84,4 +84,4 @@ private: } // namespace lldb_private -#endif // liblldb_UnwindTable_h +#endif // LLDB_SYMBOL_UNWINDTABLE_H diff --git a/lldb/include/lldb/Symbol/Variable.h b/lldb/include/lldb/Symbol/Variable.h index 30f57f1..66abdc0 100644 --- a/lldb/include/lldb/Symbol/Variable.h +++ b/lldb/include/lldb/Symbol/Variable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Variable_h_ -#define liblldb_Variable_h_ +#ifndef LLDB_SYMBOL_VARIABLE_H +#define LLDB_SYMBOL_VARIABLE_H #include "lldb/Core/Mangled.h" #include "lldb/Expression/DWARFExpression.h" @@ -141,4 +141,4 @@ private: } // namespace lldb_private -#endif // liblldb_Variable_h_ +#endif // LLDB_SYMBOL_VARIABLE_H diff --git a/lldb/include/lldb/Symbol/VariableList.h b/lldb/include/lldb/Symbol/VariableList.h index 87f9866..1c7051b 100644 --- a/lldb/include/lldb/Symbol/VariableList.h +++ b/lldb/include/lldb/Symbol/VariableList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_VariableList_h_ -#define liblldb_VariableList_h_ +#ifndef LLDB_SYMBOL_VARIABLELIST_H +#define LLDB_SYMBOL_VARIABLELIST_H #include "lldb/Symbol/SymbolContext.h" #include "lldb/Symbol/Variable.h" @@ -85,4 +85,4 @@ private: } // namespace lldb_private -#endif // liblldb_VariableList_h_ +#endif // LLDB_SYMBOL_VARIABLELIST_H diff --git a/lldb/include/lldb/Target/ABI.h b/lldb/include/lldb/Target/ABI.h index b88cc35..9d1e699 100644 --- a/lldb/include/lldb/Target/ABI.h +++ b/lldb/include/lldb/Target/ABI.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABI_h_ -#define liblldb_ABI_h_ +#ifndef LLDB_TARGET_ABI_H +#define LLDB_TARGET_ABI_H #include "lldb/Core/PluginInterface.h" #include "lldb/Symbol/UnwindPlan.h" @@ -187,4 +187,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ABI_h_ +#endif // LLDB_TARGET_ABI_H diff --git a/lldb/include/lldb/Target/AssertFrameRecognizer.h b/lldb/include/lldb/Target/AssertFrameRecognizer.h index 02899b8..2ecc957d 100644 --- a/lldb/include/lldb/Target/AssertFrameRecognizer.h +++ b/lldb/include/lldb/Target/AssertFrameRecognizer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AssertFrameRecognizer_h_ -#define liblldb_AssertFrameRecognizer_h_ +#ifndef LLDB_TARGET_ASSERTFRAMERECOGNIZER_H +#define LLDB_TARGET_ASSERTFRAMERECOGNIZER_H #include "lldb/Target/Process.h" #include "lldb/Target/StackFrameRecognizer.h" @@ -51,4 +51,4 @@ public: } // namespace lldb_private -#endif // liblldb_AssertFrameRecognizer_h_ +#endif // LLDB_TARGET_ASSERTFRAMERECOGNIZER_H diff --git a/lldb/include/lldb/Target/DynamicLoader.h b/lldb/include/lldb/Target/DynamicLoader.h index ac72b98..9b5fb7f 100644 --- a/lldb/include/lldb/Target/DynamicLoader.h +++ b/lldb/include/lldb/Target/DynamicLoader.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoader_h_ -#define liblldb_DynamicLoader_h_ +#ifndef LLDB_TARGET_DYNAMICLOADER_H +#define LLDB_TARGET_DYNAMICLOADER_H #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/FileSpec.h" @@ -315,4 +315,4 @@ private: } // namespace lldb_private -#endif // liblldb_DynamicLoader_h_ +#endif // LLDB_TARGET_DYNAMICLOADER_H diff --git a/lldb/include/lldb/Target/ExecutionContext.h b/lldb/include/lldb/Target/ExecutionContext.h index 0819357..169d56a 100644 --- a/lldb/include/lldb/Target/ExecutionContext.h +++ b/lldb/include/lldb/Target/ExecutionContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ExecutionContext_h_ -#define liblldb_ExecutionContext_h_ +#ifndef LLDB_TARGET_EXECUTIONCONTEXT_H +#define LLDB_TARGET_EXECUTIONCONTEXT_H #include @@ -565,4 +565,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ExecutionContext_h_ +#endif // LLDB_TARGET_EXECUTIONCONTEXT_H diff --git a/lldb/include/lldb/Target/ExecutionContextScope.h b/lldb/include/lldb/Target/ExecutionContextScope.h index 0121ce6..d7003e9 100644 --- a/lldb/include/lldb/Target/ExecutionContextScope.h +++ b/lldb/include/lldb/Target/ExecutionContextScope.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ExecutionContextScope_h_ -#define liblldb_ExecutionContextScope_h_ +#ifndef LLDB_TARGET_EXECUTIONCONTEXTSCOPE_H +#define LLDB_TARGET_EXECUTIONCONTEXTSCOPE_H #include "lldb/lldb-private.h" @@ -55,4 +55,4 @@ public: } // namespace lldb_private -#endif // liblldb_ExecutionContextScope_h_ +#endif // LLDB_TARGET_EXECUTIONCONTEXTSCOPE_H diff --git a/lldb/include/lldb/Target/InstrumentationRuntime.h b/lldb/include/lldb/Target/InstrumentationRuntime.h index 4cee76d..dd4da26 100644 --- a/lldb/include/lldb/Target/InstrumentationRuntime.h +++ b/lldb/include/lldb/Target/InstrumentationRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_InstrumentationRuntime_h_ -#define liblldb_InstrumentationRuntime_h_ +#ifndef LLDB_TARGET_INSTRUMENTATIONRUNTIME_H +#define LLDB_TARGET_INSTRUMENTATIONRUNTIME_H #include #include @@ -92,4 +92,4 @@ public: } // namespace lldb_private -#endif // liblldb_InstrumentationRuntime_h_ +#endif // LLDB_TARGET_INSTRUMENTATIONRUNTIME_H diff --git a/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h b/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h index 6c2a8ad..2cbf27d7 100644 --- a/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h +++ b/lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_InstrumentationRuntimeStopInfo_h_ -#define liblldb_InstrumentationRuntimeStopInfo_h_ +#ifndef LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H +#define LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H #include @@ -39,4 +39,4 @@ private: } // namespace lldb_private -#endif // liblldb_InstrumentationRuntimeStopInfo_h_ +#endif // LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H diff --git a/lldb/include/lldb/Target/JITLoader.h b/lldb/include/lldb/Target/JITLoader.h index 1bafd82..790fdfa 100644 --- a/lldb/include/lldb/Target/JITLoader.h +++ b/lldb/include/lldb/Target/JITLoader.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_JITLoader_h_ -#define liblldb_JITLoader_h_ +#ifndef LLDB_TARGET_JITLOADER_H +#define LLDB_TARGET_JITLOADER_H #include @@ -65,4 +65,4 @@ protected: } // namespace lldb_private -#endif // liblldb_JITLoader_h_ +#endif // LLDB_TARGET_JITLOADER_H diff --git a/lldb/include/lldb/Target/JITLoaderList.h b/lldb/include/lldb/Target/JITLoaderList.h index 4cc3a9e..f8d34d2 100644 --- a/lldb/include/lldb/Target/JITLoaderList.h +++ b/lldb/include/lldb/Target/JITLoaderList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_JITLoaderList_h_ -#define liblldb_JITLoaderList_h_ +#ifndef LLDB_TARGET_JITLOADERLIST_H +#define LLDB_TARGET_JITLOADERLIST_H #include #include @@ -45,4 +45,4 @@ private: } // namespace lldb_private -#endif // liblldb_JITLoaderList_h_ +#endif // LLDB_TARGET_JITLOADERLIST_H diff --git a/lldb/include/lldb/Target/Language.h b/lldb/include/lldb/Target/Language.h index e00b042..118b4dc 100644 --- a/lldb/include/lldb/Target/Language.h +++ b/lldb/include/lldb/Target/Language.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Language_h_ -#define liblldb_Language_h_ +#ifndef LLDB_TARGET_LANGUAGE_H +#define LLDB_TARGET_LANGUAGE_H #include #include @@ -279,4 +279,4 @@ private: } // namespace lldb_private -#endif // liblldb_Language_h_ +#endif // LLDB_TARGET_LANGUAGE_H diff --git a/lldb/include/lldb/Target/LanguageRuntime.h b/lldb/include/lldb/Target/LanguageRuntime.h index 7af6cd2..aa132d3 100644 --- a/lldb/include/lldb/Target/LanguageRuntime.h +++ b/lldb/include/lldb/Target/LanguageRuntime.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LanguageRuntime_h_ -#define liblldb_LanguageRuntime_h_ +#ifndef LLDB_TARGET_LANGUAGERUNTIME_H +#define LLDB_TARGET_LANGUAGERUNTIME_H #include "lldb/Breakpoint/BreakpointResolver.h" #include "lldb/Breakpoint/BreakpointResolverName.h" @@ -189,4 +189,4 @@ private: } // namespace lldb_private -#endif // liblldb_LanguageRuntime_h_ +#endif // LLDB_TARGET_LANGUAGERUNTIME_H diff --git a/lldb/include/lldb/Target/Memory.h b/lldb/include/lldb/Target/Memory.h index e62b8ef..28dd3e9 100644 --- a/lldb/include/lldb/Target/Memory.h +++ b/lldb/include/lldb/Target/Memory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Memory_h_ -#define liblldb_Memory_h_ +#ifndef LLDB_TARGET_MEMORY_H +#define LLDB_TARGET_MEMORY_H #include "lldb/Utility/RangeMap.h" #include "lldb/lldb-private.h" @@ -140,4 +140,4 @@ private: } // namespace lldb_private -#endif // liblldb_Memory_h_ +#endif // LLDB_TARGET_MEMORY_H diff --git a/lldb/include/lldb/Target/MemoryHistory.h b/lldb/include/lldb/Target/MemoryHistory.h index 501751c..db1e868 100644 --- a/lldb/include/lldb/Target/MemoryHistory.h +++ b/lldb/include/lldb/Target/MemoryHistory.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MemoryHistory_h_ -#define liblldb_MemoryHistory_h_ +#ifndef LLDB_TARGET_MEMORYHISTORY_H +#define LLDB_TARGET_MEMORYHISTORY_H #include @@ -30,4 +30,4 @@ public: } // namespace lldb_private -#endif // liblldb_MemoryHistory_h_ +#endif // LLDB_TARGET_MEMORYHISTORY_H diff --git a/lldb/include/lldb/Target/MemoryRegionInfo.h b/lldb/include/lldb/Target/MemoryRegionInfo.h index 07e5018..a22da8d 100644 --- a/lldb/include/lldb/Target/MemoryRegionInfo.h +++ b/lldb/include/lldb/Target/MemoryRegionInfo.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_MemoryRegionInfo_h -#define lldb_MemoryRegionInfo_h +#ifndef LLDB_TARGET_MEMORYREGIONINFO_H +#define LLDB_TARGET_MEMORYREGIONINFO_H #include "lldb/Utility/ConstString.h" #include "lldb/Utility/RangeMap.h" @@ -143,4 +143,4 @@ struct format_provider { }; } -#endif // #ifndef lldb_MemoryRegionInfo_h +#endif // LLDB_TARGET_MEMORYREGIONINFO_H diff --git a/lldb/include/lldb/Target/ModuleCache.h b/lldb/include/lldb/Target/ModuleCache.h index 1196169..9dc0e09 100644 --- a/lldb/include/lldb/Target/ModuleCache.h +++ b/lldb/include/lldb/Target/ModuleCache.h @@ -71,4 +71,4 @@ private: } // namespace lldb_private -#endif // utility_ModuleCache_h_ +#endif // LLDB_TARGET_MODULECACHE_H diff --git a/lldb/include/lldb/Target/OperatingSystem.h b/lldb/include/lldb/Target/OperatingSystem.h index c75d1ca..dd0f18c 100644 --- a/lldb/include/lldb/Target/OperatingSystem.h +++ b/lldb/include/lldb/Target/OperatingSystem.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_OperatingSystem_h_ -#define liblldb_OperatingSystem_h_ - +#ifndef LLDB_TARGET_OPERATINGSYSTEM_H +#define LLDB_TARGET_OPERATINGSYSTEM_H #include "lldb/Core/PluginInterface.h" #include "lldb/lldb-private.h" @@ -75,4 +74,4 @@ private: } // namespace lldb_private -#endif // liblldb_OperatingSystem_h_ +#endif // LLDB_TARGET_OPERATINGSYSTEM_H diff --git a/lldb/include/lldb/Target/PathMappingList.h b/lldb/include/lldb/Target/PathMappingList.h index d175966..9e1e6eb 100644 --- a/lldb/include/lldb/Target/PathMappingList.h +++ b/lldb/include/lldb/Target/PathMappingList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PathMappingList_h_ -#define liblldb_PathMappingList_h_ +#ifndef LLDB_TARGET_PATHMAPPINGLIST_H +#define LLDB_TARGET_PATHMAPPINGLIST_H #include #include @@ -125,4 +125,4 @@ protected: } // namespace lldb_private -#endif // liblldb_PathMappingList_h_ +#endif // LLDB_TARGET_PATHMAPPINGLIST_H diff --git a/lldb/include/lldb/Target/Platform.h b/lldb/include/lldb/Target/Platform.h index 72b6be2..2431f94 100644 --- a/lldb/include/lldb/Target/Platform.h +++ b/lldb/include/lldb/Target/Platform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Platform_h_ -#define liblldb_Platform_h_ +#ifndef LLDB_TARGET_PLATFORM_H +#define LLDB_TARGET_PLATFORM_H #include #include @@ -1046,4 +1046,4 @@ private: } // namespace lldb_private -#endif // liblldb_Platform_h_ +#endif // LLDB_TARGET_PLATFORM_H diff --git a/lldb/include/lldb/Target/Process.h b/lldb/include/lldb/Target/Process.h index cf5bdb3..44f8efd 100644 --- a/lldb/include/lldb/Target/Process.h +++ b/lldb/include/lldb/Target/Process.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Process_h_ -#define liblldb_Process_h_ +#ifndef LLDB_TARGET_PROCESS_H +#define LLDB_TARGET_PROCESS_H #include "lldb/Host/Config.h" @@ -2866,4 +2866,4 @@ public: } // namespace lldb_private -#endif // liblldb_Process_h_ +#endif // LLDB_TARGET_PROCESS_H diff --git a/lldb/include/lldb/Target/ProcessStructReader.h b/lldb/include/lldb/Target/ProcessStructReader.h index ade29c0..0a91bef 100644 --- a/lldb/include/lldb/Target/ProcessStructReader.h +++ b/lldb/include/lldb/Target/ProcessStructReader.h @@ -101,4 +101,4 @@ public: }; } -#endif // utility_ProcessStructReader_h_ +#endif // LLDB_TARGET_PROCESSSTRUCTREADER_H diff --git a/lldb/include/lldb/Target/Queue.h b/lldb/include/lldb/Target/Queue.h index 10b9e02..134885b 100644 --- a/lldb/include/lldb/Target/Queue.h +++ b/lldb/include/lldb/Target/Queue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Queue_h_ -#define liblldb_Queue_h_ +#ifndef LLDB_TARGET_QUEUE_H +#define LLDB_TARGET_QUEUE_H #include #include @@ -149,4 +149,4 @@ private: } // namespace lldb_private -#endif // liblldb_Queue_h_ +#endif // LLDB_TARGET_QUEUE_H diff --git a/lldb/include/lldb/Target/QueueItem.h b/lldb/include/lldb/Target/QueueItem.h index dfae3b8..b679e16 100644 --- a/lldb/include/lldb/Target/QueueItem.h +++ b/lldb/include/lldb/Target/QueueItem.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_QueueItem_h_ -#define liblldb_QueueItem_h_ +#ifndef LLDB_TARGET_QUEUEITEM_H +#define LLDB_TARGET_QUEUEITEM_H #include #include @@ -164,4 +164,4 @@ private: } // namespace lldb_private -#endif // liblldb_QueueItem_h_ +#endif // LLDB_TARGET_QUEUEITEM_H diff --git a/lldb/include/lldb/Target/QueueList.h b/lldb/include/lldb/Target/QueueList.h index 761107e..7c74a6a 100644 --- a/lldb/include/lldb/Target/QueueList.h +++ b/lldb/include/lldb/Target/QueueList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_QueueList_h_ -#define liblldb_QueueList_h_ +#ifndef LLDB_TARGET_QUEUELIST_H +#define LLDB_TARGET_QUEUELIST_H #include #include @@ -107,4 +107,4 @@ private: } // namespace lldb_private -#endif // liblldb_QueueList_h_ +#endif // LLDB_TARGET_QUEUELIST_H diff --git a/lldb/include/lldb/Target/RegisterCheckpoint.h b/lldb/include/lldb/Target/RegisterCheckpoint.h index 4f9654f..1dc8fe5 100644 --- a/lldb/include/lldb/Target/RegisterCheckpoint.h +++ b/lldb/include/lldb/Target/RegisterCheckpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterCheckpoint_h_ -#define liblldb_RegisterCheckpoint_h_ +#ifndef LLDB_TARGET_REGISTERCHECKPOINT_H +#define LLDB_TARGET_REGISTERCHECKPOINT_H #include "lldb/Target/StackID.h" #include "lldb/Utility/UserID.h" @@ -50,4 +50,4 @@ protected: } // namespace lldb_private -#endif // liblldb_RegisterCheckpoint_h_ +#endif // LLDB_TARGET_REGISTERCHECKPOINT_H diff --git a/lldb/include/lldb/Target/RegisterContext.h b/lldb/include/lldb/Target/RegisterContext.h index d6212dd..2f3573c 100644 --- a/lldb/include/lldb/Target/RegisterContext.h +++ b/lldb/include/lldb/Target/RegisterContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContext_h_ -#define liblldb_RegisterContext_h_ +#ifndef LLDB_TARGET_REGISTERCONTEXT_H +#define LLDB_TARGET_REGISTERCONTEXT_H #include "lldb/Target/ExecutionContextScope.h" #include "lldb/lldb-private.h" @@ -206,4 +206,4 @@ private: } // namespace lldb_private -#endif // liblldb_RegisterContext_h_ +#endif // LLDB_TARGET_REGISTERCONTEXT_H diff --git a/lldb/include/lldb/Target/RegisterNumber.h b/lldb/include/lldb/Target/RegisterNumber.h index 0bef0c1..362812bc 100644 --- a/lldb/include/lldb/Target/RegisterNumber.h +++ b/lldb/include/lldb/Target/RegisterNumber.h @@ -56,4 +56,4 @@ private: const char *m_name; }; -#endif // liblldb_RegisterNumber_h +#endif // LLDB_TARGET_REGISTERNUMBER_H diff --git a/lldb/include/lldb/Target/SectionLoadHistory.h b/lldb/include/lldb/Target/SectionLoadHistory.h index 71b5d0c..925a667 100644 --- a/lldb/include/lldb/Target/SectionLoadHistory.h +++ b/lldb/include/lldb/Target/SectionLoadHistory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SectionLoadHistory_h_ -#define liblldb_SectionLoadHistory_h_ +#ifndef LLDB_TARGET_SECTIONLOADHISTORY_H +#define LLDB_TARGET_SECTIONLOADHISTORY_H #include #include @@ -80,4 +80,4 @@ private: } // namespace lldb_private -#endif // liblldb_SectionLoadHistory_h_ +#endif // LLDB_TARGET_SECTIONLOADHISTORY_H diff --git a/lldb/include/lldb/Target/SectionLoadList.h b/lldb/include/lldb/Target/SectionLoadList.h index caefa00..e8535e7 100644 --- a/lldb/include/lldb/Target/SectionLoadList.h +++ b/lldb/include/lldb/Target/SectionLoadList.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SectionLoadList_h_ -#define liblldb_SectionLoadList_h_ +#ifndef LLDB_TARGET_SECTIONLOADLIST_H +#define LLDB_TARGET_SECTIONLOADLIST_H #include #include @@ -70,4 +70,4 @@ protected: } // namespace lldb_private -#endif // liblldb_SectionLoadList_h_ +#endif // LLDB_TARGET_SECTIONLOADLIST_H diff --git a/lldb/include/lldb/Target/StackFrame.h b/lldb/include/lldb/Target/StackFrame.h index 1c6a2b4..c21916b 100644 --- a/lldb/include/lldb/Target/StackFrame.h +++ b/lldb/include/lldb/Target/StackFrame.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StackFrame_h_ -#define liblldb_StackFrame_h_ +#ifndef LLDB_TARGET_STACKFRAME_H +#define LLDB_TARGET_STACKFRAME_H #include #include @@ -531,4 +531,4 @@ private: } // namespace lldb_private -#endif // liblldb_StackFrame_h_ +#endif // LLDB_TARGET_STACKFRAME_H diff --git a/lldb/include/lldb/Target/StackFrameList.h b/lldb/include/lldb/Target/StackFrameList.h index 5eb7919..44b3897 100644 --- a/lldb/include/lldb/Target/StackFrameList.h +++ b/lldb/include/lldb/Target/StackFrameList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StackFrameList_h_ -#define liblldb_StackFrameList_h_ +#ifndef LLDB_TARGET_STACKFRAMELIST_H +#define LLDB_TARGET_STACKFRAMELIST_H #include #include @@ -160,4 +160,4 @@ private: } // namespace lldb_private -#endif // liblldb_StackFrameList_h_ +#endif // LLDB_TARGET_STACKFRAMELIST_H diff --git a/lldb/include/lldb/Target/StackFrameRecognizer.h b/lldb/include/lldb/Target/StackFrameRecognizer.h index 92cfca4..3e4d6ab 100644 --- a/lldb/include/lldb/Target/StackFrameRecognizer.h +++ b/lldb/include/lldb/Target/StackFrameRecognizer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StackFrameRecognizer_h_ -#define liblldb_StackFrameRecognizer_h_ +#ifndef LLDB_TARGET_STACKFRAMERECOGNIZER_H +#define LLDB_TARGET_STACKFRAMERECOGNIZER_H #include "lldb/Core/ValueObject.h" #include "lldb/Core/ValueObjectList.h" @@ -164,4 +164,4 @@ class ValueObjectRecognizerSynthesizedValue : public ValueObject { } // namespace lldb_private -#endif // liblldb_StackFrameRecognizer_h_ +#endif // LLDB_TARGET_STACKFRAMERECOGNIZER_H diff --git a/lldb/include/lldb/Target/StackID.h b/lldb/include/lldb/Target/StackID.h index a649a4f..827ed1b 100644 --- a/lldb/include/lldb/Target/StackID.h +++ b/lldb/include/lldb/Target/StackID.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StackID_h_ -#define liblldb_StackID_h_ +#ifndef LLDB_TARGET_STACKID_H +#define LLDB_TARGET_STACKID_H #include "lldb/Core/AddressRange.h" #include "lldb/lldb-private.h" @@ -96,4 +96,4 @@ bool operator<(const StackID &lhs, const StackID &rhs); } // namespace lldb_private -#endif // liblldb_StackID_h_ +#endif // LLDB_TARGET_STACKID_H diff --git a/lldb/include/lldb/Target/StopInfo.h b/lldb/include/lldb/Target/StopInfo.h index 61e1fbd..b5f4070 100644 --- a/lldb/include/lldb/Target/StopInfo.h +++ b/lldb/include/lldb/Target/StopInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StopInfo_h_ -#define liblldb_StopInfo_h_ +#ifndef LLDB_TARGET_STOPINFO_H +#define LLDB_TARGET_STOPINFO_H #include @@ -188,4 +188,4 @@ private: } // namespace lldb_private -#endif // liblldb_StopInfo_h_ +#endif // LLDB_TARGET_STOPINFO_H diff --git a/lldb/include/lldb/Target/StructuredDataPlugin.h b/lldb/include/lldb/Target/StructuredDataPlugin.h index b20bdb3..888dddc 100644 --- a/lldb/include/lldb/Target/StructuredDataPlugin.h +++ b/lldb/include/lldb/Target/StructuredDataPlugin.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef StructuredDataPlugin_h -#define StructuredDataPlugin_h +#ifndef LLDB_TARGET_STRUCTUREDDATAPLUGIN_H +#define LLDB_TARGET_STRUCTUREDDATAPLUGIN_H #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/StructuredData.h" diff --git a/lldb/include/lldb/Target/SystemRuntime.h b/lldb/include/lldb/Target/SystemRuntime.h index b45f882..a83aed7 100644 --- a/lldb/include/lldb/Target/SystemRuntime.h +++ b/lldb/include/lldb/Target/SystemRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SystemRuntime_h_ -#define liblldb_SystemRuntime_h_ +#ifndef LLDB_TARGET_SYSTEMRUNTIME_H +#define LLDB_TARGET_SYSTEMRUNTIME_H #include @@ -305,4 +305,4 @@ private: } // namespace lldb_private -#endif // liblldb_SystemRuntime_h_ +#endif // LLDB_TARGET_SYSTEMRUNTIME_H diff --git a/lldb/include/lldb/Target/Target.h b/lldb/include/lldb/Target/Target.h index 5ea6302..3a8570c 100644 --- a/lldb/include/lldb/Target/Target.h +++ b/lldb/include/lldb/Target/Target.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Target_h_ -#define liblldb_Target_h_ +#ifndef LLDB_TARGET_TARGET_H +#define LLDB_TARGET_TARGET_H #include #include @@ -1365,4 +1365,4 @@ private: } // namespace lldb_private -#endif // liblldb_Target_h_ +#endif // LLDB_TARGET_TARGET_H diff --git a/lldb/include/lldb/Target/TargetList.h b/lldb/include/lldb/Target/TargetList.h index 50a7a32..933c193 100644 --- a/lldb/include/lldb/Target/TargetList.h +++ b/lldb/include/lldb/Target/TargetList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TargetList_h_ -#define liblldb_TargetList_h_ +#ifndef LLDB_TARGET_TARGETLIST_H +#define LLDB_TARGET_TARGETLIST_H #include #include @@ -211,4 +211,4 @@ private: } // namespace lldb_private -#endif // liblldb_TargetList_h_ +#endif // LLDB_TARGET_TARGETLIST_H diff --git a/lldb/include/lldb/Target/Thread.h b/lldb/include/lldb/Target/Thread.h index e68ef08..42e2494 100644 --- a/lldb/include/lldb/Target/Thread.h +++ b/lldb/include/lldb/Target/Thread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Thread_h_ -#define liblldb_Thread_h_ +#ifndef LLDB_TARGET_THREAD_H +#define LLDB_TARGET_THREAD_H #include #include @@ -1283,4 +1283,4 @@ private: } // namespace lldb_private -#endif // liblldb_Thread_h_ +#endif // LLDB_TARGET_THREAD_H diff --git a/lldb/include/lldb/Target/ThreadCollection.h b/lldb/include/lldb/Target/ThreadCollection.h index 29ea827..40dc938 100644 --- a/lldb/include/lldb/Target/ThreadCollection.h +++ b/lldb/include/lldb/Target/ThreadCollection.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadCollection_h_ -#define liblldb_ThreadCollection_h_ +#ifndef LLDB_TARGET_THREADCOLLECTION_H +#define LLDB_TARGET_THREADCOLLECTION_H #include #include @@ -56,4 +56,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ThreadCollection_h_ +#endif // LLDB_TARGET_THREADCOLLECTION_H diff --git a/lldb/include/lldb/Target/ThreadList.h b/lldb/include/lldb/Target/ThreadList.h index 64ddf5a..6af04f8 100644 --- a/lldb/include/lldb/Target/ThreadList.h +++ b/lldb/include/lldb/Target/ThreadList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadList_h_ -#define liblldb_ThreadList_h_ +#ifndef LLDB_TARGET_THREADLIST_H +#define LLDB_TARGET_THREADLIST_H #include #include @@ -156,4 +156,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadList_h_ +#endif // LLDB_TARGET_THREADLIST_H diff --git a/lldb/include/lldb/Target/ThreadPlan.h b/lldb/include/lldb/Target/ThreadPlan.h index b25ee74..3e9f7c8 100644 --- a/lldb/include/lldb/Target/ThreadPlan.h +++ b/lldb/include/lldb/Target/ThreadPlan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlan_h_ -#define liblldb_ThreadPlan_h_ +#ifndef LLDB_TARGET_THREADPLAN_H +#define LLDB_TARGET_THREADPLAN_H #include #include @@ -650,4 +650,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ThreadPlan_h_ +#endif // LLDB_TARGET_THREADPLAN_H diff --git a/lldb/include/lldb/Target/ThreadPlanBase.h b/lldb/include/lldb/Target/ThreadPlanBase.h index bc92a06..ed748bb 100644 --- a/lldb/include/lldb/Target/ThreadPlanBase.h +++ b/lldb/include/lldb/Target/ThreadPlanBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanFundamental_h_ -#define liblldb_ThreadPlanFundamental_h_ +#ifndef LLDB_TARGET_THREADPLANBASE_H +#define LLDB_TARGET_THREADPLANBASE_H #include "lldb/Target/Process.h" #include "lldb/Target/Thread.h" @@ -52,4 +52,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanFundamental_h_ +#endif // LLDB_TARGET_THREADPLANBASE_H diff --git a/lldb/include/lldb/Target/ThreadPlanCallFunction.h b/lldb/include/lldb/Target/ThreadPlanCallFunction.h index 685160a..2b8578f 100644 --- a/lldb/include/lldb/Target/ThreadPlanCallFunction.h +++ b/lldb/include/lldb/Target/ThreadPlanCallFunction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanCallFunction_h_ -#define liblldb_ThreadPlanCallFunction_h_ +#ifndef LLDB_TARGET_THREADPLANCALLFUNCTION_H +#define LLDB_TARGET_THREADPLANCALLFUNCTION_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -151,4 +151,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanCallFunction_h_ +#endif // LLDB_TARGET_THREADPLANCALLFUNCTION_H diff --git a/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h b/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h index c21e4d3..49efcae 100644 --- a/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +++ b/lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanCallFunctionUsingABI_h_ -#define liblldb_ThreadPlanCallFunctionUsingABI_h_ +#ifndef LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H +#define LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H #include "lldb/Target/ABI.h" #include "lldb/Target/Thread.h" @@ -49,4 +49,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanCallFunctionUsingABI_h_ +#endif // LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H diff --git a/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h b/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h index ad3ee6e..1dd6a04 100644 --- a/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +++ b/lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef ThreadPlanCallOnFunctionExit_h -#define ThreadPlanCallOnFunctionExit_h +#ifndef LLDB_TARGET_THREADPLANCALLONFUNCTIONEXIT_H +#define LLDB_TARGET_THREADPLANCALLONFUNCTIONEXIT_H #include "lldb/Target/ThreadPlan.h" @@ -50,4 +50,4 @@ private: }; } -#endif /* ThreadPlanCallOnFunctionExit_h */ +#endif // LLDB_TARGET_THREADPLANCALLONFUNCTIONEXIT_H diff --git a/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h b/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h index 6372155..fe19f1e 100644 --- a/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h +++ b/lldb/include/lldb/Target/ThreadPlanCallUserExpression.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanCallUserExpression_h_ -#define liblldb_ThreadPlanCallUserExpression_h_ +#ifndef LLDB_TARGET_THREADPLANCALLUSEREXPRESSION_H +#define LLDB_TARGET_THREADPLANCALLUSEREXPRESSION_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -61,4 +61,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanCallUserExpression_h_ +#endif // LLDB_TARGET_THREADPLANCALLUSEREXPRESSION_H diff --git a/lldb/include/lldb/Target/ThreadPlanPython.h b/lldb/include/lldb/Target/ThreadPlanPython.h index 0ee559b..9910873 100644 --- a/lldb/include/lldb/Target/ThreadPlanPython.h +++ b/lldb/include/lldb/Target/ThreadPlanPython.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlan_Python_h_ -#define liblldb_ThreadPlan_Python_h_ +#ifndef LLDB_TARGET_THREADPLANPYTHON_H +#define LLDB_TARGET_THREADPLANPYTHON_H #include @@ -71,4 +71,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlan_Python_h_ +#endif // LLDB_TARGET_THREADPLANPYTHON_H diff --git a/lldb/include/lldb/Target/ThreadPlanRunToAddress.h b/lldb/include/lldb/Target/ThreadPlanRunToAddress.h index d82a9fa..4544576 100644 --- a/lldb/include/lldb/Target/ThreadPlanRunToAddress.h +++ b/lldb/include/lldb/Target/ThreadPlanRunToAddress.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanRunToAddress_h_ -#define liblldb_ThreadPlanRunToAddress_h_ +#ifndef LLDB_TARGET_THREADPLANRUNTOADDRESS_H +#define LLDB_TARGET_THREADPLANRUNTOADDRESS_H #include @@ -64,4 +64,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanRunToAddress_h_ +#endif // LLDB_TARGET_THREADPLANRUNTOADDRESS_H diff --git a/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h b/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h index dfcbbb3..8cfab03 100644 --- a/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h +++ b/lldb/include/lldb/Target/ThreadPlanShouldStopHere.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanShouldStopHere_h_ -#define liblldb_ThreadPlanShouldStopHere_h_ +#ifndef LLDB_TARGET_THREADPLANSHOULDSTOPHERE_H +#define LLDB_TARGET_THREADPLANSHOULDSTOPHERE_H #include "lldb/Target/ThreadPlan.h" @@ -135,4 +135,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanShouldStopHere_h_ +#endif // LLDB_TARGET_THREADPLANSHOULDSTOPHERE_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepInRange.h b/lldb/include/lldb/Target/ThreadPlanStepInRange.h index 61ab475..447caef 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepInRange.h +++ b/lldb/include/lldb/Target/ThreadPlanStepInRange.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepInRange_h_ -#define liblldb_ThreadPlanStepInRange_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPINRANGE_H +#define LLDB_TARGET_THREADPLANSTEPINRANGE_H #include "lldb/Core/AddressRange.h" #include "lldb/Target/StackID.h" @@ -110,4 +110,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepInRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPINRANGE_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepInstruction.h b/lldb/include/lldb/Target/ThreadPlanStepInstruction.h index 127de41..4f89f03 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepInstruction.h +++ b/lldb/include/lldb/Target/ThreadPlanStepInstruction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepInstruction_h_ -#define liblldb_ThreadPlanStepInstruction_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H +#define LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -54,4 +54,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepInstruction_h_ +#endif // LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepOut.h b/lldb/include/lldb/Target/ThreadPlanStepOut.h index 576b416..7d02b42 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepOut.h +++ b/lldb/include/lldb/Target/ThreadPlanStepOut.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepOut_h_ -#define liblldb_ThreadPlanStepOut_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPOUT_H +#define LLDB_TARGET_THREADPLANSTEPOUT_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -90,4 +90,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOut_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOUT_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h b/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h index 7df7049..9399532 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +++ b/lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepOverBreakpoint_h_ -#define liblldb_ThreadPlanStepOverBreakpoint_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H +#define LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -52,4 +52,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOverBreakpoint_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepOverRange.h b/lldb/include/lldb/Target/ThreadPlanStepOverRange.h index 30763e3..4f42ec7 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepOverRange.h +++ b/lldb/include/lldb/Target/ThreadPlanStepOverRange.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepOverRange_h_ -#define liblldb_ThreadPlanStepOverRange_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPOVERRANGE_H +#define LLDB_TARGET_THREADPLANSTEPOVERRANGE_H #include "lldb/Core/AddressRange.h" #include "lldb/Target/StackID.h" @@ -50,4 +50,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOverRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOVERRANGE_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepRange.h b/lldb/include/lldb/Target/ThreadPlanStepRange.h index 2820962..790067d 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepRange.h +++ b/lldb/include/lldb/Target/ThreadPlanStepRange.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepRange_h_ -#define liblldb_ThreadPlanStepRange_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPRANGE_H +#define LLDB_TARGET_THREADPLANSTEPRANGE_H #include "lldb/Core/AddressRange.h" #include "lldb/Target/StackID.h" @@ -91,4 +91,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPRANGE_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepThrough.h b/lldb/include/lldb/Target/ThreadPlanStepThrough.h index 0d06212..d34da0d 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepThrough.h +++ b/lldb/include/lldb/Target/ThreadPlanStepThrough.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepThrough_h_ -#define liblldb_ThreadPlanStepThrough_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPTHROUGH_H +#define LLDB_TARGET_THREADPLANSTEPTHROUGH_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -58,4 +58,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepThrough_h_ +#endif // LLDB_TARGET_THREADPLANSTEPTHROUGH_H diff --git a/lldb/include/lldb/Target/ThreadPlanStepUntil.h b/lldb/include/lldb/Target/ThreadPlanStepUntil.h index 9a5934a..e90064e4 100644 --- a/lldb/include/lldb/Target/ThreadPlanStepUntil.h +++ b/lldb/include/lldb/Target/ThreadPlanStepUntil.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanStepUntil_h_ -#define liblldb_ThreadPlanStepUntil_h_ +#ifndef LLDB_TARGET_THREADPLANSTEPUNTIL_H +#define LLDB_TARGET_THREADPLANSTEPUNTIL_H #include "lldb/Target/Thread.h" #include "lldb/Target/ThreadPlan.h" @@ -64,4 +64,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanStepUntil_h_ +#endif // LLDB_TARGET_THREADPLANSTEPUNTIL_H diff --git a/lldb/include/lldb/Target/ThreadPlanTracer.h b/lldb/include/lldb/Target/ThreadPlanTracer.h index 80b08078..9a0bebf 100644 --- a/lldb/include/lldb/Target/ThreadPlanTracer.h +++ b/lldb/include/lldb/Target/ThreadPlanTracer.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadPlanTracer_h_ -#define liblldb_ThreadPlanTracer_h_ +#ifndef LLDB_TARGET_THREADPLANTRACER_H +#define LLDB_TARGET_THREADPLANTRACER_H #include "lldb/Symbol/TaggedASTType.h" #include "lldb/Target/Thread.h" @@ -96,4 +96,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadPlanTracer_h_ +#endif // LLDB_TARGET_THREADPLANTRACER_H diff --git a/lldb/include/lldb/Target/ThreadSpec.h b/lldb/include/lldb/Target/ThreadSpec.h index 7a8a28f..8c22d53 100644 --- a/lldb/include/lldb/Target/ThreadSpec.h +++ b/lldb/include/lldb/Target/ThreadSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadSpec_h_ -#define liblldb_ThreadSpec_h_ +#ifndef LLDB_TARGET_THREADSPEC_H +#define LLDB_TARGET_THREADSPEC_H #include "lldb/Utility/StructuredData.h" #include "lldb/lldb-private.h" @@ -128,4 +128,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadSpec_h_ +#endif // LLDB_TARGET_THREADSPEC_H diff --git a/lldb/include/lldb/Target/UnixSignals.h b/lldb/include/lldb/Target/UnixSignals.h index 120ffdd..cc24b76 100644 --- a/lldb/include/lldb/Target/UnixSignals.h +++ b/lldb/include/lldb/Target/UnixSignals.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_UnixSignals_h_ -#define lldb_UnixSignals_h_ +#ifndef LLDB_TARGET_UNIXSIGNALS_H +#define LLDB_TARGET_UNIXSIGNALS_H #include #include @@ -126,4 +126,4 @@ protected: }; } // Namespace lldb -#endif // lldb_UnixSignals_h_ +#endif // LLDB_TARGET_UNIXSIGNALS_H diff --git a/lldb/include/lldb/Target/Unwind.h b/lldb/include/lldb/Target/Unwind.h index 652918d..0e45b92 100644 --- a/lldb/include/lldb/Target/Unwind.h +++ b/lldb/include/lldb/Target/Unwind.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Unwind_h_ -#define liblldb_Unwind_h_ +#ifndef LLDB_TARGET_UNWIND_H +#define LLDB_TARGET_UNWIND_H #include @@ -82,4 +82,4 @@ private: } // namespace lldb_private -#endif // liblldb_Unwind_h_ +#endif // LLDB_TARGET_UNWIND_H diff --git a/lldb/include/lldb/Target/UnwindAssembly.h b/lldb/include/lldb/Target/UnwindAssembly.h index a70aef6..bc36df3 100644 --- a/lldb/include/lldb/Target/UnwindAssembly.h +++ b/lldb/include/lldb/Target/UnwindAssembly.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_UnwindAssembly_h_ -#define utility_UnwindAssembly_h_ +#ifndef LLDB_TARGET_UNWINDASSEMBLY_H +#define LLDB_TARGET_UNWINDASSEMBLY_H #include "lldb/Core/PluginInterface.h" #include "lldb/Utility/ArchSpec.h" @@ -50,4 +50,4 @@ private: } // namespace lldb_private -#endif // utility_UnwindAssembly_h_ +#endif // LLDB_TARGET_UNWINDASSEMBLY_H diff --git a/lldb/include/lldb/Utility/AnsiTerminal.h b/lldb/include/lldb/Utility/AnsiTerminal.h index c92a75b..c391adb 100644 --- a/lldb/include/lldb/Utility/AnsiTerminal.h +++ b/lldb/include/lldb/Utility/AnsiTerminal.h @@ -1,3 +1,7 @@ +#ifndef LLDB_UTILITY_ANSITERMINAL_H + +#define LLDB_UTILITY_ANSITERMINAL_H + //===---------------------AnsiTerminal.h ------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -138,3 +142,5 @@ inline std::string FormatAnsiTerminalCodes(llvm::StringRef format, } } } // namespace lldb_private + +#endif diff --git a/lldb/include/lldb/Utility/ArchSpec.h b/lldb/include/lldb/Utility/ArchSpec.h index d1a257b..ca6d7e0 100644 --- a/lldb/include/lldb/Utility/ArchSpec.h +++ b/lldb/include/lldb/Utility/ArchSpec.h @@ -541,4 +541,4 @@ bool ParseMachCPUDashSubtypeTriple(llvm::StringRef triple_str, ArchSpec &arch); } // namespace lldb_private -#endif // #ifndef LLDB_UTILITY_ARCHSPEC_H +#endif // LLDB_UTILITY_ARCHSPEC_H diff --git a/lldb/include/lldb/Utility/Baton.h b/lldb/include/lldb/Utility/Baton.h index c428674..010f8da 100644 --- a/lldb/include/lldb/Utility/Baton.h +++ b/lldb/include/lldb/Utility/Baton.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Baton_h_ -#define lldb_Baton_h_ +#ifndef LLDB_UTILITY_BATON_H +#define LLDB_UTILITY_BATON_H #include "lldb/lldb-enumerations.h" #include "lldb/lldb-public.h" @@ -76,4 +76,4 @@ protected: } // namespace lldb_private -#endif // lldb_Baton_h_ +#endif // LLDB_UTILITY_BATON_H diff --git a/lldb/include/lldb/Utility/Connection.h b/lldb/include/lldb/Utility/Connection.h index 9e66dee..6ca493c 100644 --- a/lldb/include/lldb/Utility/Connection.h +++ b/lldb/include/lldb/Utility/Connection.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Connection_h_ -#define liblldb_Connection_h_ +#ifndef LLDB_UTILITY_CONNECTION_H +#define LLDB_UTILITY_CONNECTION_H #include "lldb/lldb-defines.h" #include "lldb/lldb-enumerations.h" @@ -180,4 +180,4 @@ private: } // namespace lldb_private -#endif // liblldb_Connection_h_ +#endif // LLDB_UTILITY_CONNECTION_H diff --git a/lldb/include/lldb/Utility/ConstString.h b/lldb/include/lldb/Utility/ConstString.h index 7475045..ee605da 100644 --- a/lldb/include/lldb/Utility/ConstString.h +++ b/lldb/include/lldb/Utility/ConstString.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ConstString_h_ -#define liblldb_ConstString_h_ +#ifndef LLDB_UTILITY_CONSTSTRING_H +#define LLDB_UTILITY_CONSTSTRING_H #include "llvm/ADT/StringRef.h" #include "llvm/ADT/DenseMapInfo.h" @@ -483,4 +483,4 @@ template <> struct DenseMapInfo { /// \} } -#endif // liblldb_ConstString_h_ +#endif // LLDB_UTILITY_CONSTSTRING_H diff --git a/lldb/include/lldb/Utility/DataBuffer.h b/lldb/include/lldb/Utility/DataBuffer.h index 5235693..bdc384a 100644 --- a/lldb/include/lldb/Utility/DataBuffer.h +++ b/lldb/include/lldb/Utility/DataBuffer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DataBuffer_h_ -#define liblldb_DataBuffer_h_ +#ifndef LLDB_UTILITY_DATABUFFER_H +#define LLDB_UTILITY_DATABUFFER_H #if defined(__cplusplus) #include @@ -82,4 +82,4 @@ public: } // namespace lldb_private #endif /// #if defined(__cplusplus) -#endif /// lldb_DataBuffer_h_ +#endif // LLDB_UTILITY_DATABUFFER_H diff --git a/lldb/include/lldb/Utility/DataBufferHeap.h b/lldb/include/lldb/Utility/DataBufferHeap.h index 2a64694..ace526b 100644 --- a/lldb/include/lldb/Utility/DataBufferHeap.h +++ b/lldb/include/lldb/Utility/DataBufferHeap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DataBufferHeap_h_ -#define liblldb_DataBufferHeap_h_ +#ifndef LLDB_UTILITY_DATABUFFERHEAP_H +#define LLDB_UTILITY_DATABUFFERHEAP_H #include "lldb/Utility/DataBuffer.h" #include "lldb/lldb-types.h" @@ -109,4 +109,4 @@ private: } // namespace lldb_private -#endif // liblldb_DataBufferHeap_h_ +#endif // LLDB_UTILITY_DATABUFFERHEAP_H diff --git a/lldb/include/lldb/Utility/DataBufferLLVM.h b/lldb/include/lldb/Utility/DataBufferLLVM.h index d4c1107..4dc800c 100644 --- a/lldb/include/lldb/Utility/DataBufferLLVM.h +++ b/lldb/include/lldb/Utility/DataBufferLLVM.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_CORE_DATABUFFERLLVM_H -#define LLDB_CORE_DATABUFFERLLVM_H +#ifndef LLDB_UTILITY_DATABUFFERLLVM_H +#define LLDB_UTILITY_DATABUFFERLLVM_H #include "lldb/Utility/DataBuffer.h" #include "lldb/lldb-types.h" diff --git a/lldb/include/lldb/Utility/DataEncoder.h b/lldb/include/lldb/Utility/DataEncoder.h index f4964b25..17b2862 100644 --- a/lldb/include/lldb/Utility/DataEncoder.h +++ b/lldb/include/lldb/Utility/DataEncoder.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DataEncoder_h_ -#define liblldb_DataEncoder_h_ +#ifndef LLDB_UTILITY_DATAENCODER_H +#define LLDB_UTILITY_DATAENCODER_H #if defined(__cplusplus) @@ -249,4 +249,4 @@ private: } // namespace lldb_private #endif // #if defined (__cplusplus) -#endif // #ifndef liblldb_DataEncoder_h_ +#endif // LLDB_UTILITY_DATAENCODER_H diff --git a/lldb/include/lldb/Utility/DataExtractor.h b/lldb/include/lldb/Utility/DataExtractor.h index da9ca1c..7157b89 100644 --- a/lldb/include/lldb/Utility/DataExtractor.h +++ b/lldb/include/lldb/Utility/DataExtractor.h @@ -1012,4 +1012,4 @@ protected: } // namespace lldb_private -#endif // liblldb_DataExtractor_h_ +#endif // LLDB_UTILITY_DATAEXTRACTOR_H diff --git a/lldb/include/lldb/Utility/Endian.h b/lldb/include/lldb/Utility/Endian.h index cead5f8..1d1f8fa 100644 --- a/lldb/include/lldb/Utility/Endian.h +++ b/lldb/include/lldb/Utility/Endian.h @@ -30,4 +30,4 @@ inline lldb::ByteOrder InlHostByteOrder() { } } -#endif // liblldb_host_endian_h_ +#endif // LLDB_UTILITY_ENDIAN_H diff --git a/lldb/include/lldb/Utility/Environment.h b/lldb/include/lldb/Utility/Environment.h index 0d126f8..331eab9 100644 --- a/lldb/include/lldb/Utility/Environment.h +++ b/lldb/include/lldb/Utility/Environment.h @@ -93,4 +93,4 @@ template <> struct format_provider { }; } // namespace llvm -#endif // #ifndef LLDB_UTILITY_ENVIRONMENT_H +#endif // LLDB_UTILITY_ENVIRONMENT_H diff --git a/lldb/include/lldb/Utility/FileSpec.h b/lldb/include/lldb/Utility/FileSpec.h index 5334266..119b33d 100644 --- a/lldb/include/lldb/Utility/FileSpec.h +++ b/lldb/include/lldb/Utility/FileSpec.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FileSpec_h_ -#define liblldb_FileSpec_h_ +#ifndef LLDB_UTILITY_FILESPEC_H +#define LLDB_UTILITY_FILESPEC_H #include #include @@ -438,4 +438,4 @@ template <> struct format_provider { }; } // namespace llvm -#endif // liblldb_FileSpec_h_ +#endif // LLDB_UTILITY_FILESPEC_H diff --git a/lldb/include/lldb/Utility/Flags.h b/lldb/include/lldb/Utility/Flags.h index 254a5ec..6ed39e5 100644 --- a/lldb/include/lldb/Utility/Flags.h +++ b/lldb/include/lldb/Utility/Flags.h @@ -116,4 +116,4 @@ protected: } // namespace lldb_private -#endif // liblldb_Flags_h_ +#endif // LLDB_UTILITY_FLAGS_H diff --git a/lldb/include/lldb/Utility/GDBRemote.h b/lldb/include/lldb/Utility/GDBRemote.h index 21b2c8c..f5749b7 100644 --- a/lldb/include/lldb/Utility/GDBRemote.h +++ b/lldb/include/lldb/Utility/GDBRemote.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemote_h_ -#define liblldb_GDBRemote_h_ +#ifndef LLDB_UTILITY_GDBREMOTE_H +#define LLDB_UTILITY_GDBREMOTE_H #include "lldb/Utility/FileSpec.h" #include "lldb/Utility/Reproducer.h" @@ -155,4 +155,4 @@ template <> struct MappingTraits { } // namespace yaml } // namespace llvm -#endif // liblldb_GDBRemote_h_ +#endif // LLDB_UTILITY_GDBREMOTE_H diff --git a/lldb/include/lldb/Utility/IOObject.h b/lldb/include/lldb/Utility/IOObject.h index 16ed580..d500929 100644 --- a/lldb/include/lldb/Utility/IOObject.h +++ b/lldb/include/lldb/Utility/IOObject.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Host_Common_IOObject_h_ -#define liblldb_Host_Common_IOObject_h_ +#ifndef LLDB_UTILITY_IOOBJECT_H +#define LLDB_UTILITY_IOOBJECT_H #include #include diff --git a/lldb/include/lldb/Utility/Iterable.h b/lldb/include/lldb/Utility/Iterable.h index d9c61aa..3f9b8b1 100644 --- a/lldb/include/lldb/Utility/Iterable.h +++ b/lldb/include/lldb/Utility/Iterable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Iterable_h_ -#define liblldb_Iterable_h_ +#ifndef LLDB_UTILITY_ITERABLE_H +#define LLDB_UTILITY_ITERABLE_H #include @@ -194,4 +194,4 @@ private: } // namespace lldb_private -#endif // liblldb_Iterable_h_ +#endif // LLDB_UTILITY_ITERABLE_H diff --git a/lldb/include/lldb/Utility/LLDBAssert.h b/lldb/include/lldb/Utility/LLDBAssert.h index 7008dd8..845af1d 100644 --- a/lldb/include/lldb/Utility/LLDBAssert.h +++ b/lldb/include/lldb/Utility/LLDBAssert.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_LLDBAssert_h_ -#define utility_LLDBAssert_h_ +#ifndef LLDB_UTILITY_LLDBASSERT_H +#define LLDB_UTILITY_LLDBASSERT_H #ifdef LLDB_CONFIGURATION_DEBUG #define lldbassert(x) assert(x) @@ -22,4 +22,4 @@ void lldb_assert(bool expression, const char *expr_text, const char *func, const char *file, unsigned int line); } -#endif // utility_LLDBAssert_h_ +#endif // LLDB_UTILITY_LLDBASSERT_H diff --git a/lldb/include/lldb/Utility/Predicate.h b/lldb/include/lldb/Utility/Predicate.h index cbccc3e..5a9322f 100644 --- a/lldb/include/lldb/Utility/Predicate.h +++ b/lldb/include/lldb/Utility/Predicate.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Predicate_h_ -#define liblldb_Predicate_h_ +#ifndef LLDB_UTILITY_PREDICATE_H +#define LLDB_UTILITY_PREDICATE_H #include #include @@ -226,4 +226,4 @@ private: } // namespace lldb_private -#endif // liblldb_Predicate_h_ +#endif // LLDB_UTILITY_PREDICATE_H diff --git a/lldb/include/lldb/Utility/ProcessInfo.h b/lldb/include/lldb/Utility/ProcessInfo.h index 9188bf3..c00b41c 100644 --- a/lldb/include/lldb/Utility/ProcessInfo.h +++ b/lldb/include/lldb/Utility/ProcessInfo.h @@ -250,4 +250,4 @@ protected: } // namespace lldb_private -#endif // #ifndef LLDB_UTILITY_PROCESSINFO_H +#endif // LLDB_UTILITY_PROCESSINFO_H diff --git a/lldb/include/lldb/Utility/RegularExpression.h b/lldb/include/lldb/Utility/RegularExpression.h index 6acc203..415f1b5 100644 --- a/lldb/include/lldb/Utility/RegularExpression.h +++ b/lldb/include/lldb/Utility/RegularExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegularExpression_h_ -#define liblldb_RegularExpression_h_ +#ifndef LLDB_UTILITY_REGULAREXPRESSION_H +#define LLDB_UTILITY_REGULAREXPRESSION_H #include "llvm/ADT/StringRef.h" #include "llvm/Support/Error.h" @@ -91,4 +91,4 @@ private: } // namespace lldb_private -#endif // liblldb_RegularExpression_h_ +#endif // LLDB_UTILITY_REGULAREXPRESSION_H diff --git a/lldb/include/lldb/Utility/ReproducerInstrumentation.h b/lldb/include/lldb/Utility/ReproducerInstrumentation.h index 944d463..2246267 100644 --- a/lldb/include/lldb/Utility/ReproducerInstrumentation.h +++ b/lldb/include/lldb/Utility/ReproducerInstrumentation.h @@ -5,8 +5,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_UTILITY_REPRODUCER_INSTRUMENTATION_H -#define LLDB_UTILITY_REPRODUCER_INSTRUMENTATION_H +#ifndef LLDB_UTILITY_REPRODUCERINSTRUMENTATION_H +#define LLDB_UTILITY_REPRODUCERINSTRUMENTATION_H #include "lldb/Utility/FileSpec.h" #include "lldb/Utility/Log.h" @@ -834,4 +834,4 @@ Result char_ptr_redirect_static(Result (*f)(char *, size_t), char *s, } // namespace repro } // namespace lldb_private -#endif // LLDB_UTILITY_REPRODUCER_INSTRUMENTATION_H +#endif // LLDB_UTILITY_REPRODUCERINSTRUMENTATION_H diff --git a/lldb/include/lldb/Utility/SelectHelper.h b/lldb/include/lldb/Utility/SelectHelper.h index ec37f19..63f1fe6 100644 --- a/lldb/include/lldb/Utility/SelectHelper.h +++ b/lldb/include/lldb/Utility/SelectHelper.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SelectHelper_h_ -#define liblldb_SelectHelper_h_ +#ifndef LLDB_UTILITY_SELECTHELPER_H +#define LLDB_UTILITY_SELECTHELPER_H #include "lldb/Utility/Status.h" #include "lldb/lldb-types.h" @@ -68,4 +68,4 @@ protected: llvm::Optional m_end_time; }; -#endif // liblldb_SelectHelper_h_ +#endif // LLDB_UTILITY_SELECTHELPER_H diff --git a/lldb/include/lldb/Utility/SharedCluster.h b/lldb/include/lldb/Utility/SharedCluster.h index a8ee67c..375c1c1 100644 --- a/lldb/include/lldb/Utility/SharedCluster.h +++ b/lldb/include/lldb/Utility/SharedCluster.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_SharedCluster_h_ -#define utility_SharedCluster_h_ +#ifndef LLDB_UTILITY_SHAREDCLUSTER_H +#define LLDB_UTILITY_SHAREDCLUSTER_H #include "lldb/Utility/LLDBAssert.h" #include "llvm/ADT/STLExtras.h" @@ -56,4 +56,4 @@ private: } // namespace lldb_private -#endif // utility_SharedCluster_h_ +#endif // LLDB_UTILITY_SHAREDCLUSTER_H diff --git a/lldb/include/lldb/Utility/Status.h b/lldb/include/lldb/Utility/Status.h index 36f5292..1d98166 100644 --- a/lldb/include/lldb/Utility/Status.h +++ b/lldb/include/lldb/Utility/Status.h @@ -217,4 +217,4 @@ template <> struct format_provider { } \ } while (0); -#endif // #ifndef LLDB_UTILITY_STATUS_H +#endif // LLDB_UTILITY_STATUS_H diff --git a/lldb/include/lldb/Utility/Stream.h b/lldb/include/lldb/Utility/Stream.h index bf0e5f2..a042f5e 100644 --- a/lldb/include/lldb/Utility/Stream.h +++ b/lldb/include/lldb/Utility/Stream.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Stream_h_ -#define liblldb_Stream_h_ +#ifndef LLDB_UTILITY_STREAM_H +#define LLDB_UTILITY_STREAM_H #include "lldb/Utility/Flags.h" #include "lldb/lldb-defines.h" @@ -459,4 +459,4 @@ void DumpAddressRange(llvm::raw_ostream &s, uint64_t lo_addr, uint64_t hi_addr, } // namespace lldb_private -#endif // liblldb_Stream_h_ +#endif // LLDB_UTILITY_STREAM_H diff --git a/lldb/include/lldb/Utility/StreamCallback.h b/lldb/include/lldb/Utility/StreamCallback.h index 6dbee67..d6d74fb 100644 --- a/lldb/include/lldb/Utility/StreamCallback.h +++ b/lldb/include/lldb/Utility/StreamCallback.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamCallback_h_ -#define liblldb_StreamCallback_h_ +#ifndef LLDB_UTILITY_STREAMCALLBACK_H +#define LLDB_UTILITY_STREAMCALLBACK_H #include "lldb/lldb-types.h" #include "llvm/Support/raw_ostream.h" @@ -32,4 +32,4 @@ private: } // namespace lldb_private -#endif // liblldb_StreamCallback_h +#endif // LLDB_UTILITY_STREAMCALLBACK_H diff --git a/lldb/include/lldb/Utility/StreamString.h b/lldb/include/lldb/Utility/StreamString.h index 581e102..b0be0f7 100644 --- a/lldb/include/lldb/Utility/StreamString.h +++ b/lldb/include/lldb/Utility/StreamString.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamString_h_ -#define liblldb_StreamString_h_ +#ifndef LLDB_UTILITY_STREAMSTRING_H +#define LLDB_UTILITY_STREAMSTRING_H #include "lldb/Utility/Stream.h" #include "lldb/lldb-enumerations.h" @@ -51,4 +51,4 @@ protected: } // namespace lldb_private -#endif // liblldb_StreamString_h_ +#endif // LLDB_UTILITY_STREAMSTRING_H diff --git a/lldb/include/lldb/Utility/StreamTee.h b/lldb/include/lldb/Utility/StreamTee.h index 92e94d4..2a9cd64 100644 --- a/lldb/include/lldb/Utility/StreamTee.h +++ b/lldb/include/lldb/Utility/StreamTee.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StreamTee_h_ -#define liblldb_StreamTee_h_ +#ifndef LLDB_UTILITY_STREAMTEE_H +#define LLDB_UTILITY_STREAMTEE_H #include @@ -137,4 +137,4 @@ protected: } // namespace lldb_private -#endif // liblldb_StreamTee_h_ +#endif // LLDB_UTILITY_STREAMTEE_H diff --git a/lldb/include/lldb/Utility/StringExtractor.h b/lldb/include/lldb/Utility/StringExtractor.h index 09202a4..6a5bb24 100644 --- a/lldb/include/lldb/Utility/StringExtractor.h +++ b/lldb/include/lldb/Utility/StringExtractor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_StringExtractor_h_ -#define utility_StringExtractor_h_ +#ifndef LLDB_UTILITY_STRINGEXTRACTOR_H +#define LLDB_UTILITY_STRINGEXTRACTOR_H #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/StringRef.h" @@ -118,4 +118,4 @@ protected: uint64_t m_index; }; -#endif // utility_StringExtractor_h_ +#endif // LLDB_UTILITY_STRINGEXTRACTOR_H diff --git a/lldb/include/lldb/Utility/StringLexer.h b/lldb/include/lldb/Utility/StringLexer.h index 533fd4f..52f98e8 100644 --- a/lldb/include/lldb/Utility/StringLexer.h +++ b/lldb/include/lldb/Utility/StringLexer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_StringLexer_h_ -#define utility_StringLexer_h_ +#ifndef LLDB_UTILITY_STRINGLEXER_H +#define LLDB_UTILITY_STRINGLEXER_H #include #include @@ -53,4 +53,4 @@ private: } // namespace lldb_private -#endif // #ifndef utility_StringLexer_h_ +#endif // LLDB_UTILITY_STRINGLEXER_H diff --git a/lldb/include/lldb/Utility/StringList.h b/lldb/include/lldb/Utility/StringList.h index 0b1d955..591a158 100644 --- a/lldb/include/lldb/Utility/StringList.h +++ b/lldb/include/lldb/Utility/StringList.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StringList_h_ -#define liblldb_StringList_h_ +#ifndef LLDB_UTILITY_STRINGLIST_H +#define LLDB_UTILITY_STRINGLIST_H #include "llvm/ADT/StringRef.h" @@ -132,4 +132,4 @@ private: } // namespace lldb_private -#endif // liblldb_StringList_h_ +#endif // LLDB_UTILITY_STRINGLIST_H diff --git a/lldb/include/lldb/Utility/StructuredData.h b/lldb/include/lldb/Utility/StructuredData.h index 278b76d..14c82e6 100644 --- a/lldb/include/lldb/Utility/StructuredData.h +++ b/lldb/include/lldb/Utility/StructuredData.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StructuredData_h_ -#define liblldb_StructuredData_h_ +#ifndef LLDB_UTILITY_STRUCTUREDDATA_H +#define LLDB_UTILITY_STRUCTUREDDATA_H #include "llvm/ADT/StringRef.h" #include "llvm/Support/JSON.h" @@ -553,4 +553,4 @@ public: } // namespace lldb_private -#endif // liblldb_StructuredData_h_ +#endif // LLDB_UTILITY_STRUCTUREDDATA_H diff --git a/lldb/include/lldb/Utility/TildeExpressionResolver.h b/lldb/include/lldb/Utility/TildeExpressionResolver.h index 196fdfc..3253767 100644 --- a/lldb/include/lldb/Utility/TildeExpressionResolver.h +++ b/lldb/include/lldb/Utility/TildeExpressionResolver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_UTILITY_TILDE_EXPRESSION_RESOLVER_H -#define LLDB_UTILITY_TILDE_EXPRESSION_RESOLVER_H +#ifndef LLDB_UTILITY_TILDEEXPRESSIONRESOLVER_H +#define LLDB_UTILITY_TILDEEXPRESSIONRESOLVER_H #include "llvm/ADT/StringRef.h" #include "llvm/ADT/StringSet.h" @@ -61,4 +61,4 @@ public: }; } -#endif // #ifndef LLDB_UTILITY_TILDE_EXPRESSION_RESOLVER_H +#endif // LLDB_UTILITY_TILDEEXPRESSIONRESOLVER_H diff --git a/lldb/include/lldb/Utility/Timeout.h b/lldb/include/lldb/Utility/Timeout.h index 202b747..80e2015 100644 --- a/lldb/include/lldb/Utility/Timeout.h +++ b/lldb/include/lldb/Utility/Timeout.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Timeout_h_ -#define liblldb_Timeout_h_ +#ifndef LLDB_UTILITY_TIMEOUT_H +#define LLDB_UTILITY_TIMEOUT_H #include "llvm/ADT/Optional.h" #include "llvm/Support/Chrono.h" @@ -67,4 +67,4 @@ struct format_provider, void> { }; } -#endif // liblldb_Timeout_h_ +#endif // LLDB_UTILITY_TIMEOUT_H diff --git a/lldb/include/lldb/Utility/Timer.h b/lldb/include/lldb/Utility/Timer.h index ad9421a..a8ccdd9 100644 --- a/lldb/include/lldb/Utility/Timer.h +++ b/lldb/include/lldb/Utility/Timer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Timer_h_ -#define liblldb_Timer_h_ +#ifndef LLDB_UTILITY_TIMER_H +#define LLDB_UTILITY_TIMER_H #include "lldb/lldb-defines.h" #include "llvm/Support/Chrono.h" @@ -71,4 +71,4 @@ private: } // namespace lldb_private -#endif // liblldb_Timer_h_ +#endif // LLDB_UTILITY_TIMER_H diff --git a/lldb/include/lldb/Utility/TraceOptions.h b/lldb/include/lldb/Utility/TraceOptions.h index d5e21cc..97aad33 100644 --- a/lldb/include/lldb/Utility/TraceOptions.h +++ b/lldb/include/lldb/Utility/TraceOptions.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TraceOptions_h_ -#define liblldb_TraceOptions_h_ +#ifndef LLDB_UTILITY_TRACEOPTIONS_H +#define LLDB_UTILITY_TRACEOPTIONS_H #include "lldb/lldb-defines.h" #include "lldb/lldb-enumerations.h" @@ -57,4 +57,4 @@ private: }; } -#endif // liblldb_TraceOptions_h_ +#endif // LLDB_UTILITY_TRACEOPTIONS_H diff --git a/lldb/include/lldb/Utility/UriParser.h b/lldb/include/lldb/Utility/UriParser.h index 4a3f012..6a64c3d 100644 --- a/lldb/include/lldb/Utility/UriParser.h +++ b/lldb/include/lldb/Utility/UriParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_UriParser_h_ -#define utility_UriParser_h_ +#ifndef LLDB_UTILITY_URIPARSER_H +#define LLDB_UTILITY_URIPARSER_H #include "llvm/ADT/StringRef.h" @@ -28,4 +28,4 @@ public: }; } -#endif // utility_UriParser_h_ +#endif // LLDB_UTILITY_URIPARSER_H diff --git a/lldb/include/lldb/Utility/UserID.h b/lldb/include/lldb/Utility/UserID.h index 2dc5cdb..9fc6985 100644 --- a/lldb/include/lldb/Utility/UserID.h +++ b/lldb/include/lldb/Utility/UserID.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UserID_h_ -#define liblldb_UserID_h_ +#ifndef LLDB_UTILITY_USERID_H +#define LLDB_UTILITY_USERID_H #include "lldb/lldb-defines.h" #include "lldb/lldb-types.h" @@ -90,4 +90,4 @@ Stream &operator<<(Stream &strm, const UserID &uid); } // namespace lldb_private -#endif // liblldb_UserID_h_ +#endif // LLDB_UTILITY_USERID_H diff --git a/lldb/include/lldb/Utility/UserIDResolver.h b/lldb/include/lldb/Utility/UserIDResolver.h index bca82a1..e0f7b69 100644 --- a/lldb/include/lldb/Utility/UserIDResolver.h +++ b/lldb/include/lldb/Utility/UserIDResolver.h @@ -53,4 +53,4 @@ private: } // namespace lldb_private -#endif // #ifndef LLDB_HOST_USERIDRESOLVER_H +#endif // LLDB_UTILITY_USERIDRESOLVER_H diff --git a/lldb/include/lldb/Utility/VASPrintf.h b/lldb/include/lldb/Utility/VASPrintf.h index 582645fd..a4b5f7d 100644 --- a/lldb/include/lldb/Utility/VASPrintf.h +++ b/lldb/include/lldb/Utility/VASPrintf.h @@ -17,4 +17,4 @@ namespace lldb_private { bool VASprintf(llvm::SmallVectorImpl &buf, const char *fmt, va_list args); } -#endif // #ifdef LLDB_UTILITY_VASPRINTF_H +#endif // LLDB_UTILITY_VASPRINTF_H diff --git a/lldb/include/lldb/Utility/VMRange.h b/lldb/include/lldb/Utility/VMRange.h index 72f859b..4b01cd8 100644 --- a/lldb/include/lldb/Utility/VMRange.h +++ b/lldb/include/lldb/Utility/VMRange.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_VMRange_h_ -#define liblldb_VMRange_h_ +#ifndef LLDB_UTILITY_VMRANGE_H +#define LLDB_UTILITY_VMRANGE_H #include "lldb/lldb-types.h" #include "llvm/Support/raw_ostream.h" @@ -101,4 +101,4 @@ bool operator>=(const VMRange &lhs, const VMRange &rhs); } // namespace lldb_private -#endif // liblldb_VMRange_h_ +#endif // LLDB_UTILITY_VMRANGE_H diff --git a/lldb/include/lldb/lldb-defines.h b/lldb/include/lldb/lldb-defines.h index b879644..d829809 100644 --- a/lldb/include/lldb/lldb-defines.h +++ b/lldb/include/lldb/lldb-defines.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_defines_h_ -#define LLDB_lldb_defines_h_ +#ifndef LLDB_LLDB_DEFINES_H +#define LLDB_LLDB_DEFINES_H #include "lldb/lldb-types.h" @@ -144,4 +144,4 @@ #endif // #if defined(__cplusplus) -#endif // LLDB_lldb_defines_h_ +#endif // LLDB_LLDB_DEFINES_H diff --git a/lldb/include/lldb/lldb-enumerations.h b/lldb/include/lldb/lldb-enumerations.h index fd869e4..1347f91 100644 --- a/lldb/include/lldb/lldb-enumerations.h +++ b/lldb/include/lldb/lldb-enumerations.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_enumerations_h_ -#define LLDB_lldb_enumerations_h_ +#ifndef LLDB_LLDB_ENUMERATIONS_H +#define LLDB_LLDB_ENUMERATIONS_H #include @@ -1082,4 +1082,4 @@ enum TypeSummaryCapping { }; } // namespace lldb -#endif // LLDB_lldb_enumerations_h_ +#endif // LLDB_LLDB_ENUMERATIONS_H diff --git a/lldb/include/lldb/lldb-forward.h b/lldb/include/lldb/lldb-forward.h index 0b3de88..d1d02e5 100644 --- a/lldb/include/lldb/lldb-forward.h +++ b/lldb/include/lldb/lldb-forward.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_forward_h_ -#define LLDB_lldb_forward_h_ +#ifndef LLDB_LLDB_FORWARD_H +#define LLDB_LLDB_FORWARD_H #if defined(__cplusplus) @@ -471,4 +471,4 @@ class StringRef; } // namespace llvm #endif // #if defined(__cplusplus) -#endif // LLDB_lldb_forward_h_ +#endif // LLDB_LLDB_FORWARD_H diff --git a/lldb/include/lldb/lldb-private-defines.h b/lldb/include/lldb/lldb-private-defines.h index 737d9ef..d66e6ef 100644 --- a/lldb/include/lldb/lldb-private-defines.h +++ b/lldb/include/lldb/lldb-private-defines.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_lldb_private_defines_h_ -#define liblldb_lldb_private_defines_h_ +#ifndef LLDB_LLDB_PRIVATE_DEFINES_H +#define LLDB_LLDB_PRIVATE_DEFINES_H #if defined(__cplusplus) @@ -33,4 +33,4 @@ #endif // #if defined(__cplusplus) -#endif // liblldb_lldb_private_defines_h_ +#endif // LLDB_LLDB_PRIVATE_DEFINES_H diff --git a/lldb/include/lldb/lldb-private-enumerations.h b/lldb/include/lldb/lldb-private-enumerations.h index 9b7879c..ccc36db 100644 --- a/lldb/include/lldb/lldb-private-enumerations.h +++ b/lldb/include/lldb/lldb-private-enumerations.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_private_enumerations_h_ -#define LLDB_lldb_private_enumerations_h_ +#ifndef LLDB_LLDB_PRIVATE_ENUMERATIONS_H +#define LLDB_LLDB_PRIVATE_ENUMERATIONS_H #include "llvm/ADT/StringRef.h" #include "llvm/Support/FormatProviders.h" @@ -267,4 +267,4 @@ template <> struct format_provider { }; } -#endif // LLDB_lldb_private_enumerations_h_ +#endif // LLDB_LLDB_PRIVATE_ENUMERATIONS_H diff --git a/lldb/include/lldb/lldb-private-forward.h b/lldb/include/lldb/lldb-private-forward.h index 3300707..b5944cb 100644 --- a/lldb/include/lldb/lldb-private-forward.h +++ b/lldb/include/lldb/lldb-private-forward.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_private_forward_h_ -#define LLDB_lldb_private_forward_h_ +#ifndef LLDB_LLDB_PRIVATE_FORWARD_H +#define LLDB_LLDB_PRIVATE_FORWARD_H namespace lldb_private { // forward decls. @@ -18,4 +18,4 @@ class ResumeActionList; class UnixSignals; } -#endif // #ifndef LLDB_lldb_private_forward_h_ +#endif // LLDB_LLDB_PRIVATE_FORWARD_H diff --git a/lldb/include/lldb/lldb-private-interfaces.h b/lldb/include/lldb/lldb-private-interfaces.h index 27a2c4c..5c351fa 100644 --- a/lldb/include/lldb/lldb-private-interfaces.h +++ b/lldb/include/lldb/lldb-private-interfaces.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_lldb_private_interfaces_h_ -#define liblldb_lldb_private_interfaces_h_ +#ifndef LLDB_LLDB_PRIVATE_INTERFACES_H +#define LLDB_LLDB_PRIVATE_INTERFACES_H #if defined(__cplusplus) @@ -107,4 +107,4 @@ typedef void (*DebuggerInitializeCallback)(Debugger &debugger); #endif // #if defined(__cplusplus) -#endif // liblldb_lldb_private_interfaces_h_ +#endif // LLDB_LLDB_PRIVATE_INTERFACES_H diff --git a/lldb/include/lldb/lldb-private-types.h b/lldb/include/lldb/lldb-private-types.h index bff4711..623936df 100644 --- a/lldb/include/lldb/lldb-private-types.h +++ b/lldb/include/lldb/lldb-private-types.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_lldb_private_types_h_ -#define liblldb_lldb_private_types_h_ +#ifndef LLDB_LLDB_PRIVATE_TYPES_H +#define LLDB_LLDB_PRIVATE_TYPES_H #if defined(__cplusplus) @@ -126,4 +126,4 @@ typedef struct type256 { uint64_t x[4]; } type256; #endif // #if defined(__cplusplus) -#endif // liblldb_lldb_private_types_h_ +#endif // LLDB_LLDB_PRIVATE_TYPES_H diff --git a/lldb/include/lldb/lldb-private.h b/lldb/include/lldb/lldb-private.h index 24954ad..d65773a 100644 --- a/lldb/include/lldb/lldb-private.h +++ b/lldb/include/lldb/lldb-private.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_lldb_private_h_ -#define lldb_lldb_private_h_ +#ifndef LLDB_LLDB_PRIVATE_H +#define LLDB_LLDB_PRIVATE_H #if defined(__cplusplus) @@ -25,4 +25,4 @@ const char *GetVersion(); #endif // defined(__cplusplus) -#endif // lldb_lldb_private_h_ +#endif // LLDB_LLDB_PRIVATE_H diff --git a/lldb/include/lldb/lldb-public.h b/lldb/include/lldb/lldb-public.h index 449062f..840edc6 100644 --- a/lldb/include/lldb/lldb-public.h +++ b/lldb/include/lldb/lldb-public.h @@ -6,12 +6,12 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_h_ -#define LLDB_lldb_h_ +#ifndef LLDB_LLDB_PUBLIC_H +#define LLDB_LLDB_PUBLIC_H #include "lldb/lldb-defines.h" #include "lldb/lldb-enumerations.h" #include "lldb/lldb-forward.h" #include "lldb/lldb-types.h" -#endif // LLDB_lldb_h_ +#endif // LLDB_LLDB_PUBLIC_H diff --git a/lldb/include/lldb/lldb-types.h b/lldb/include/lldb/lldb-types.h index 414a9f3..c3e2f07 100644 --- a/lldb/include/lldb/lldb-types.h +++ b/lldb/include/lldb/lldb-types.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_types_h_ -#define LLDB_lldb_types_h_ +#ifndef LLDB_LLDB_TYPES_H +#define LLDB_LLDB_TYPES_H #include "lldb/lldb-enumerations.h" #include "lldb/lldb-forward.h" @@ -91,4 +91,4 @@ typedef void *opaque_compiler_type_t; typedef uint64_t queue_id_t; } // namespace lldb -#endif // LLDB_lldb_types_h_ +#endif // LLDB_LLDB_TYPES_H diff --git a/lldb/include/lldb/lldb-versioning.h b/lldb/include/lldb/lldb-versioning.h index 702ebd1..d9a0e6b 100644 --- a/lldb/include/lldb/lldb-versioning.h +++ b/lldb/include/lldb/lldb-versioning.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_lldb_versioning_h_ -#define LLDB_lldb_versioning_h_ +#ifndef LLDB_LLDB_VERSIONING_H +#define LLDB_LLDB_VERSIONING_H // LLDB API version #define LLDB_API_MAJOR_VERSION 1 @@ -1539,4 +1539,4 @@ // defined(LLDB_API_MINOR_VERSION_WANTED) && defined // (LLDB_API_MAJOR_VERSION) -#endif // LLDB_lldb_versioning_h_ +#endif // LLDB_LLDB_VERSIONING_H diff --git a/lldb/source/API/SBBreakpointOptionCommon.h b/lldb/source/API/SBBreakpointOptionCommon.h index 52049e4..0ceb902 100644 --- a/lldb/source/API/SBBreakpointOptionCommon.h +++ b/lldb/source/API/SBBreakpointOptionCommon.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SBBreakpointOptionCommons_h_ -#define LLDB_SBBreakpointOptionCommons_h_ +#ifndef LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H +#define LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H #include "lldb/API/SBDefines.h" #include "lldb/Utility/Baton.h" @@ -33,4 +33,4 @@ public: }; } // namespace lldb -#endif // LLDB_SBBreakpointOptionCommons_h_ +#endif // LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H diff --git a/lldb/source/API/SBReproducerPrivate.h b/lldb/source/API/SBReproducerPrivate.h index edd0694..7ea5512 100644 --- a/lldb/source/API/SBReproducerPrivate.h +++ b/lldb/source/API/SBReproducerPrivate.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_API_SBREPRODUCER_PRIVATE_H -#define LLDB_API_SBREPRODUCER_PRIVATE_H +#ifndef LLDB_SOURCE_API_SBREPRODUCERPRIVATE_H +#define LLDB_SOURCE_API_SBREPRODUCERPRIVATE_H #include "lldb/API/SBReproducer.h" diff --git a/lldb/source/API/SystemInitializerFull.h b/lldb/source/API/SystemInitializerFull.h index cd88bae..7cab6cb 100644 --- a/lldb/source/API/SystemInitializerFull.h +++ b/lldb/source/API/SystemInitializerFull.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_API_SYSTEM_INITIALIZER_FULL_H -#define LLDB_API_SYSTEM_INITIALIZER_FULL_H +#ifndef LLDB_SOURCE_API_SYSTEMINITIALIZERFULL_H +#define LLDB_SOURCE_API_SYSTEMINITIALIZERFULL_H #include "lldb/Initialization/SystemInitializerCommon.h" @@ -29,4 +29,4 @@ public: } // namespace lldb_private -#endif // LLDB_API_SYSTEM_INITIALIZER_FULL_H +#endif // LLDB_SOURCE_API_SYSTEMINITIALIZERFULL_H diff --git a/lldb/source/API/Utils.h b/lldb/source/API/Utils.h index ed81534..4201e825 100644 --- a/lldb/source/API/Utils.h +++ b/lldb/source/API/Utils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_API_UTILS_H -#define LLDB_API_UTILS_H +#ifndef LLDB_SOURCE_API_UTILS_H +#define LLDB_SOURCE_API_UTILS_H #include "llvm/ADT/STLExtras.h" #include diff --git a/lldb/source/Commands/CommandObjectApropos.h b/lldb/source/Commands/CommandObjectApropos.h index 37d86b1..042753f 100644 --- a/lldb/source/Commands/CommandObjectApropos.h +++ b/lldb/source/Commands/CommandObjectApropos.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectApropos_h_ -#define liblldb_CommandObjectApropos_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H #include "lldb/Interpreter/CommandObject.h" @@ -28,4 +28,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectApropos_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H diff --git a/lldb/source/Commands/CommandObjectBreakpoint.h b/lldb/source/Commands/CommandObjectBreakpoint.h index b29bbc0..6625652 100644 --- a/lldb/source/Commands/CommandObjectBreakpoint.h +++ b/lldb/source/Commands/CommandObjectBreakpoint.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectBreakpoint_h_ -#define liblldb_CommandObjectBreakpoint_h_ - +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINT_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINT_H #include "lldb/Breakpoint/BreakpointName.h" #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -46,4 +45,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectBreakpoint_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINT_H diff --git a/lldb/source/Commands/CommandObjectBreakpointCommand.h b/lldb/source/Commands/CommandObjectBreakpointCommand.h index fb246d4..cb516d7 100644 --- a/lldb/source/Commands/CommandObjectBreakpointCommand.h +++ b/lldb/source/Commands/CommandObjectBreakpointCommand.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectBreakpointCommand_h_ -#define liblldb_CommandObjectBreakpointCommand_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINTCOMMAND_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINTCOMMAND_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectBreakpointCommand_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINTCOMMAND_H diff --git a/lldb/source/Commands/CommandObjectCommands.h b/lldb/source/Commands/CommandObjectCommands.h index dcf02f3..f418e5b 100644 --- a/lldb/source/Commands/CommandObjectCommands.h +++ b/lldb/source/Commands/CommandObjectCommands.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectCommands_h_ -#define liblldb_CommandObjectCommands_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -25,4 +25,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectCommands_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H diff --git a/lldb/source/Commands/CommandObjectDisassemble.h b/lldb/source/Commands/CommandObjectDisassemble.h index 70193e9..126f145 100644 --- a/lldb/source/Commands/CommandObjectDisassemble.h +++ b/lldb/source/Commands/CommandObjectDisassemble.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectDisassemble_h_ -#define liblldb_CommandObjectDisassemble_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTDISASSEMBLE_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTDISASSEMBLE_H #include "lldb/Interpreter/CommandObject.h" #include "lldb/Interpreter/Options.h" @@ -78,4 +78,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectDisassemble_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTDISASSEMBLE_H diff --git a/lldb/source/Commands/CommandObjectExpression.h b/lldb/source/Commands/CommandObjectExpression.h index de15986..1564e22 100644 --- a/lldb/source/Commands/CommandObjectExpression.h +++ b/lldb/source/Commands/CommandObjectExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectExpression_h_ -#define liblldb_CommandObjectExpression_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTEXPRESSION_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTEXPRESSION_H #include "lldb/Core/IOHandler.h" #include "lldb/Interpreter/CommandObject.h" @@ -83,4 +83,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectExpression_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTEXPRESSION_H diff --git a/lldb/source/Commands/CommandObjectFrame.h b/lldb/source/Commands/CommandObjectFrame.h index b2378f1..71cb94a 100644 --- a/lldb/source/Commands/CommandObjectFrame.h +++ b/lldb/source/Commands/CommandObjectFrame.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectFrame_h_ -#define liblldb_CommandObjectFrame_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTFRAME_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTFRAME_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectFrame_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTFRAME_H diff --git a/lldb/source/Commands/CommandObjectGUI.h b/lldb/source/Commands/CommandObjectGUI.h index a19aad1..49bad49 100644 --- a/lldb/source/Commands/CommandObjectGUI.h +++ b/lldb/source/Commands/CommandObjectGUI.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectGUI_h_ -#define liblldb_CommandObjectGUI_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTGUI_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTGUI_H #include "lldb/Interpreter/CommandObject.h" @@ -27,4 +27,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectGUI_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTGUI_H diff --git a/lldb/source/Commands/CommandObjectHelp.h b/lldb/source/Commands/CommandObjectHelp.h index 52a00ac..8f45db5 100644 --- a/lldb/source/Commands/CommandObjectHelp.h +++ b/lldb/source/Commands/CommandObjectHelp.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectHelp_h_ -#define liblldb_CommandObjectHelp_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTHELP_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTHELP_H #include "lldb/Host/OptionParser.h" #include "lldb/Interpreter/CommandObject.h" @@ -84,4 +84,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectHelp_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTHELP_H diff --git a/lldb/source/Commands/CommandObjectLanguage.h b/lldb/source/Commands/CommandObjectLanguage.h index 47079e2..7a28090 100644 --- a/lldb/source/Commands/CommandObjectLanguage.h +++ b/lldb/source/Commands/CommandObjectLanguage.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectLanguage_h_ -#define liblldb_CommandObjectLanguage_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTLANGUAGE_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTLANGUAGE_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -23,4 +23,4 @@ protected: }; } // namespace lldb_private -#endif // liblldb_CommandObjectLanguage_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTLANGUAGE_H diff --git a/lldb/source/Commands/CommandObjectLog.h b/lldb/source/Commands/CommandObjectLog.h index eae41bf..e850d5d 100644 --- a/lldb/source/Commands/CommandObjectLog.h +++ b/lldb/source/Commands/CommandObjectLog.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectLog_h_ -#define liblldb_CommandObjectLog_h_ - +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -30,4 +29,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectLog_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H diff --git a/lldb/source/Commands/CommandObjectMemory.h b/lldb/source/Commands/CommandObjectMemory.h index f94cdf3..5f7f6bb 100644 --- a/lldb/source/Commands/CommandObjectMemory.h +++ b/lldb/source/Commands/CommandObjectMemory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectMemory_h_ -#define liblldb_CommandObjectMemory_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTMEMORY_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTMEMORY_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -22,4 +22,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectMemory_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTMEMORY_H diff --git a/lldb/source/Commands/CommandObjectPlatform.h b/lldb/source/Commands/CommandObjectPlatform.h index 45e4a41..289ae45 100644 --- a/lldb/source/Commands/CommandObjectPlatform.h +++ b/lldb/source/Commands/CommandObjectPlatform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectPlatform_h_ -#define liblldb_CommandObjectPlatform_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLATFORM_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLATFORM_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -27,4 +27,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectPlatform_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLATFORM_H diff --git a/lldb/source/Commands/CommandObjectPlugin.h b/lldb/source/Commands/CommandObjectPlugin.h index 94cea7d..6db9f0a 100644 --- a/lldb/source/Commands/CommandObjectPlugin.h +++ b/lldb/source/Commands/CommandObjectPlugin.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectPlugin_h_ -#define liblldb_CommandObjectPlugin_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLUGIN_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLUGIN_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -22,4 +22,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectPlugin_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLUGIN_H diff --git a/lldb/source/Commands/CommandObjectProcess.h b/lldb/source/Commands/CommandObjectProcess.h index 3b1ff26..55d4451 100644 --- a/lldb/source/Commands/CommandObjectProcess.h +++ b/lldb/source/Commands/CommandObjectProcess.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectProcess_h_ -#define liblldb_CommandObjectProcess_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTPROCESS_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTPROCESS_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectProcess_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPROCESS_H diff --git a/lldb/source/Commands/CommandObjectQuit.h b/lldb/source/Commands/CommandObjectQuit.h index 458ef24..ccbd863 100644 --- a/lldb/source/Commands/CommandObjectQuit.h +++ b/lldb/source/Commands/CommandObjectQuit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectQuit_h_ -#define liblldb_CommandObjectQuit_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTQUIT_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTQUIT_H #include "lldb/Interpreter/CommandObject.h" @@ -29,4 +29,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectQuit_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTQUIT_H diff --git a/lldb/source/Commands/CommandObjectRegister.h b/lldb/source/Commands/CommandObjectRegister.h index 6fc47cf..cd9dd83 100644 --- a/lldb/source/Commands/CommandObjectRegister.h +++ b/lldb/source/Commands/CommandObjectRegister.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectRegister_h_ -#define liblldb_CommandObjectRegister_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTREGISTER_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTREGISTER_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -29,4 +29,4 @@ private: } // namespace lldb_private -#endif // liblldb_CommandObjectRegister_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTREGISTER_H diff --git a/lldb/source/Commands/CommandObjectReproducer.h b/lldb/source/Commands/CommandObjectReproducer.h index 8a85c21..bdee8053 100644 --- a/lldb/source/Commands/CommandObjectReproducer.h +++ b/lldb/source/Commands/CommandObjectReproducer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectReproducer_h_ -#define liblldb_CommandObjectReproducer_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTREPRODUCER_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTREPRODUCER_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectReproducer_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTREPRODUCER_H diff --git a/lldb/source/Commands/CommandObjectSettings.h b/lldb/source/Commands/CommandObjectSettings.h index 4db0ca1..31ec1d3 100644 --- a/lldb/source/Commands/CommandObjectSettings.h +++ b/lldb/source/Commands/CommandObjectSettings.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectSettings_h_ -#define liblldb_CommandObjectSettings_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTSETTINGS_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTSETTINGS_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectSettings_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSETTINGS_H diff --git a/lldb/source/Commands/CommandObjectSource.h b/lldb/source/Commands/CommandObjectSource.h index a4b8823..f2117bd 100644 --- a/lldb/source/Commands/CommandObjectSource.h +++ b/lldb/source/Commands/CommandObjectSource.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectSource_h_ -#define liblldb_CommandObjectSource_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -25,4 +25,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectSource_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H diff --git a/lldb/source/Commands/CommandObjectStats.h b/lldb/source/Commands/CommandObjectStats.h index 593c452..c4cd634 100644 --- a/lldb/source/Commands/CommandObjectStats.h +++ b/lldb/source/Commands/CommandObjectStats.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectStats_h_ -#define liblldb_CommandObjectStats_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTSTATS_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTSTATS_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -20,4 +20,4 @@ public: }; } // namespace lldb_private -#endif // liblldb_CommandObjectLanguage_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSTATS_H diff --git a/lldb/source/Commands/CommandObjectTarget.h b/lldb/source/Commands/CommandObjectTarget.h index bf1dae6..94afc00 100644 --- a/lldb/source/Commands/CommandObjectTarget.h +++ b/lldb/source/Commands/CommandObjectTarget.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectTarget_h_ -#define liblldb_CommandObjectTarget_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTTARGET_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTTARGET_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectTarget_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTARGET_H diff --git a/lldb/source/Commands/CommandObjectThread.h b/lldb/source/Commands/CommandObjectThread.h index 77729ce..3ca6a21 100644 --- a/lldb/source/Commands/CommandObjectThread.h +++ b/lldb/source/Commands/CommandObjectThread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectThread_h_ -#define liblldb_CommandObjectThread_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREAD_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREAD_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -22,4 +22,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectThread_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREAD_H diff --git a/lldb/source/Commands/CommandObjectType.h b/lldb/source/Commands/CommandObjectType.h index 938e481..1c081ab 100644 --- a/lldb/source/Commands/CommandObjectType.h +++ b/lldb/source/Commands/CommandObjectType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectType_h_ -#define liblldb_CommandObjectType_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTTYPE_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTTYPE_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -22,4 +22,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectType_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTYPE_H diff --git a/lldb/source/Commands/CommandObjectVersion.h b/lldb/source/Commands/CommandObjectVersion.h index 30f44ae..dce1a8d 100644 --- a/lldb/source/Commands/CommandObjectVersion.h +++ b/lldb/source/Commands/CommandObjectVersion.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectVersion_h_ -#define liblldb_CommandObjectVersion_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTVERSION_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTVERSION_H #include "lldb/Interpreter/CommandObject.h" @@ -27,4 +27,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectVersion_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTVERSION_H diff --git a/lldb/source/Commands/CommandObjectWatchpoint.h b/lldb/source/Commands/CommandObjectWatchpoint.h index 4f4f80b..87f9f43 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.h +++ b/lldb/source/Commands/CommandObjectWatchpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectWatchpoint_h_ -#define liblldb_CommandObjectWatchpoint_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H #include "lldb/Interpreter/CommandObjectMultiword.h" #include "lldb/Interpreter/OptionGroupWatchpoint.h" @@ -28,4 +28,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpoint_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.h b/lldb/source/Commands/CommandObjectWatchpointCommand.h index 6fbc9c7..b3cb70d 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectWatchpointCommand_h_ -#define liblldb_CommandObjectWatchpointCommand_h_ +#ifndef LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINTCOMMAND_H +#define LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINTCOMMAND_H #include "lldb/Interpreter/CommandObjectMultiword.h" @@ -24,4 +24,4 @@ public: } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpointCommand_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINTCOMMAND_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCBundle.h b/lldb/source/Host/macosx/cfcpp/CFCBundle.h index 014552a..8c56a5f 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCBundle.h +++ b/lldb/source/Host/macosx/cfcpp/CFCBundle.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFBundle_h_ -#define CoreFoundationCPP_CFBundle_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCBUNDLE_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCBUNDLE_H #include "CFCReleaser.h" @@ -36,4 +36,4 @@ private: const CFCBundle &operator=(const CFCBundle &) = delete; }; -#endif // #ifndef CoreFoundationCPP_CFBundle_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCBUNDLE_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCData.h b/lldb/source/Host/macosx/cfcpp/CFCData.h index 33fcf53..ce8bfa2 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCData.h +++ b/lldb/source/Host/macosx/cfcpp/CFCData.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFData_h_ -#define CoreFoundationCPP_CFData_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCDATA_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCDATA_H #include "CFCReleaser.h" @@ -27,4 +27,4 @@ protected: // Classes that inherit from CFCData can see and modify these }; -#endif // #ifndef CoreFoundationCPP_CFData_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCDATA_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h b/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h index 46c5b91..a951a3d 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h +++ b/lldb/source/Host/macosx/cfcpp/CFCMutableArray.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFMutableArray_h_ -#define CoreFoundationCPP_CFMutableArray_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H #include "CFCReleaser.h" @@ -40,4 +40,4 @@ public: bool can_create = true); }; -#endif // #ifndef CoreFoundationCPP_CFMutableArray_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h b/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h index e9b494a..4a422d7 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h +++ b/lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFMutableDictionary_h_ -#define CoreFoundationCPP_CFMutableDictionary_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEDICTIONARY_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEDICTIONARY_H #include "CFCReleaser.h" @@ -63,4 +63,4 @@ private: // For CFCMutableDictionary only }; -#endif // CoreFoundationCPP_CFMutableDictionary_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEDICTIONARY_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h b/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h index a55d646..49acfd4 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h +++ b/lldb/source/Host/macosx/cfcpp/CFCMutableSet.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFMutableSet_h_ -#define CoreFoundationCPP_CFMutableSet_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H #include "CFCReleaser.h" @@ -35,4 +35,4 @@ private: // For CFCMutableSet only }; -#endif // CoreFoundationCPP_CFMutableSet_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCReleaser.h b/lldb/source/Host/macosx/cfcpp/CFCReleaser.h index 8a29f39..23e6073 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCReleaser.h +++ b/lldb/source/Host/macosx/cfcpp/CFCReleaser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFReleaser_h_ -#define CoreFoundationCPP_CFReleaser_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCRELEASER_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCRELEASER_H #include @@ -106,4 +106,4 @@ private: }; #endif // #ifdef __cplusplus -#endif // #ifndef CoreFoundationCPP_CFReleaser_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCRELEASER_H diff --git a/lldb/source/Host/macosx/cfcpp/CFCString.h b/lldb/source/Host/macosx/cfcpp/CFCString.h index 300b1c4..b5ed79e 100644 --- a/lldb/source/Host/macosx/cfcpp/CFCString.h +++ b/lldb/source/Host/macosx/cfcpp/CFCString.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef CoreFoundationCPP_CFString_h_ -#define CoreFoundationCPP_CFString_h_ +#ifndef LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCSTRING_H +#define LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCSTRING_H #include @@ -35,4 +35,4 @@ public: std::string &expanded_path); }; -#endif // #ifndef CoreFoundationCPP_CFString_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCSTRING_H diff --git a/lldb/source/Interpreter/CommandObjectScript.h b/lldb/source/Interpreter/CommandObjectScript.h index 4f7a912..a5f6599 100644 --- a/lldb/source/Interpreter/CommandObjectScript.h +++ b/lldb/source/Interpreter/CommandObjectScript.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommandObjectScript_h_ -#define liblldb_CommandObjectScript_h_ +#ifndef LLDB_SOURCE_INTERPRETER_COMMANDOBJECTSCRIPT_H +#define LLDB_SOURCE_INTERPRETER_COMMANDOBJECTSCRIPT_H #include "lldb/Interpreter/CommandObject.h" @@ -28,4 +28,4 @@ protected: } // namespace lldb_private -#endif // liblldb_CommandObjectScript_h_ +#endif // LLDB_SOURCE_INTERPRETER_COMMANDOBJECTSCRIPT_H diff --git a/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h b/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h index 90919be..296b6d7 100644 --- a/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h +++ b/lldb/source/Plugins/ABI/AArch64/ABIAArch64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIAArch64_h_ -#define liblldb_ABIAArch64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIAARCH64_H +#define LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIAARCH64_H class ABIAArch64 { public: diff --git a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h index 208d3a0..b34449e 100644 --- a/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h +++ b/lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIMacOSX_arm64_h_ -#define liblldb_ABIMacOSX_arm64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIMACOSX_ARM64_H +#define LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIMACOSX_ARM64_H #include "lldb/Target/ABI.h" #include "lldb/Utility/ConstString.h" @@ -96,4 +96,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIMACOSX_ARM64_H diff --git a/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h b/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h index 590f2cd..c3b6ca0 100644 --- a/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h +++ b/lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_arm64_h_ -#define liblldb_ABISysV_arm64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABISYSV_ARM64_H +#define LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABISYSV_ARM64_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -95,4 +95,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABISYSV_ARM64_H diff --git a/lldb/source/Plugins/ABI/ARM/ABIARM.h b/lldb/source/Plugins/ABI/ARM/ABIARM.h index 3ebc7b6..7d04f1c 100644 --- a/lldb/source/Plugins/ABI/ARM/ABIARM.h +++ b/lldb/source/Plugins/ABI/ARM/ABIARM.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIARM_h_ -#define liblldb_ABIARM_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_ARM_ABIARM_H +#define LLDB_SOURCE_PLUGINS_ABI_ARM_ABIARM_H class ABIARM { public: diff --git a/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h b/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h index 3b8819a..e0fa349 100644 --- a/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h +++ b/lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIMacOSX_arm_h_ -#define liblldb_ABIMacOSX_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_ARM_ABIMACOSX_ARM_H +#define LLDB_SOURCE_PLUGINS_ABI_ARM_ABIMACOSX_ARM_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -88,4 +88,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_ARM_ABIMACOSX_ARM_H diff --git a/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h b/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h index 78f810a..f28f75ce 100644 --- a/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h +++ b/lldb/source/Plugins/ABI/ARM/ABISysV_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_arm_h_ -#define liblldb_ABISysV_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_ARM_ABISYSV_ARM_H +#define LLDB_SOURCE_PLUGINS_ABI_ARM_ABISYSV_ARM_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -88,4 +88,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_ARM_ABISYSV_ARM_H diff --git a/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h b/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h index 1f0068d..d6dab0c 100644 --- a/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h +++ b/lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_hexagon_h_ -#define liblldb_ABISysV_hexagon_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_HEXAGON_ABISYSV_HEXAGON_H +#define LLDB_SOURCE_PLUGINS_ABI_HEXAGON_ABISYSV_HEXAGON_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -100,4 +100,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_hexagon_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_HEXAGON_ABISYSV_HEXAGON_H diff --git a/lldb/source/Plugins/ABI/Mips/ABIMips.h b/lldb/source/Plugins/ABI/Mips/ABIMips.h index 92cd713..dc7704d 100644 --- a/lldb/source/Plugins/ABI/Mips/ABIMips.h +++ b/lldb/source/Plugins/ABI/Mips/ABIMips.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIMips_h_ -#define liblldb_ABIMips_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_MIPS_ABIMIPS_H +#define LLDB_SOURCE_PLUGINS_ABI_MIPS_ABIMIPS_H class ABIMips { public: diff --git a/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h b/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h index a471224..715405e 100644 --- a/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h +++ b/lldb/source/Plugins/ABI/Mips/ABISysV_mips.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_mips_h_ -#define liblldb_ABISysV_mips_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS_H +#define LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -90,4 +90,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_mips_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS_H diff --git a/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h b/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h index 3863b6d..76253f2 100644 --- a/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h +++ b/lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_mips64_h_ -#define liblldb_ABISysV_mips64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS64_H +#define LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS64_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -103,4 +103,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS64_H diff --git a/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h b/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h index becbdcd..5e745ea 100644 --- a/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h +++ b/lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIPowerPC_h_ -#define liblldb_ABIPowerPC_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABIPOWERPC_H +#define LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABIPOWERPC_H class ABIPowerPC { public: diff --git a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h index 7762536..dbf2929 100644 --- a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h +++ b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_ppc_h_ -#define liblldb_ABISysV_ppc_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC_H +#define LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -99,4 +99,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_ppc_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC_H diff --git a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h index 37d7e66..a5a6855 100644 --- a/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h +++ b/lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_ppc64_h_ -#define liblldb_ABISysV_ppc64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC64_H +#define LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC64_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -101,4 +101,4 @@ private: lldb::ByteOrder GetByteOrder() const; }; -#endif // liblldb_ABISysV_ppc64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC64_H diff --git a/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h b/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h index c74b179..f8f4124 100644 --- a/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h +++ b/lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_s390x_h_ -#define liblldb_ABISysV_s390x_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_SYSTEMZ_ABISYSV_S390X_H +#define LLDB_SOURCE_PLUGINS_ABI_SYSTEMZ_ABISYSV_S390X_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -91,4 +91,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_SYSTEMZ_ABISYSV_S390X_H diff --git a/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h b/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h index b052ae9..b790ad8 100644 --- a/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h +++ b/lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIMacOSX_i386_h_ -#define liblldb_ABIMacOSX_i386_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIMACOSX_I386_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABIMACOSX_I386_H #include "lldb/Core/Value.h" #include "lldb/Target/ABI.h" @@ -95,4 +95,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIMACOSX_I386_H diff --git a/lldb/source/Plugins/ABI/X86/ABISysV_i386.h b/lldb/source/Plugins/ABI/X86/ABISysV_i386.h index 785791a..752b94e 100644 --- a/lldb/source/Plugins/ABI/X86/ABISysV_i386.h +++ b/lldb/source/Plugins/ABI/X86/ABISysV_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_i386_h_ -#define liblldb_ABISysV_i386_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_I386_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_I386_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -103,4 +103,4 @@ private: using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_I386_H diff --git a/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h b/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h index b531fa7..5968c0c 100644 --- a/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h +++ b/lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABISysV_x86_64_h_ -#define liblldb_ABISysV_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_X86_64_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_X86_64_H #include "Plugins/ABI/X86/ABIX86_64.h" @@ -98,4 +98,4 @@ private: using ABIX86_64::ABIX86_64; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_X86_64_H diff --git a/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h b/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h index f9d24f5..89fc6e6 100644 --- a/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h +++ b/lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIWindows_x86_64_h_ -#define liblldb_ABIWindows_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIWINDOWS_X86_64_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABIWINDOWS_X86_64_H #include "Plugins/ABI/X86/ABIX86_64.h" @@ -91,4 +91,4 @@ private: using ABIX86_64::ABIX86_64; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIWINDOWS_X86_64_H diff --git a/lldb/source/Plugins/ABI/X86/ABIX86.h b/lldb/source/Plugins/ABI/X86/ABIX86.h index f99bb0c..9753394 100644 --- a/lldb/source/Plugins/ABI/X86/ABIX86.h +++ b/lldb/source/Plugins/ABI/X86/ABIX86.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ABIX86_h_ -#define liblldb_ABIX86_h_ +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_H class ABIX86 { public: diff --git a/lldb/source/Plugins/ABI/X86/ABIX86_64.h b/lldb/source/Plugins/ABI/X86/ABIX86_64.h index 2cdee69..e65c2d9 100644 --- a/lldb/source/Plugins/ABI/X86/ABIX86_64.h +++ b/lldb/source/Plugins/ABI/X86/ABIX86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGIN_ABI_X86_ABIX86_64_H -#define LLDB_PLUGIN_ABI_X86_ABIX86_64_H +#ifndef LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_64_H +#define LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_64_H #include "lldb/Target/ABI.h" #include "lldb/lldb-private.h" @@ -23,4 +23,4 @@ private: using lldb_private::MCBasedABI::MCBasedABI; }; -#endif // LLDB_PLUGIN_ABI_X86_ABIX86_64_H +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_64_H diff --git a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h index 03e79ce..36b79c7 100644 --- a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h +++ b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGIN_ARCHITECTURE_ARM_H -#define LLDB_PLUGIN_ARCHITECTURE_ARM_H +#ifndef LLDB_SOURCE_PLUGINS_ARCHITECTURE_ARM_ARCHITECTUREARM_H +#define LLDB_SOURCE_PLUGINS_ARCHITECTURE_ARM_ARCHITECTUREARM_H #include "lldb/Core/Architecture.h" @@ -37,4 +37,4 @@ private: } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_ARM_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_ARM_ARCHITECTUREARM_H diff --git a/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h b/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h index a15991f..40bcc23 100644 --- a/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h +++ b/lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGIN_ARCHITECTURE_MIPS_H -#define LLDB_PLUGIN_ARCHITECTURE_MIPS_H +#ifndef LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H +#define LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H #include "lldb/Core/Architecture.h" #include "lldb/Utility/ArchSpec.h" @@ -48,4 +48,4 @@ private: } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_MIPS_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H diff --git a/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h b/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h index dc663b8..25210d3 100644 --- a/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h +++ b/lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGIN_ARCHITECTURE_PPC64_H -#define LLDB_PLUGIN_ARCHITECTURE_PPC64_H +#ifndef LLDB_SOURCE_PLUGINS_ARCHITECTURE_PPC64_ARCHITECTUREPPC64_H +#define LLDB_SOURCE_PLUGINS_ARCHITECTURE_PPC64_ARCHITECTUREPPC64_H #include "lldb/Core/Architecture.h" @@ -38,4 +38,4 @@ private: } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_PPC64_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_PPC64_ARCHITECTUREPPC64_H diff --git a/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h b/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h index fd57750..9b3741b 100644 --- a/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h +++ b/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DisassemblerLLVMC_h_ -#define liblldb_DisassemblerLLVMC_h_ +#ifndef LLDB_SOURCE_PLUGINS_DISASSEMBLER_LLVMC_DISASSEMBLERLLVMC_H +#define LLDB_SOURCE_PLUGINS_DISASSEMBLER_LLVMC_DISASSEMBLERLLVMC_H #include #include @@ -82,4 +82,4 @@ protected: std::unique_ptr m_alternate_disasm_up; }; -#endif // liblldb_DisassemblerLLVM_h_ +#endif // LLDB_SOURCE_PLUGINS_DISASSEMBLER_LLVMC_DISASSEMBLERLLVMC_H diff --git a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h b/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h index eb31c40..20ce726 100644 --- a/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h +++ b/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoaderDarwinKernel_h_ -#define liblldb_DynamicLoaderDarwinKernel_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_DARWIN_KERNEL_DYNAMICLOADERDARWINKERNEL_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_DARWIN_KERNEL_DYNAMICLOADERDARWINKERNEL_H #include #include @@ -299,4 +299,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderDarwinKernel); }; -#endif // liblldb_DynamicLoaderDarwinKernel_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_DARWIN_KERNEL_DYNAMICLOADERDARWINKERNEL_H diff --git a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h index c171513..15de312 100644 --- a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h +++ b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoaderHexagonDYLD_h_ -#define liblldb_DynamicLoaderHexagonDYLD_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_DYNAMICLOADERHEXAGONDYLD_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_DYNAMICLOADERHEXAGONDYLD_H #include "lldb/Breakpoint/StoppointCallbackContext.h" #include "lldb/Target/DynamicLoader.h" @@ -135,4 +135,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderHexagonDYLD); }; -#endif // liblldb_DynamicLoaderHexagonDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_DYNAMICLOADERHEXAGONDYLD_H diff --git a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h index 70fc12b..5707f88 100644 --- a/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h +++ b/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_HexagonDYLDRendezvous_H_ -#define liblldb_HexagonDYLDRendezvous_H_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_HEXAGONDYLDRENDEZVOUS_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_HEXAGONDYLDRENDEZVOUS_H #include #include @@ -243,4 +243,4 @@ protected: bool FindMetadata(const char *name, PThreadField field, uint32_t &value); }; -#endif // liblldb_HexagonDYLDRendezvous_H_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_HEXAGONDYLDRENDEZVOUS_H diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h index ea7a900..ca2277b 100644 --- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h +++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoaderDarwin_h_ -#define liblldb_DynamicLoaderDarwin_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERDARWIN_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERDARWIN_H #include #include @@ -243,4 +243,4 @@ private: } // namespace lldb_private -#endif // liblldb_DynamicLoaderDarwin_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERDARWIN_H diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h index 9ccb3bc..9dfec49 100644 --- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h +++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h @@ -14,8 +14,8 @@ // array of load addresses for solibs loaded and unloaded. The SPI will tell us // about both dyld and the executable, in addition to all of the usual solibs. -#ifndef liblldb_DynamicLoaderMacOS_h_ -#define liblldb_DynamicLoaderMacOS_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOS_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOS_H #include #include @@ -108,4 +108,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderMacOS); }; -#endif // liblldb_DynamicLoaderMacOS_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOS_H diff --git a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h index 00b2ebf..e14344c 100644 --- a/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h +++ b/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h @@ -17,8 +17,8 @@ // dyld SPI functions to get the same information without reading internal dyld // data structures. -#ifndef liblldb_DynamicLoaderMacOSXDYLD_h_ -#define liblldb_DynamicLoaderMacOSXDYLD_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOSXDYLD_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOSXDYLD_H #include #include @@ -172,4 +172,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderMacOSXDYLD); }; -#endif // liblldb_DynamicLoaderMacOSXDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOSXDYLD_H diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h index 536eeea..b028120 100644 --- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h +++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Rendezvous_H_ -#define liblldb_Rendezvous_H_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYLDRENDEZVOUS_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYLDRENDEZVOUS_H #include #include diff --git a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h index 0630d1e..3befb90 100644 --- a/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h +++ b/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoaderPOSIXDYLD_h_ -#define liblldb_DynamicLoaderPOSIXDYLD_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYNAMICLOADERPOSIXDYLD_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYNAMICLOADERPOSIXDYLD_H #include #include @@ -162,4 +162,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderPOSIXDYLD); }; -#endif // liblldb_DynamicLoaderPOSIXDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYNAMICLOADERPOSIXDYLD_H diff --git a/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h b/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h index fa9aded..1ec8287 100644 --- a/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h +++ b/lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DynamicLoaderStatic_h_ -#define liblldb_DynamicLoaderStatic_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_STATIC_DYNAMICLOADERSTATIC_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_STATIC_DYNAMICLOADERSTATIC_H #include "lldb/Target/DynamicLoader.h" #include "lldb/Target/Process.h" @@ -56,4 +56,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DynamicLoaderStatic); }; -#endif // liblldb_DynamicLoaderStatic_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_STATIC_DYNAMICLOADERSTATIC_H diff --git a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h index 100689a..502a4c1 100644 --- a/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h +++ b/lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Plugins_Process_Windows_DynamicLoaderWindowsDYLD_h_ -#define liblldb_Plugins_Process_Windows_DynamicLoaderWindowsDYLD_h_ +#ifndef LLDB_SOURCE_PLUGINS_DYNAMICLOADER_WINDOWS_DYLD_DYNAMICLOADERWINDOWSDYLD_H +#define LLDB_SOURCE_PLUGINS_DYNAMICLOADER_WINDOWS_DYLD_DYNAMICLOADERWINDOWSDYLD_H #include "lldb/Target/DynamicLoader.h" #include "lldb/lldb-forward.h" @@ -51,4 +51,4 @@ private: } // namespace lldb_private -#endif // liblldb_Plugins_Process_Windows_DynamicLoaderWindowsDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_WINDOWS_DYLD_DYNAMICLOADERWINDOWSDYLD_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h b/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h index 11811aa..9de823b 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ASTResultSynthesizer_h_ -#define liblldb_ASTResultSynthesizer_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTRESULTSYNTHESIZER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTRESULTSYNTHESIZER_H #include "lldb/Target/Target.h" #include "clang/Sema/SemaConsumer.h" @@ -170,4 +170,4 @@ private: } // namespace lldb_private -#endif // liblldb_ASTResultSynthesizer_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTRESULTSYNTHESIZER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h b/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h index 78f5e38..c285f64 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ASTStructExtractor_h_ -#define liblldb_ASTStructExtractor_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTSTRUCTEXTRACTOR_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTSTRUCTEXTRACTOR_H #include "ClangExpressionVariable.h" #include "ClangFunctionCaller.h" @@ -128,4 +128,4 @@ private: } // namespace lldb_private -#endif // liblldb_ASTStructExtractor_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTSTRUCTEXTRACTOR_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h b/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h index d429e8c..1f26000 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ASTUtils_h_ -#define liblldb_ASTUtils_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTUTILS_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTUTILS_H #include "clang/Sema/Lookup.h" #include "clang/Sema/MultiplexExternalSemaSource.h" @@ -576,4 +576,4 @@ public: }; } // namespace lldb_private -#endif // liblldb_ASTUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTUTILS_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h index 6d0d774..8cdc1a8 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangASTImporter_h_ -#define liblldb_ClangASTImporter_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTIMPORTER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTIMPORTER_H #include #include @@ -327,4 +327,4 @@ public: } // namespace lldb_private -#endif // liblldb_ClangASTImporter_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTIMPORTER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h index fdf4388..6cef11b 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangASTMetadata_h -#define liblldb_ClangASTMetadata_h +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTMETADATA_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTMETADATA_H #include "lldb/Core/dwarf.h" #include "lldb/lldb-defines.h" @@ -97,4 +97,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangASTMetadata_h +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTMETADATA_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h index 96a1f76..cafd6d5 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangASTSource_h_ -#define liblldb_ClangASTSource_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTSOURCE_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTSOURCE_H #include @@ -479,4 +479,4 @@ struct NameSearchContext { } // namespace lldb_private -#endif // liblldb_ClangASTSource_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTSOURCE_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h index 002f1dc..13bd94a 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangDeclVendor_h_ -#define liblldb_ClangDeclVendor_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDECLVENDOR_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDECLVENDOR_H #include "lldb/Symbol/DeclVendor.h" diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h index 48cd1c4..7459b71 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ClangDiagnostic_h -#define lldb_ClangDiagnostic_h +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H #include @@ -47,4 +47,4 @@ private: }; } // namespace lldb_private -#endif /* lldb_ClangDiagnostic_h */ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h index 790ac0c..e8dd62a 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExpressionDeclMap_h_ -#define liblldb_ClangExpressionDeclMap_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONDECLMAP_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONDECLMAP_H #include #include @@ -658,4 +658,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangExpressionDeclMap_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONDECLMAP_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h index a31a1ea..e33e5df 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExpression_h_ -#define liblldb_ClangExpression_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONHELPER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONHELPER_H #include #include @@ -60,4 +60,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ClangExpression_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONHELPER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h index 2767e2c..6afee22 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExpressionParser_h_ -#define liblldb_ClangExpressionParser_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONPARSER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONPARSER_H #include "lldb/Expression/DiagnosticManager.h" #include "lldb/Expression/ExpressionParser.h" @@ -185,4 +185,4 @@ private: }; } -#endif // liblldb_ClangExpressionParser_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONPARSER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h index 1d159670b..bb2e634 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExpressionSourceCode_h -#define liblldb_ClangExpressionSourceCode_h +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONSOURCECODE_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONSOURCECODE_H #include "lldb/Expression/Expression.h" #include "lldb/Expression/ExpressionSourceCode.h" diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h index 6c2c74e..f9dc0fc 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExpressionVariable_h_ -#define liblldb_ClangExpressionVariable_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONVARIABLE_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONVARIABLE_H #include #include @@ -202,4 +202,4 @@ public: } // namespace lldb_private -#endif // liblldb_ClangExpressionVariable_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONVARIABLE_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h index 98e9f5a..4bbf556 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangExternalASTSourceCallbacks_h_ -#define liblldb_ClangExternalASTSourceCallbacks_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXTERNALASTSOURCECALLBACKS_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXTERNALASTSOURCECALLBACKS_H #include "Plugins/TypeSystem/Clang/TypeSystemClang.h" #include "clang/AST/ExternalASTSource.h" @@ -43,4 +43,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangExternalASTSourceCallbacks_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXTERNALASTSOURCECALLBACKS_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h index ab1a2f9..8060b8c 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangFunctionCaller_h_ -#define liblldb_ClangFunctionCaller_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGFUNCTIONCALLER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGFUNCTIONCALLER_H #include "ClangExpressionHelper.h" @@ -149,4 +149,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangFunctionCaller_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGFUNCTIONCALLER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h index 9d49188..d680990 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGHOST_H -#define LLDB_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGHOST_H +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGHOST_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGHOST_H namespace lldb_private { diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h index b853eae5..f04d1b0 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangModulesDeclVendor_h -#define liblldb_ClangModulesDeclVendor_h +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGMODULESDECLVENDOR_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGMODULESDECLVENDOR_H #include "lldb/Symbol/SourceModule.h" #include "lldb/Target/Platform.h" @@ -112,4 +112,4 @@ public: } // namespace lldb_private -#endif // liblldb_ClangModulesDeclVendor_h +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGMODULESDECLVENDOR_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h index 86fc430..12268b6 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangPersistentVariables_h_ -#define liblldb_ClangPersistentVariables_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGPERSISTENTVARIABLES_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGPERSISTENTVARIABLES_H #include "llvm/ADT/DenseMap.h" @@ -106,4 +106,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangPersistentVariables_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGPERSISTENTVARIABLES_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h index 222c796..d307362 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangUserExpression_h_ -#define liblldb_ClangUserExpression_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUSEREXPRESSION_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUSEREXPRESSION_H #include @@ -250,4 +250,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangUserExpression_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUSEREXPRESSION_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h index 31e86ca..50cae42 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h @@ -8,8 +8,8 @@ // types and decls. //===----------------------------------------------------------------------===// -#ifndef LLDB_SYMBOL_CLANGUTIL_H -#define LLDB_SYMBOL_CLANGUTIL_H +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTIL_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTIL_H #include "clang/AST/DeclBase.h" #include "clang/AST/Type.h" diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h b/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h index 145a210..1f2dd5f 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangUtilityFunction_h_ -#define liblldb_ClangUtilityFunction_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTILITYFUNCTION_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTILITYFUNCTION_H #include #include @@ -106,4 +106,4 @@ private: } // namespace lldb_private -#endif // liblldb_ClangUtilityFunction_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTILITYFUNCTION_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h b/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h index 8e892e3..7fc2737 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CppModuleConfiguration_h_ -#define liblldb_CppModuleConfiguration_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CPPMODULECONFIGURATION_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CPPMODULECONFIGURATION_H #include #include diff --git a/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h b/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h index f4aef36..6490af7 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CxxModuleHandler_h_ -#define liblldb_CxxModuleHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CXXMODULEHANDLER_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CXXMODULEHANDLER_H #include "clang/AST/ASTImporter.h" #include "clang/Sema/Sema.h" @@ -62,4 +62,4 @@ public: } // namespace lldb_private -#endif // liblldb_CxxModuleHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CXXMODULEHANDLER_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h b/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h index 5b9c800..a4de527 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IRDynamicChecks_h_ -#define liblldb_IRDynamicChecks_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRDYNAMICCHECKS_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRDYNAMICCHECKS_H #include "lldb/Expression/DynamicCheckerFunctions.h" #include "lldb/lldb-types.h" @@ -124,4 +124,4 @@ private: } // namespace lldb_private -#endif // liblldb_IRDynamicChecks_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRDYNAMICCHECKS_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h index bf3bf77..ebfc0ca 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_IRForTarget_h_ -#define liblldb_IRForTarget_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRFORTARGET_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRFORTARGET_H #include "lldb/Symbol/TaggedASTType.h" #include "lldb/Utility/ConstString.h" @@ -509,4 +509,4 @@ private: bool CompleteDataAllocation(); }; -#endif // liblldb_IRForTarget_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRFORTARGET_H diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h b/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h index 7553860..b7b6640 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h +++ b/lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ModuleDependencyCollector_h_ -#define liblldb_ModuleDependencyCollector_h_ +#ifndef LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_MODULEDEPENDENCYCOLLECTOR_H +#define LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_MODULEDEPENDENCYCOLLECTOR_H #include "clang/Frontend/Utils.h" #include "llvm/ADT/StringRef.h" diff --git a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h index 13d7fc0..d15d80c 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h +++ b/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_EmulateInstructionARM_h_ -#define lldb_EmulateInstructionARM_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATEINSTRUCTIONARM_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATEINSTRUCTIONARM_H #include "Plugins/Process/Utility/ARMDefines.h" #include "lldb/Core/EmulateInstruction.h" @@ -783,4 +783,4 @@ protected: } // namespace lldb_private -#endif // lldb_EmulateInstructionARM_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATEINSTRUCTIONARM_H diff --git a/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h b/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h index e5af37a..f61dc1b 100644 --- a/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h +++ b/lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_EmulationStateARM_h_ -#define lldb_EmulationStateARM_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATIONSTATEARM_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATIONSTATEARM_H #include @@ -76,4 +76,4 @@ private: DISALLOW_COPY_AND_ASSIGN(EmulationStateARM); }; -#endif // lldb_EmulationStateARM_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATIONSTATEARM_H diff --git a/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h b/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h index 03a57a2..4841e81 100644 --- a/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h +++ b/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef EmulateInstructionARM64_h_ -#define EmulateInstructionARM64_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM64_EMULATEINSTRUCTIONARM64_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM64_EMULATEINSTRUCTIONARM64_H #include "Plugins/Process/Utility/ARMDefines.h" #include "lldb/Core/EmulateInstruction.h" @@ -189,4 +189,4 @@ protected: bool m_ignore_conditions; }; -#endif // EmulateInstructionARM64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM64_EMULATEINSTRUCTIONARM64_H diff --git a/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h b/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h index cd447ae..c72501d 100644 --- a/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h +++ b/lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef EmulateInstructionMIPS_h_ -#define EmulateInstructionMIPS_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS_EMULATEINSTRUCTIONMIPS_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS_EMULATEINSTRUCTIONMIPS_H namespace llvm { class MCDisassembler; @@ -218,4 +218,4 @@ private: bool m_use_alt_disaasm; }; -#endif // EmulateInstructionMIPS_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS_EMULATEINSTRUCTIONMIPS_H diff --git a/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h b/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h index 953a093..35a0959 100644 --- a/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h +++ b/lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef EmulateInstructionMIPS64_h_ -#define EmulateInstructionMIPS64_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS64_EMULATEINSTRUCTIONMIPS64_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS64_EMULATEINSTRUCTIONMIPS64_H #include "lldb/Core/EmulateInstruction.h" #include "lldb/Interpreter/OptionValue.h" @@ -179,4 +179,4 @@ private: std::unique_ptr m_insn_info; }; -#endif // EmulateInstructionMIPS64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS64_EMULATEINSTRUCTIONMIPS64_H diff --git a/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h b/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h index bf23977..02d2bce 100644 --- a/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h +++ b/lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef EmulateInstructionPPC64_h_ -#define EmulateInstructionPPC64_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUCTION_PPC64_EMULATEINSTRUCTIONPPC64_H +#define LLDB_SOURCE_PLUGINS_INSTRUCTION_PPC64_EMULATEINSTRUCTIONPPC64_H #include "lldb/Core/EmulateInstruction.h" #include "lldb/Interpreter/OptionValue.h" @@ -89,4 +89,4 @@ private: } // namespace lldb_private -#endif // EmulateInstructionPPC64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_PPC64_EMULATEINSTRUCTIONPPC64_H diff --git a/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h b/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h index eb7024c..cde0a96 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h +++ b/lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AddressSanitizerRuntime_h_ -#define liblldb_AddressSanitizerRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_ASAN_INSTRUMENTATIONRUNTIMEASAN_H +#define LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_ASAN_INSTRUMENTATIONRUNTIMEASAN_H #include "lldb/Target/InstrumentationRuntime.h" #include "lldb/Target/Process.h" @@ -63,4 +63,4 @@ private: } // namespace lldb_private -#endif // liblldb_AddressSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_ASAN_INSTRUMENTATIONRUNTIMEASAN_H diff --git a/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h b/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h index 290e3a8..1435ae8 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h +++ b/lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MainThreadCheckerRuntime_h_ -#define liblldb_MainThreadCheckerRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_MAINTHREADCHECKER_INSTRUMENTATIONRUNTIMEMAINTHREADCHECKER_H +#define LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_MAINTHREADCHECKER_INSTRUMENTATIONRUNTIMEMAINTHREADCHECKER_H #include "lldb/Target/ABI.h" #include "lldb/Target/InstrumentationRuntime.h" @@ -65,4 +65,4 @@ private: } // namespace lldb_private -#endif // liblldb_MainThreadCheckerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_MAINTHREADCHECKER_INSTRUMENTATIONRUNTIMEMAINTHREADCHECKER_H diff --git a/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h b/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h index 7f2e142..35a878d 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h +++ b/lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadSanitizerRuntime_h_ -#define liblldb_ThreadSanitizerRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_TSAN_INSTRUMENTATIONRUNTIMETSAN_H +#define LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_TSAN_INSTRUMENTATIONRUNTIMETSAN_H #include "lldb/Target/ABI.h" #include "lldb/Target/InstrumentationRuntime.h" @@ -78,4 +78,4 @@ private: } // namespace lldb_private -#endif // liblldb_ThreadSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_TSAN_INSTRUMENTATIONRUNTIMETSAN_H diff --git a/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h b/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h index 8345bf2..813c300 100644 --- a/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h +++ b/lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UndefinedBehaviorSanitizerRuntime_h_ -#define liblldb_UndefinedBehaviorSanitizerRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_UBSAN_INSTRUMENTATIONRUNTIMEUBSAN_H +#define LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_UBSAN_INSTRUMENTATIONRUNTIMEUBSAN_H #include "lldb/Target/ABI.h" #include "lldb/Target/InstrumentationRuntime.h" @@ -65,4 +65,4 @@ private: } // namespace lldb_private -#endif // liblldb_UndefinedBehaviorSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_UBSAN_INSTRUMENTATIONRUNTIMEUBSAN_H diff --git a/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h b/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h index 2a2537c..42377f4 100644 --- a/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h +++ b/lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_JITLoaderGDB_h_ -#define liblldb_JITLoaderGDB_h_ +#ifndef LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H +#define LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H #include @@ -77,4 +77,4 @@ private: lldb::addr_t m_jit_descriptor_addr; }; -#endif // liblldb_JITLoaderGDB_h_ +#endif // LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h b/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h index 624c17a..23f3f7b 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h +++ b/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_BlockPointer_h_ -#define liblldb_BlockPointer_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_BLOCKPOINTER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_BLOCKPOINTER_H #include "lldb/lldb-forward.h" @@ -22,4 +22,4 @@ BlockPointerSyntheticFrontEndCreator(CXXSyntheticChildren *, } // namespace formatters } // namespace lldb_private -#endif // liblldb_BlockPointer_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_BLOCKPOINTER_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h b/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h index 4ed45bc..89dea08 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h +++ b/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CPlusPlusLanguage_h_ -#define liblldb_CPlusPlusLanguage_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSLANGUAGE_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSLANGUAGE_H #include #include @@ -133,4 +133,4 @@ public: } // namespace lldb_private -#endif // liblldb_CPlusPlusLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSLANGUAGE_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h b/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h index 414c3a0..6fe6b12 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h +++ b/lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CPlusPlusNameParser_h_ -#define liblldb_CPlusPlusNameParser_h_ - +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSNAMEPARSER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSNAMEPARSER_H #include "clang/Lex/Lexer.h" #include "llvm/ADT/Optional.h" @@ -174,4 +173,4 @@ private: } // namespace lldb_private -#endif // liblldb_CPlusPlusNameParser_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSNAMEPARSER_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h b/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h index 35498b3..2713ded 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h +++ b/lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CxxStringTypes_h_ -#define liblldb_CxxStringTypes_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CXXSTRINGTYPES_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CXXSTRINGTYPES_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -46,4 +46,4 @@ bool WCharSummaryProvider(ValueObject &valobj, Stream &stream, } // namespace formatters } // namespace lldb_private -#endif // liblldb_CxxStringTypes_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CXXSTRINGTYPES_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h b/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h index 214f551..a92e8be 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h +++ b/lldb/source/Plugins/Language/CPlusPlus/LibCxx.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LibCxx_h_ -#define liblldb_LibCxx_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXX_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXX_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -156,4 +156,4 @@ LibcxxVariantFrontEndCreator(CXXSyntheticChildren *, } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxx_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXX_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h b/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h index 8be833d..6fcceb6 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h +++ b/lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LibCxxAtomic_h_ -#define liblldb_LibCxxAtomic_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXATOMIC_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXATOMIC_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -30,4 +30,4 @@ LibcxxAtomicSyntheticFrontEndCreator(CXXSyntheticChildren *, } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxxAtomic_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXATOMIC_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h b/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h index 65db5ae..b4c27cc 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h +++ b/lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LibCxxVariant_h_ -#define liblldb_LibCxxVariant_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXVARIANT_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXVARIANT_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -27,4 +27,4 @@ SyntheticChildrenFrontEnd *LibcxxVariantFrontEndCreator(CXXSyntheticChildren *, } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxxVariant_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXVARIANT_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h b/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h index e7f88d6..9e41aa0 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h +++ b/lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LibStdCpp_h_ -#define liblldb_LibStdCpp_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBSTDCPP_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBSTDCPP_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -56,4 +56,4 @@ LibStdcppUniquePtrSyntheticFrontEndCreator(CXXSyntheticChildren *, } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibStdCpp_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBSTDCPP_H diff --git a/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h b/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h index 6e20877..e5b60a0 100644 --- a/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h +++ b/lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MSVCUndecoratedNameParser_h_ -#define liblldb_MSVCUndecoratedNameParser_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_MSVCUNDECORATEDNAMEPARSER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_MSVCUNDECORATEDNAMEPARSER_H #include diff --git a/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h b/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h index f459f94..5257c72 100644 --- a/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h +++ b/lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ClangHighlighter_h_ -#define liblldb_ClangHighlighter_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_CLANGCOMMON_CLANGHIGHLIGHTER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_CLANGCOMMON_CLANGHIGHLIGHTER_H #include "lldb/Utility/Stream.h" #include "llvm/ADT/StringSet.h" @@ -34,4 +34,4 @@ public: } // namespace lldb_private -#endif // liblldb_ClangHighlighter_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CLANGCOMMON_CLANGHIGHLIGHTER_H diff --git a/lldb/source/Plugins/Language/ObjC/CF.h b/lldb/source/Plugins/Language/ObjC/CF.h index 2abb56d..6165e1c 100644 --- a/lldb/source/Plugins/Language/ObjC/CF.h +++ b/lldb/source/Plugins/Language/ObjC/CF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CF_h_ -#define liblldb_CF_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_CF_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_CF_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -29,4 +29,4 @@ bool CFAbsoluteTimeSummaryProvider(ValueObject &valobj, Stream &stream, } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_CF_H diff --git a/lldb/source/Plugins/Language/ObjC/Cocoa.h b/lldb/source/Plugins/Language/ObjC/Cocoa.h index 388e6f0..a195d62 100644 --- a/lldb/source/Plugins/Language/ObjC/Cocoa.h +++ b/lldb/source/Plugins/Language/ObjC/Cocoa.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_Cocoa_h_ -#define liblldb_Cocoa_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COCOA_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COCOA_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -113,4 +113,4 @@ public: } // namespace formatters } // namespace lldb_private -#endif // liblldb_Cocoa_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COCOA_H diff --git a/lldb/source/Plugins/Language/ObjC/CoreMedia.h b/lldb/source/Plugins/Language/ObjC/CoreMedia.h index 79abb67..7fd8560 100644 --- a/lldb/source/Plugins/Language/ObjC/CoreMedia.h +++ b/lldb/source/Plugins/Language/ObjC/CoreMedia.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CoreMedia_h_ -#define liblldb_CoreMedia_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COREMEDIA_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COREMEDIA_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -22,4 +22,4 @@ bool CMTimeSummaryProvider(ValueObject &valobj, Stream &stream, } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COREMEDIA_H diff --git a/lldb/source/Plugins/Language/ObjC/NSDictionary.h b/lldb/source/Plugins/Language/ObjC/NSDictionary.h index 44d56f9..cc338e2 100644 --- a/lldb/source/Plugins/Language/ObjC/NSDictionary.h +++ b/lldb/source/Plugins/Language/ObjC/NSDictionary.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NSDictionary_h_ -#define liblldb_NSDictionary_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -91,4 +91,4 @@ public: } // namespace formatters } // namespace lldb_private -#endif // liblldb_NSDictionary_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H diff --git a/lldb/source/Plugins/Language/ObjC/NSSet.h b/lldb/source/Plugins/Language/ObjC/NSSet.h index f11b6d4..3ad1f69 100644 --- a/lldb/source/Plugins/Language/ObjC/NSSet.h +++ b/lldb/source/Plugins/Language/ObjC/NSSet.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NSSet_h_ -#define liblldb_NSSet_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSET_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSET_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -36,4 +36,4 @@ public: } // namespace formatters } // namespace lldb_private -#endif // liblldb_NSSet_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSET_H diff --git a/lldb/source/Plugins/Language/ObjC/NSString.h b/lldb/source/Plugins/Language/ObjC/NSString.h index 699d8eb..a68cc6c 100644 --- a/lldb/source/Plugins/Language/ObjC/NSString.h +++ b/lldb/source/Plugins/Language/ObjC/NSString.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NSString_h_ -#define liblldb_NSString_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSTRING_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSTRING_H #include "lldb/Core/ValueObject.h" #include "lldb/DataFormatters/TypeSummary.h" @@ -39,4 +39,4 @@ public: } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSTRING_H diff --git a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h index 3e2cc09..bed62a5 100644 --- a/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h +++ b/lldb/source/Plugins/Language/ObjC/ObjCLanguage.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjCLanguage_h_ -#define liblldb_ObjCLanguage_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCLANGUAGE_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCLANGUAGE_H #include #include @@ -160,4 +160,4 @@ public: } // namespace lldb_private -#endif // liblldb_ObjCLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCLANGUAGE_H diff --git a/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h b/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h index 6224a3f..4b3d236 100644 --- a/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h +++ b/lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjCPlusPlusLanguage_h_ -#define liblldb_ObjCPlusPlusLanguage_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGE_OBJCPLUSPLUS_OBJCPLUSPLUSLANGUAGE_H +#define LLDB_SOURCE_PLUGINS_LANGUAGE_OBJCPLUSPLUS_OBJCPLUSPLUSLANGUAGE_H #include "Plugins/Language/ClangCommon/ClangHighlighter.h" #include "lldb/Target/Language.h" @@ -48,4 +48,4 @@ public: } // namespace lldb_private -#endif // liblldb_CPlusPlusLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJCPLUSPLUS_OBJCPLUSPLUSLANGUAGE_H diff --git a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h index abdd79f..e83d578 100644 --- a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CPPLanguageRuntime_h_ -#define liblldb_CPPLanguageRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_CPPLANGUAGERUNTIME_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_CPPLANGUAGERUNTIME_H #include @@ -95,4 +95,4 @@ private: } // namespace lldb_private -#endif // liblldb_CPPLanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_CPPLANGUAGERUNTIME_H diff --git a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h index 97cc81b..3565267 100644 --- a/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ItaniumABILanguageRuntime_h_ -#define liblldb_ItaniumABILanguageRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H #include #include @@ -114,4 +114,4 @@ private: } // namespace lldb_private -#endif // liblldb_ItaniumABILanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h index b8ba9db..56728cf 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCClassDescriptorV2_h_ -#define liblldb_AppleObjCClassDescriptorV2_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCCLASSDESCRIPTORV2_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCCLASSDESCRIPTORV2_H #include @@ -328,4 +328,4 @@ private: } // namespace lldb_private -#endif // liblldb_AppleObjCClassDescriptorV2_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCCLASSDESCRIPTORV2_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h index 0d66cc7..c1201b9 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCDeclVendor_h_ -#define liblldb_AppleObjCDeclVendor_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCDECLVENDOR_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCDECLVENDOR_H #include "lldb/lldb-private.h" @@ -50,4 +50,4 @@ private: } // namespace lldb_private -#endif // liblldb_AppleObjCDeclVendor_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCDECLVENDOR_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h index d8959b4..e979087 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCRuntime_h_ -#define liblldb_AppleObjCRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIME_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIME_H #include "llvm/ADT/Optional.h" @@ -132,4 +132,4 @@ protected: } // namespace lldb_private -#endif // liblldb_AppleObjCRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIME_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h index 6fdae63..540fdba 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCRuntimeV1_h_ -#define liblldb_AppleObjCRuntimeV1_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV1_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV1_H #include "AppleObjCRuntime.h" #include "lldb/lldb-private.h" @@ -153,4 +153,4 @@ private: } // namespace lldb_private -#endif // liblldb_AppleObjCRuntimeV1_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV1_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h index 785bb39..f5b2fd3 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCRuntimeV2_h_ -#define liblldb_AppleObjCRuntimeV2_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV2_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV2_H #include #include @@ -337,4 +337,4 @@ private: } // namespace lldb_private -#endif // liblldb_AppleObjCRuntimeV2_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV2_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h index 91ca03c..d9fe490 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleObjCTrampolineHandler_h_ -#define lldb_AppleObjCTrampolineHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTRAMPOLINEHANDLER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTRAMPOLINEHANDLER_H #include #include @@ -160,4 +160,4 @@ private: } // namespace lldb_private -#endif // lldb_AppleObjCTrampolineHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTRAMPOLINEHANDLER_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h index 07774297..9a10896 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AppleObjCTypeEncodingParser_h_ -#define liblldb_AppleObjCTypeEncodingParser_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTYPEENCODINGPARSER_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTYPEENCODINGPARSER_H #include "clang/AST/ASTContext.h" @@ -70,4 +70,4 @@ private: } // namespace lldb_private -#endif // liblldb_AppleObjCTypeEncodingParser_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTYPEENCODINGPARSER_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h index 01f7b38..89aed89 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleThreadPlanStepThroughObjCTrampoline_h_ -#define lldb_AppleThreadPlanStepThroughObjCTrampoline_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLETHREADPLANSTEPTHROUGHOBJCTRAMPOLINE_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLETHREADPLANSTEPTHROUGHOBJCTRAMPOLINE_H #include "AppleObjCTrampolineHandler.h" #include "lldb/Core/Value.h" @@ -113,4 +113,4 @@ protected: } // namespace lldb_private -#endif // lldb_AppleThreadPlanStepThroughObjCTrampoline_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLETHREADPLANSTEPTHROUGHOBJCTRAMPOLINE_H diff --git a/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h b/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h index cbc1f4b..2388a9a 100644 --- a/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjCLanguageRuntime_h_ -#define liblldb_ObjCLanguageRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_OBJCLANGUAGERUNTIME_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_OBJCLANGUAGERUNTIME_H #include #include @@ -422,4 +422,4 @@ protected: } // namespace lldb_private -#endif // liblldb_ObjCLanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_OBJCLANGUAGERUNTIME_H diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h index 3ec4e37..52da677 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_RENDERSCRIPT_EXPROPTS_H -#define LLDB_RENDERSCRIPT_EXPROPTS_H +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTEXPRESSIONOPTS_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTEXPRESSIONOPTS_H #include "llvm/IR/Module.h" #include "llvm/Support/TargetRegistry.h" diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h index a284a4f..cf0aaa6 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RenderScriptRuntime_h_ -#define liblldb_RenderScriptRuntime_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTRUNTIME_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTRUNTIME_H #include #include @@ -588,4 +588,4 @@ private: } // namespace lldb_private -#endif // liblldb_RenderScriptRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTRUNTIME_H diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h index c25e240..03d3a78 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h @@ -6,12 +6,12 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RenderScriptScriptGroup_h_ -#define liblldb_RenderScriptScriptGroup_h_ +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H #include "lldb/Interpreter/CommandInterpreter.h" lldb::CommandObjectSP NewCommandObjectRenderScriptScriptGroup( lldb_private::CommandInterpreter &interpreter); -#endif // liblldb_RenderScriptScriptGroup_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTSCRIPTGROUP_H diff --git a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h index a5efc99..7836fff 100644 --- a/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h +++ b/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_RENDERSCRIPT_X86_H -#define LLDB_RENDERSCRIPT_X86_H +#ifndef LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTX86ABIFIXUPS_H +#define LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTX86ABIFIXUPS_H #include "llvm/IR/Module.h" diff --git a/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h b/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h index 266576b..e9fe37d 100644 --- a/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h +++ b/lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MemoryHistoryASan_h_ -#define liblldb_MemoryHistoryASan_h_ +#ifndef LLDB_SOURCE_PLUGINS_MEMORYHISTORY_ASAN_MEMORYHISTORYASAN_H +#define LLDB_SOURCE_PLUGINS_MEMORYHISTORY_ASAN_MEMORYHISTORYASAN_H #include "lldb/Target/ABI.h" #include "lldb/Target/MemoryHistory.h" @@ -45,4 +45,4 @@ private: } // namespace lldb_private -#endif // liblldb_MemoryHistoryASan_h_ +#endif // LLDB_SOURCE_PLUGINS_MEMORYHISTORY_ASAN_MEMORYHISTORYASAN_H diff --git a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h index 5d9c013..f6862af 100644 --- a/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h +++ b/lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectContainerBSDArchive_h_ -#define liblldb_ObjectContainerBSDArchive_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_BSD_ARCHIVE_OBJECTCONTAINERBSDARCHIVE_H +#define LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_BSD_ARCHIVE_OBJECTCONTAINERBSDARCHIVE_H #include "lldb/Core/UniqueCStringMap.h" #include "lldb/Symbol/ObjectContainer.h" @@ -174,4 +174,4 @@ protected: Archive::shared_ptr m_archive_sp; }; -#endif // liblldb_ObjectContainerBSDArchive_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_BSD_ARCHIVE_OBJECTCONTAINERBSDARCHIVE_H diff --git a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h b/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h index 5130497..a5eac0a 100644 --- a/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h +++ b/lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectContainerUniversalMachO_h_ -#define liblldb_ObjectContainerUniversalMachO_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_UNIVERSAL_MACH_O_OBJECTCONTAINERUNIVERSALMACHO_H +#define LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_UNIVERSAL_MACH_O_OBJECTCONTAINERUNIVERSALMACHO_H #include "lldb/Host/SafeMachO.h" #include "lldb/Symbol/ObjectContainer.h" @@ -72,4 +72,4 @@ protected: std::vector &fat_archs); }; -#endif // liblldb_ObjectContainerUniversalMachO_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_UNIVERSAL_MACH_O_OBJECTCONTAINERUNIVERSALMACHO_H diff --git a/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h b/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h index 27bef97..1620a12 100644 --- a/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h +++ b/lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H -#define LLDB_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H #include "lldb/Utility/UUID.h" #include "lldb/lldb-types.h" @@ -183,4 +183,4 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const StackWinRecord &R); } // namespace breakpad } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H diff --git a/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h b/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h index cb4bba0..8724fea 100644 --- a/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h +++ b/lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H -#define LLDB_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H #include "lldb/Symbol/ObjectFile.h" #include "lldb/Utility/ArchSpec.h" @@ -103,4 +103,4 @@ private: } // namespace breakpad } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H diff --git a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h index bb228e2..963cc85 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h +++ b/lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h @@ -17,8 +17,8 @@ /// reading both 32 and 64 bit instances of the object. //===----------------------------------------------------------------------===// -#ifndef liblldb_ELFHeader_h_ -#define liblldb_ELFHeader_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_ELFHEADER_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_ELFHEADER_H #include "llvm/BinaryFormat/ELF.h" @@ -391,4 +391,4 @@ struct ELFRela { } // End namespace elf. -#endif // #ifndef liblldb_ELFHeader_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_ELFHEADER_H diff --git a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h index d3f6203..062271f 100644 --- a/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h +++ b/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectFileELF_h_ -#define liblldb_ObjectFileELF_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_OBJECTFILEELF_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_OBJECTFILEELF_H #include @@ -394,4 +394,4 @@ private: std::shared_ptr GetGnuDebugDataObjectFile(); }; -#endif // liblldb_ObjectFileELF_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_OBJECTFILEELF_H diff --git a/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h b/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h index c992683..a3a1ace 100644 --- a/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h +++ b/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectFileJIT_h_ -#define liblldb_ObjectFileJIT_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_JIT_OBJECTFILEJIT_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_JIT_OBJECTFILEJIT_H #include "lldb/Core/Address.h" #include "lldb/Symbol/ObjectFile.h" @@ -104,4 +104,4 @@ protected: lldb::ObjectFileJITDelegateWP m_delegate_wp; }; -#endif // liblldb_ObjectFileJIT_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_JIT_OBJECTFILEJIT_H diff --git a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h index eb84329..fe34245 100644 --- a/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h +++ b/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectFileMachO_h_ -#define liblldb_ObjectFileMachO_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_MACH_O_OBJECTFILEMACHO_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_MACH_O_OBJECTFILEMACHO_H #include "lldb/Core/Address.h" #include "lldb/Core/FileSpecList.h" @@ -230,4 +230,4 @@ protected: bool m_allow_assembly_emulation_unwind_plans; }; -#endif // liblldb_ObjectFileMachO_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_MACH_O_OBJECTFILEMACHO_H diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h index c0efe70..4cb016e 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h +++ b/lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ObjectFilePECOFF_h_ -#define liblldb_ObjectFilePECOFF_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_OBJECTFILEPECOFF_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_OBJECTFILEPECOFF_H #include @@ -306,4 +306,4 @@ private: lldb_private::UUID m_uuid; }; -#endif // liblldb_ObjectFilePECOFF_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_OBJECTFILEPECOFF_H diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h b/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h index b5932dc..7c2a479 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h +++ b/lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PECallFrameInfo_h_ -#define liblldb_PECallFrameInfo_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_PECALLFRAMEINFO_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_PECALLFRAMEINFO_H #include "lldb/Symbol/CallFrameInfo.h" #include "lldb/Utility/DataExtractor.h" @@ -44,4 +44,4 @@ private: lldb_private::DataExtractor m_exception_dir; }; -#endif // liblldb_PECallFrameInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_PECALLFRAMEINFO_H diff --git a/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h b/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h index 9aaed69..04b93e22 100644 --- a/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h +++ b/lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_WindowsMiniDump_h_ -#define liblldb_WindowsMiniDump_h_ +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_WINDOWSMINIDUMP_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_WINDOWSMINIDUMP_H #include "lldb/Target/Process.h" diff --git a/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h b/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h index 5fedd06..b6e906a 100644 --- a/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h +++ b/lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H -#define LLDB_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H +#ifndef LLDB_SOURCE_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H +#define LLDB_SOURCE_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H #include "lldb/Symbol/ObjectFile.h" #include "lldb/Utility/ArchSpec.h" @@ -148,4 +148,4 @@ private: } // namespace wasm } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H diff --git a/lldb/source/Plugins/Platform/Android/AdbClient.h b/lldb/source/Plugins/Platform/Android/AdbClient.h index 035796b..04ad381 100644 --- a/lldb/source/Plugins/Platform/Android/AdbClient.h +++ b/lldb/source/Plugins/Platform/Android/AdbClient.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AdbClient_h_ -#define liblldb_AdbClient_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H #include "lldb/Utility/Status.h" #include @@ -137,4 +137,4 @@ private: } // namespace platform_android } // namespace lldb_private -#endif // liblldb_AdbClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h index b710a7f..4378a52 100644 --- a/lldb/source/Plugins/Platform/Android/PlatformAndroid.h +++ b/lldb/source/Plugins/Platform/Android/PlatformAndroid.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformAndroid_h_ -#define liblldb_PlatformAndroid_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROID_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROID_H #include #include @@ -83,4 +83,4 @@ private: } // namespace platofor_android } // namespace lldb_private -#endif // liblldb_PlatformAndroid_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROID_H diff --git a/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h b/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h index c4421a3..5f7f9d8 100644 --- a/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h +++ b/lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformAndroidRemoteGDBServer_h_ -#define liblldb_PlatformAndroidRemoteGDBServer_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROIDREMOTEGDBSERVER_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROIDREMOTEGDBSERVER_H #include #include @@ -60,4 +60,4 @@ private: } // namespace platform_android } // namespace lldb_private -#endif // liblldb_PlatformAndroidRemoteGDBServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROIDREMOTEGDBSERVER_H diff --git a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h index e3a3aa7..f958817 100644 --- a/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h +++ b/lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformFreeBSD_h_ -#define liblldb_PlatformFreeBSD_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_FREEBSD_PLATFORMFREEBSD_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_FREEBSD_PLATFORMFREEBSD_H #include "Plugins/Platform/POSIX/PlatformPOSIX.h" @@ -68,4 +68,4 @@ private: } // namespace platform_freebsd } // namespace lldb_private -#endif // liblldb_PlatformFreeBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_FREEBSD_PLATFORMFREEBSD_H diff --git a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h index 67d211a..5d2f0d1 100644 --- a/lldb/source/Plugins/Platform/Linux/PlatformLinux.h +++ b/lldb/source/Plugins/Platform/Linux/PlatformLinux.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformLinux_h_ -#define liblldb_PlatformLinux_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_LINUX_PLATFORMLINUX_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_LINUX_PLATFORMLINUX_H #include "Plugins/Platform/POSIX/PlatformPOSIX.h" @@ -66,4 +66,4 @@ private: } // namespace platform_linux } // namespace lldb_private -#endif // liblldb_PlatformLinux_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_LINUX_PLATFORMLINUX_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h index ec5f157..5dd669a 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformAppleSimulator_h_ -#define liblldb_PlatformAppleSimulator_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLESIMULATOR_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLESIMULATOR_H #include @@ -60,4 +60,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformAppleSimulator); }; -#endif // liblldb_PlatformAppleSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLESIMULATOR_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h index 0005eab..34cbff9 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformAppleTVSimulator_h_ -#define liblldb_PlatformAppleTVSimulator_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLETVSIMULATOR_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLETVSIMULATOR_H #include "PlatformDarwin.h" @@ -83,4 +83,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformAppleTVSimulator); }; -#endif // liblldb_PlatformAppleTVSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLETVSIMULATOR_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h index d8ffa05..04c3eb1 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformAppleWatchSimulator_h_ -#define liblldb_PlatformAppleWatchSimulator_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLEWATCHSIMULATOR_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLEWATCHSIMULATOR_H #include "PlatformDarwin.h" @@ -83,4 +83,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformAppleWatchSimulator); }; -#endif // liblldb_PlatformAppleWatchSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLEWATCHSIMULATOR_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h index ccf6853..28e458d 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformDarwin_h_ -#define liblldb_PlatformDarwin_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWIN_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWIN_H #include "Plugins/Platform/POSIX/PlatformPOSIX.h" #include "lldb/Host/FileSystem.h" @@ -135,4 +134,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformDarwin); }; -#endif // liblldb_PlatformDarwin_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWIN_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h index 31c13d2..850c8b9 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformDarwinKernel_h_ -#define liblldb_PlatformDarwinKernel_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWINKERNEL_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWINKERNEL_H #include "lldb/Utility/ConstString.h" @@ -196,4 +196,4 @@ public: #endif // __APPLE__ -#endif // liblldb_PlatformDarwinKernel_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWINKERNEL_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h b/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h index 5e942f0..82568ef 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformMacOSX_h_ -#define liblldb_PlatformMacOSX_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMMACOSX_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMMACOSX_H #include "PlatformDarwin.h" @@ -80,4 +80,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformMacOSX); }; -#endif // liblldb_PlatformMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMMACOSX_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h index 3ecd20f..b839dfa 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteAppleBridge_h_ -#define liblldb_PlatformRemoteAppleBridge_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEBRIDGE_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEBRIDGE_H #include @@ -61,4 +61,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleBridge); }; -#endif // liblldb_PlatformRemoteAppleBridge_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEBRIDGE_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h index ce2e164..cef8b10 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteAppleTV_h_ -#define liblldb_PlatformRemoteAppleTV_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLETV_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLETV_H #include @@ -61,4 +61,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleTV); }; -#endif // liblldb_PlatformRemoteAppleTV_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLETV_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h index 6cd470d..0181322 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteAppleWatch_h_ -#define liblldb_PlatformRemoteAppleWatch_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEWATCH_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEWATCH_H #include #include @@ -64,4 +64,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleWatch); }; -#endif // liblldb_PlatformRemoteAppleWatch_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEWATCH_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h index 5e0b7d9..baf004b 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteDarwinDevice_h_ -#define liblldb_PlatformRemoteDarwinDevice_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H #include @@ -106,4 +106,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformRemoteDarwinDevice); }; -#endif // liblldb_PlatformRemoteDarwinDevice_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h index a0eb523..a09ddaf 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteiOS_h_ -#define liblldb_PlatformRemoteiOS_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEIOS_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEIOS_H #include @@ -60,4 +60,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformRemoteiOS); }; -#endif // liblldb_PlatformRemoteiOS_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEIOS_H diff --git a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h index d766929..a3110ee 100644 --- a/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h +++ b/lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformiOSSimulator_h_ -#define liblldb_PlatformiOSSimulator_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMIOSSIMULATOR_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMIOSSIMULATOR_H #include #include @@ -85,4 +85,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformiOSSimulator); }; -#endif // liblldb_PlatformiOSSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMIOSSIMULATOR_H diff --git a/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h b/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h index 0a75371..5104e48 100644 --- a/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h +++ b/lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformiOSSimulatorCoreSimulatorSupport_h_ -#define liblldb_PlatformiOSSimulatorCoreSimulatorSupport_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_OBJCXX_PLATFORMIOSSIMULATORCORESIMULATORSUPPORT_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_OBJCXX_PLATFORMIOSSIMULATORCORESIMULATORSUPPORT_H #include #include @@ -217,4 +217,4 @@ private: }; } -#endif // liblldb_PlatformiOSSimulatorCoreSimulatorSupport_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_OBJCXX_PLATFORMIOSSIMULATORCORESIMULATORSUPPORT_H diff --git a/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h b/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h index 0584d92..26b4550 100644 --- a/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h +++ b/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformNetBSD_h_ -#define liblldb_PlatformNetBSD_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_NETBSD_PLATFORMNETBSD_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_NETBSD_PLATFORMNETBSD_H #include "Plugins/Platform/POSIX/PlatformPOSIX.h" @@ -66,4 +66,4 @@ private: } // namespace platform_netbsd } // namespace lldb_private -#endif // liblldb_PlatformNetBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_NETBSD_PLATFORMNETBSD_H diff --git a/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h b/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h index 3cb724f..39a57e4 100644 --- a/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h +++ b/lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformOpenBSD_h_ -#define liblldb_PlatformOpenBSD_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_OPENBSD_PLATFORMOPENBSD_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_OPENBSD_PLATFORMOPENBSD_H #include "Plugins/Platform/POSIX/PlatformPOSIX.h" @@ -60,4 +60,4 @@ private: } // namespace platform_openbsd } // namespace lldb_private -#endif // liblldb_PlatformOpenBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_OPENBSD_PLATFORMOPENBSD_H diff --git a/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h b/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h index 5858f990..6bd438a 100644 --- a/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h +++ b/lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformPOSIX_h_ -#define liblldb_PlatformPOSIX_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_POSIX_PLATFORMPOSIX_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_POSIX_PLATFORMPOSIX_H #include #include @@ -108,4 +108,4 @@ private: DISALLOW_COPY_AND_ASSIGN(PlatformPOSIX); }; -#endif // liblldb_PlatformPOSIX_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_POSIX_PLATFORMPOSIX_H diff --git a/lldb/source/Plugins/Platform/Windows/PlatformWindows.h b/lldb/source/Plugins/Platform/Windows/PlatformWindows.h index 5740001..1931dd9 100644 --- a/lldb/source/Plugins/Platform/Windows/PlatformWindows.h +++ b/lldb/source/Plugins/Platform/Windows/PlatformWindows.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformWindows_h_ -#define liblldb_PlatformWindows_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_WINDOWS_PLATFORMWINDOWS_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_WINDOWS_PLATFORMWINDOWS_H #include "lldb/Target/RemoteAwarePlatform.h" @@ -77,4 +77,4 @@ private: } // namespace lldb_private -#endif // liblldb_PlatformWindows_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_WINDOWS_PLATFORMWINDOWS_H diff --git a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h index 13edcba..ee195d9 100644 --- a/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h +++ b/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_PlatformRemoteGDBServer_h_ -#define liblldb_PlatformRemoteGDBServer_h_ +#ifndef LLDB_SOURCE_PLUGINS_PLATFORM_GDB_SERVER_PLATFORMREMOTEGDBSERVER_H +#define LLDB_SOURCE_PLUGINS_PLATFORM_GDB_SERVER_PLATFORMREMOTEGDBSERVER_H #include @@ -198,4 +198,4 @@ private: } // namespace platform_gdb_server } // namespace lldb_private -#endif // liblldb_PlatformRemoteGDBServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_GDB_SERVER_PLATFORMREMOTEGDBSERVER_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h b/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h index 47013c9..2f5c904 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_CommunicationKDP_h_ -#define liblldb_CommunicationKDP_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_COMMUNICATIONKDP_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_COMMUNICATIONKDP_H #include #include @@ -244,4 +244,4 @@ private: DISALLOW_COPY_AND_ASSIGN(CommunicationKDP); }; -#endif // liblldb_CommunicationKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_COMMUNICATIONKDP_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h index a7f8466..61db72d 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessKDP_h_ -#define liblldb_ProcessKDP_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDP_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDP_H #include #include @@ -190,4 +189,4 @@ private: DISALLOW_COPY_AND_ASSIGN(ProcessKDP); }; -#endif // liblldb_ProcessKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDP_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h index c22dd98..91b1b6e4 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessKDPLog_h_ -#define liblldb_ProcessKDPLog_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDPLOG_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDPLOG_H #include "lldb/Utility/Log.h" @@ -39,4 +39,4 @@ public: }; } -#endif // liblldb_ProcessKDPLog_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDPLOG_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h index e31da42..616aff8 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextKDP_arm_h_ -#define liblldb_RegisterContextKDP_arm_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM_H #include "Plugins/Process/Utility/RegisterContextDarwin_arm.h" @@ -40,4 +39,4 @@ protected: ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h index 29dfc67..998a78a 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h @@ -7,9 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextKDP_arm64_h_ -#define liblldb_RegisterContextKDP_arm64_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM64_H #include "Plugins/Process/Utility/RegisterContextDarwin_arm64.h" @@ -41,4 +40,4 @@ protected: ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM64_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h index fd48fbd..f32c88e 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextKDP_i386_h_ -#define liblldb_RegisterContextKDP_i386_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_I386_H #include "Plugins/Process/Utility/RegisterContextDarwin_i386.h" @@ -35,4 +35,4 @@ protected: ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_I386_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h index 7962309..c4aad97 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextKDP_x86_64_h_ -#define liblldb_RegisterContextKDP_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_X86_64_H #include "Plugins/Process/Utility/RegisterContextDarwin_x86_64.h" @@ -35,4 +35,4 @@ protected: ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_X86_64_H diff --git a/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h b/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h index 9971ea7..c75540a 100644 --- a/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h +++ b/lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadKDP_h_ -#define liblldb_ThreadKDP_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_THREADKDP_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_THREADKDP_H #include @@ -69,4 +69,4 @@ protected: virtual bool CalculateStopInfo(); }; -#endif // liblldb_ThreadKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_THREADKDP_H diff --git a/lldb/source/Plugins/Process/Utility/ARMDefines.h b/lldb/source/Plugins/Process/Utility/ARMDefines.h index 1f7eb54..fd3965f 100644 --- a/lldb/source/Plugins/Process/Utility/ARMDefines.h +++ b/lldb/source/Plugins/Process/Utility/ARMDefines.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ARMDefines_h_ -#define lldb_ARMDefines_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMDEFINES_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMDEFINES_H #include "llvm/Support/ErrorHandling.h" @@ -188,4 +188,4 @@ static inline bool ARMConditionPassed(const uint32_t condition, } // namespace lldb_private -#endif // lldb_ARMDefines_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMDEFINES_H diff --git a/lldb/source/Plugins/Process/Utility/ARMUtils.h b/lldb/source/Plugins/Process/Utility/ARMUtils.h index d860348..bbe4c9a 100644 --- a/lldb/source/Plugins/Process/Utility/ARMUtils.h +++ b/lldb/source/Plugins/Process/Utility/ARMUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ARMUtils_h_ -#define lldb_ARMUtils_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMUTILS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMUTILS_H #include "ARMDefines.h" #include "InstructionUtils.h" @@ -371,4 +371,4 @@ static inline bool BadReg(uint32_t n) { return n == 13 || n == 15; } } // namespace lldb_private -#endif // lldb_ARMUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMUTILS_H diff --git a/lldb/source/Plugins/Process/Utility/AuxVector.h b/lldb/source/Plugins/Process/Utility/AuxVector.h index c16be68..c8c8b12 100644 --- a/lldb/source/Plugins/Process/Utility/AuxVector.h +++ b/lldb/source/Plugins/Process/Utility/AuxVector.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_AuxVector_H_ -#define liblldb_AuxVector_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_AUXVECTOR_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_AUXVECTOR_H #include "lldb/Utility/DataExtractor.h" #include "lldb/Utility/Log.h" diff --git a/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h b/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h index aacf547..4893937 100644 --- a/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h +++ b/lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_DynamicRegisterInfo_h_ -#define lldb_DynamicRegisterInfo_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_DYNAMICREGISTERINFO_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_DYNAMICREGISTERINFO_H #include #include @@ -90,4 +90,4 @@ protected: // all registers bool m_finalized = false; }; -#endif // lldb_DynamicRegisterInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_DYNAMICREGISTERINFO_H diff --git a/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h b/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h index 75462f3..c4c810e 100644 --- a/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h +++ b/lldb/source/Plugins/Process/Utility/FreeBSDSignals.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_FreeBSDSignals_H_ -#define liblldb_FreeBSDSignals_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_FREEBSDSIGNALS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_FREEBSDSIGNALS_H #include "lldb/Target/UnixSignals.h" @@ -24,4 +24,4 @@ private: } // namespace lldb_private -#endif // liblldb_FreeBSDSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_FREEBSDSIGNALS_H diff --git a/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h b/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h index a02dd06..d37757a 100644 --- a/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h +++ b/lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteSignals_H_ -#define liblldb_GDBRemoteSignals_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_GDBREMOTESIGNALS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_GDBREMOTESIGNALS_H #include "lldb/Target/UnixSignals.h" @@ -26,4 +26,4 @@ private: } // namespace lldb_private -#endif // liblldb_GDBRemoteSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_GDBREMOTESIGNALS_H diff --git a/lldb/source/Plugins/Process/Utility/HistoryThread.h b/lldb/source/Plugins/Process/Utility/HistoryThread.h index 1e26586..434cf6a 100644 --- a/lldb/source/Plugins/Process/Utility/HistoryThread.h +++ b/lldb/source/Plugins/Process/Utility/HistoryThread.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_HistoryThread_h_ -#define liblldb_HistoryThread_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYTHREAD_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYTHREAD_H #include @@ -88,4 +88,4 @@ protected: } // namespace lldb_private -#endif // liblldb_HistoryThread_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYTHREAD_H diff --git a/lldb/source/Plugins/Process/Utility/HistoryUnwind.h b/lldb/source/Plugins/Process/Utility/HistoryUnwind.h index 4d16608..b15abd9 100644 --- a/lldb/source/Plugins/Process/Utility/HistoryUnwind.h +++ b/lldb/source/Plugins/Process/Utility/HistoryUnwind.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_HistoryUnwind_h_ -#define liblldb_HistoryUnwind_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYUNWIND_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYUNWIND_H #include @@ -39,4 +39,4 @@ private: } // namespace lldb_private -#endif // liblldb_HistoryUnwind_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYUNWIND_H diff --git a/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h b/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h index 2008c5f..3623e10 100644 --- a/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h +++ b/lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_InferiorCallPOSIX_h_ -#define lldb_InferiorCallPOSIX_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INFERIORCALLPOSIX_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INFERIORCALLPOSIX_H // Inferior execution of POSIX functions. @@ -32,4 +32,4 @@ bool InferiorCallMunmap(Process *proc, lldb::addr_t addr, lldb::addr_t length); } // namespace lldb_private -#endif // lldb_InferiorCallPOSIX_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INFERIORCALLPOSIX_H diff --git a/lldb/source/Plugins/Process/Utility/InstructionUtils.h b/lldb/source/Plugins/Process/Utility/InstructionUtils.h index f74933e..55b8944 100644 --- a/lldb/source/Plugins/Process/Utility/InstructionUtils.h +++ b/lldb/source/Plugins/Process/Utility/InstructionUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_InstructionUtils_h_ -#define lldb_InstructionUtils_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INSTRUCTIONUTILS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INSTRUCTIONUTILS_H #include #include @@ -113,4 +113,4 @@ static inline int64_t SignedBits(const uint64_t value, const uint64_t msbit, } // namespace lldb_private -#endif // lldb_InstructionUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INSTRUCTIONUTILS_H diff --git a/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h b/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h index e1f0e48..363f248 100644 --- a/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h +++ b/lldb/source/Plugins/Process/Utility/LinuxProcMaps.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LinuxProcMaps_H_ -#define liblldb_LinuxProcMaps_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXPROCMAPS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXPROCMAPS_H #include "lldb/lldb-forward.h" #include "llvm/ADT/StringRef.h" @@ -24,4 +24,4 @@ void ParseLinuxMapRegions(llvm::StringRef linux_map, } // namespace lldb_private -#endif // liblldb_LinuxProcMaps_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXPROCMAPS_H diff --git a/lldb/source/Plugins/Process/Utility/LinuxSignals.h b/lldb/source/Plugins/Process/Utility/LinuxSignals.h index 7ad8cfc..32c4744 100644 --- a/lldb/source/Plugins/Process/Utility/LinuxSignals.h +++ b/lldb/source/Plugins/Process/Utility/LinuxSignals.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_LinuxSignals_H_ -#define liblldb_LinuxSignals_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXSIGNALS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXSIGNALS_H #include "lldb/Target/UnixSignals.h" @@ -24,4 +24,4 @@ private: } // namespace lldb_private -#endif // liblldb_LinuxSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXSIGNALS_H diff --git a/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h b/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h index b5e3ed8..6b78fc7 100644 --- a/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h +++ b/lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MipsLinuxSignals_H_ -#define liblldb_MipsLinuxSignals_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_MIPSLINUXSIGNALS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_MIPSLINUXSIGNALS_H #include "lldb/Target/UnixSignals.h" @@ -25,4 +25,4 @@ private: } // namespace lldb_private -#endif // liblldb_MipsLinuxSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_MIPSLINUXSIGNALS_H diff --git a/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h b/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h index b285c47..ae87130 100644 --- a/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h +++ b/lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_PROCESS_UTIILTY_NATIVE_REGISTER_CONTEXT_REGISTER_INFO -#define LLDB_PLUGINS_PROCESS_UTIILTY_NATIVE_REGISTER_CONTEXT_REGISTER_INFO +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NATIVEREGISTERCONTEXTREGISTERINFO_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NATIVEREGISTERCONTEXTREGISTERINFO_H #include diff --git a/lldb/source/Plugins/Process/Utility/NetBSDSignals.h b/lldb/source/Plugins/Process/Utility/NetBSDSignals.h index bf7399a..e6740a3 100644 --- a/lldb/source/Plugins/Process/Utility/NetBSDSignals.h +++ b/lldb/source/Plugins/Process/Utility/NetBSDSignals.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_NetBSDSignals_H_ -#define liblldb_NetBSDSignals_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NETBSDSIGNALS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NETBSDSIGNALS_H #include "lldb/Target/UnixSignals.h" @@ -24,4 +24,4 @@ private: } // namespace lldb_private -#endif // liblldb_NetBSDSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NETBSDSIGNALS_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h b/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h index ef40162..21582df 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_REGISTERCONTEXTDARWINCONSTANTS_H -#define LLDB_REGISTERCONTEXTDARWINCONSTANTS_H +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWINCONSTANTS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWINCONSTANTS_H namespace lldb_private { @@ -22,4 +22,4 @@ namespace lldb_private { } // namespace lldb_private -#endif // LLDB_REGISTERCONTEXTDARWINCONSTANTS_H +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWINCONSTANTS_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h index d7c1809..1bd60f7 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextDarwin_arm_h_ -#define liblldb_RegisterContextDarwin_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM_H #include "lldb/Target/RegisterContext.h" #include "lldb/lldb-private.h" @@ -261,4 +261,4 @@ protected: static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h index abb87e3..010e566 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextDarwin_arm64_h_ -#define liblldb_RegisterContextDarwin_arm64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM64_H #include "lldb/Target/RegisterContext.h" #include "lldb/lldb-private.h" @@ -228,4 +228,4 @@ protected: static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM64_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h index e52f0fe..9c759c3 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextDarwin_i386_h_ -#define liblldb_RegisterContextDarwin_i386_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_I386_H #include "lldb/Target/RegisterContext.h" #include "lldb/lldb-private.h" @@ -205,4 +205,4 @@ protected: static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_I386_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h index 1a65a4f..d9ba8d0 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextDarwin_x86_64_h_ -#define liblldb_RegisterContextDarwin_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_X86_64_H #include "lldb/Target/RegisterContext.h" #include "lldb/lldb-private.h" @@ -210,4 +210,4 @@ protected: static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_X86_64_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h b/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h index bdaa221..059a3a4 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextDummy.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextDummy_h_ -#define lldb_RegisterContextDummy_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDUMMY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDUMMY_H #include @@ -61,4 +61,4 @@ private: } // namespace lldb_private -#endif // lldb_RegisterContextDummy_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDUMMY_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h index 7aadf3a..5a3e5b05 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextFreeBSD_i386_H_ -#define liblldb_RegisterContextFreeBSD_i386_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_I386_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h index 96f02b4..39968ea 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextFreeBSD_mips64_H_ -#define liblldb_RegisterContextFreeBSD_mips64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_MIPS64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_MIPS64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h index ba27511..7e4c43b 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextFreeBSD_powerpc_h_ -#define liblldb_RegisterContextFreeBSD_powerpc_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_POWERPC_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_POWERPC_H #include "RegisterInfoInterface.h" @@ -49,4 +49,4 @@ public: uint32_t GetRegisterCount() const override; }; -#endif // liblldb_RegisterContextFreeBSD_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_POWERPC_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h index c379e1a..d0f69fd 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextFreeBSD_x86_64_H_ -#define liblldb_RegisterContextFreeBSD_x86_64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_X86_64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h b/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h index 952e426..7cca959 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextHistory.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextHistory_h_ -#define lldb_RegisterContextHistory_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTHISTORY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTHISTORY_H #include @@ -62,4 +62,4 @@ private: }; } // namespace lldb_private -#endif // lldb_RegisterContextHistory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTHISTORY_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h index 114ac35..5bbc24c 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextLLDB_h_ -#define lldb_RegisterContextLLDB_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLLDB_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLLDB_H #include @@ -256,4 +256,4 @@ private: } // namespace lldb_private -#endif // lldb_RegisterContextLLDB_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLLDB_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h index 5567a1a..ef731a5 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_i386_H_ -#define liblldb_RegisterContextLinux_i386_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_I386_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h index e637dfc..9b59ab4 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_mips_H_ -#define liblldb_RegisterContextLinux_mips_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_MIPS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_MIPS_H #include "RegisterInfoInterface.h" #include "lldb/lldb-private.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h index ca0f014..899f0a4 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_mips64_H_ -#define liblldb_RegisterContextLinux_mips64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_MIPS64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_MIPS64_H #include "RegisterInfoInterface.h" #include "lldb/lldb-private.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h index 10810c9..f381f38 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_s390x_h_ -#define liblldb_RegisterContextLinux_s390x_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_S390X_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_S390X_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h index 02f273c..ea21b91 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_x86_64_H_ -#define liblldb_RegisterContextLinux_x86_64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLINUX_X86_64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h b/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h index 36e5538..149ce9a 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextMacOSXFrameBackchain_h_ -#define lldb_RegisterContextMacOSXFrameBackchain_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACOSXFRAMEBACKCHAIN_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACOSXFRAMEBACKCHAIN_H #include "lldb/Target/RegisterContext.h" #include "lldb/lldb-private.h" @@ -53,4 +53,4 @@ private: DISALLOW_COPY_AND_ASSIGN(RegisterContextMacOSXFrameBackchain); }; -#endif // lldb_RegisterContextMacOSXFrameBackchain_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACOSXFRAMEBACKCHAIN_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h b/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h index 8b2425a..e7c180d 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMach_arm_h_ -#define liblldb_RegisterContextMach_arm_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_ARM_H #include "RegisterContextDarwin_arm.h" @@ -37,4 +36,4 @@ protected: int DoWriteDBG(lldb::tid_t tid, int flavor, const DBG &dbg); }; -#endif // liblldb_RegisterContextMach_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_ARM_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h index b8835561..09966be 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMach_i386_h_ -#define liblldb_RegisterContextMach_i386_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_I386_H #include "RegisterContextDarwin_i386.h" @@ -32,4 +32,4 @@ protected: int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc); }; -#endif // liblldb_RegisterContextMach_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_I386_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h index 688009a..2a8a2cca 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMach_x86_64_h_ -#define liblldb_RegisterContextMach_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_X86_64_H #include "RegisterContextDarwin_x86_64.h" @@ -33,4 +33,4 @@ protected: int DoWriteEXC(lldb::tid_t tid, int flavor, const EXC &exc); }; -#endif // liblldb_RegisterContextMach_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACH_X86_64_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h index 68223ea..37cc1d4 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextMemory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextMemory_h_ -#define lldb_RegisterContextMemory_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMEMORY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMEMORY_H #include @@ -70,4 +70,4 @@ private: DISALLOW_COPY_AND_ASSIGN(RegisterContextMemory); }; -#endif // lldb_RegisterContextMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMEMORY_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h index 060d98f..742bb18 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextNetBSD_i386_H_ -#define liblldb_RegisterContextNetBSD_i386_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTNETBSD_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTNETBSD_I386_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h index 7cba781..b7b8d33 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextNetBSD_x86_64_H_ -#define liblldb_RegisterContextNetBSD_x86_64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTNETBSD_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTNETBSD_X86_64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h index 992ce09..e6e2452 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextOpenBSD_i386_H_ -#define liblldb_RegisterContextOpenBSD_i386_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_I386_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h index 9c76e72..b399c72 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextOpenBSD_x86_64_H_ -#define liblldb_RegisterContextOpenBSD_x86_64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTOPENBSD_X86_64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h index 603ba76..4400d94 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_arm_h_ -#define liblldb_RegisterContextPOSIX_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM_H #include "RegisterInfoInterface.h" #include "lldb-arm-register-enums.h" @@ -103,4 +103,4 @@ protected: virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h index 49a49b6..6baea57 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_arm64_h_ -#define liblldb_RegisterContextPOSIX_arm64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM64_H #include "RegisterInfoInterface.h" #include "lldb-arm64-register-enums.h" @@ -103,4 +103,4 @@ protected: virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM64_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h index c507e14..644df11 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_mips64_h_ -#define liblldb_RegisterContextPOSIX_mips64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_MIPS64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_MIPS64_H #include "RegisterContext_mips.h" #include "RegisterInfoInterface.h" @@ -81,4 +81,4 @@ protected: virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_MIPS64_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h index 1a21a71..f7e585bb 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_powerpc_h_ -#define liblldb_RegisterContextPOSIX_powerpc_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_POWERPC_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_POWERPC_H #include "RegisterContext_powerpc.h" #include "RegisterInfoInterface.h" @@ -199,4 +199,4 @@ protected: virtual bool WriteVMX() = 0; }; -#endif // liblldb_RegisterContextPOSIX_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_POWERPC_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h index 3707977..c43ecd5 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_ppc64le_h_ -#define liblldb_RegisterContextPOSIX_ppc64le_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_PPC64LE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_PPC64LE_H #include "Plugins/Process/Utility/lldb-ppc64le-register-enums.h" #include "RegisterInfoInterface.h" @@ -74,4 +74,4 @@ protected: lldb::ByteOrder GetByteOrder(); }; -#endif // liblldb_RegisterContextPOSIX_ppc64le_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_PPC64LE_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h index 54993ce..daadae5 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_s390x_h_ -#define liblldb_RegisterContextPOSIX_s390x_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_S390X_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_S390X_H #include "RegisterContext_s390x.h" #include "RegisterInfoInterface.h" @@ -76,4 +76,4 @@ protected: virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_S390X_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h index 932f97b..9149a69 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextPOSIX_x86_h_ -#define liblldb_RegisterContextPOSIX_x86_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_X86_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_X86_H #include "RegisterContext_x86.h" #include "RegisterInfoInterface.h" @@ -173,4 +173,4 @@ protected: virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_x86_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_X86_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h b/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h index 09a679a..fbc150b 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterContextThreadMemory_h_ -#define lldb_RegisterContextThreadMemory_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTTHREADMEMORY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTTHREADMEMORY_H #include @@ -97,4 +97,4 @@ private: } // namespace lldb_private -#endif // lldb_RegisterContextThreadMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTTHREADMEMORY_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h b/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h index 7779cc3..6a5d352 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextWindows_i386_H_ -#define liblldb_RegisterContextWindows_i386_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTWINDOWS_I386_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTWINDOWS_I386_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h b/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h index 18198b5..c29acf2 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextWindows_x86_64_H_ -#define liblldb_RegisterContextWindows_x86_64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTWINDOWS_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTWINDOWS_X86_64_H #include "RegisterInfoInterface.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h b/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h index 7780be5..15081f9 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContext_mips.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContext_mips64_H_ -#define liblldb_RegisterContext_mips64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_MIPS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_MIPS_H #include #include @@ -371,4 +371,4 @@ struct UserArea { MSA_linux_mips msa; // MSA registers. }; -#endif // liblldb_RegisterContext_mips64_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_MIPS_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h b/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h index 1ffcbeb..7407e2f 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContext_powerpc_H_ -#define liblldb_RegisterContext_powerpc_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H // eh_frame and DWARF Register numbers (eRegisterKindEHFrame & // eRegisterKindDWARF) @@ -120,4 +120,4 @@ enum { dwarf_v31_powerpc, }; -#endif // liblldb_RegisterContext_powerpc_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h b/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h index 2cf39e9..248b3bd 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContext_s390x_h_ -#define liblldb_RegisterContext_s390x_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_S390X_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_S390X_H // SystemZ ehframe, dwarf regnums diff --git a/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h b/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h index 2b79f77..27a1bad 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h +++ b/lldb/source/Plugins/Process/Utility/RegisterContext_x86.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContext_x86_H_ -#define liblldb_RegisterContext_x86_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_X86_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_X86_H #include #include diff --git a/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h b/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h index 4b58e74..067ac9c 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h +++ b/lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_RegisterInfoInterface_h -#define lldb_RegisterInfoInterface_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOINTERFACE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOINTERFACE_H #include "lldb/Utility/ArchSpec.h" #include "lldb/lldb-private-types.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h index 39c2047..1cf896e 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h +++ b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterInfoPOSIX_arm_h_ -#define liblldb_RegisterInfoPOSIX_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM_H #include "RegisterInfoInterface.h" #include "lldb/Target/RegisterContext.h" @@ -58,4 +58,4 @@ private: uint32_t m_register_info_count; }; -#endif // liblldb_RegisterInfoPOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM_H diff --git a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h index ace179a..2a27a65 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h +++ b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_arm64_H_ -#define liblldb_RegisterContextLinux_arm64_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM64_H #include "RegisterInfoInterface.h" #include "lldb/Target/RegisterContext.h" diff --git a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h index c4d4d3b..98549ac 100644 --- a/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h +++ b/lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextLinux_ppc64le_H_ -#define liblldb_RegisterContextLinux_ppc64le_H_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_PPC64LE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_PPC64LE_H #include "RegisterInfoInterface.h" #include "lldb/Target/RegisterContext.h" diff --git a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h index 74c0581..d9c1886 100644 --- a/lldb/source/Plugins/Process/Utility/StopInfoMachException.h +++ b/lldb/source/Plugins/Process/Utility/StopInfoMachException.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_StopInfoMachException_h_ -#define liblldb_StopInfoMachException_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_STOPINFOMACHEXCEPTION_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_STOPINFOMACHEXCEPTION_H #include @@ -48,4 +48,4 @@ protected: } // namespace lldb_private -#endif // liblldb_StopInfoMachException_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_STOPINFOMACHEXCEPTION_H diff --git a/lldb/source/Plugins/Process/Utility/ThreadMemory.h b/lldb/source/Plugins/Process/Utility/ThreadMemory.h index 85bc145..0543632 100644 --- a/lldb/source/Plugins/Process/Utility/ThreadMemory.h +++ b/lldb/source/Plugins/Process/Utility/ThreadMemory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadMemory_h_ -#define liblldb_ThreadMemory_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_THREADMEMORY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_THREADMEMORY_H #include @@ -103,4 +103,4 @@ private: DISALLOW_COPY_AND_ASSIGN(ThreadMemory); }; -#endif // liblldb_ThreadMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_THREADMEMORY_H diff --git a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h index ff5db39..2b82892 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindLLDB.h +++ b/lldb/source/Plugins/Process/Utility/UnwindLLDB.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_UnwindLLDB_h_ -#define lldb_UnwindLLDB_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDLLDB_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDLLDB_H #include @@ -155,4 +155,4 @@ private: } // namespace lldb_private -#endif // lldb_UnwindLLDB_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDLLDB_H diff --git a/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h b/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h index f0bde90..f81eb85 100644 --- a/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h +++ b/lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_UnwindMacOSXFrameBackchain_h_ -#define lldb_UnwindMacOSXFrameBackchain_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDMACOSXFRAMEBACKCHAIN_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDMACOSXFRAMEBACKCHAIN_H #include @@ -51,4 +51,4 @@ private: DISALLOW_COPY_AND_ASSIGN(UnwindMacOSXFrameBackchain); }; -#endif // lldb_UnwindMacOSXFrameBackchain_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDMACOSXFRAMEBACKCHAIN_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h index 39cbf01..8f0eed4 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_arm_register_enums_h -#define lldb_arm_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -196,4 +196,4 @@ enum { }; } -#endif // #ifndef lldb_arm64_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h index cc414dc..39d47b8 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_arm64_register_enums_h -#define lldb_arm64_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM64_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM64_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -261,4 +261,4 @@ enum { }; } -#endif // #ifndef lldb_arm64_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM64_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h index d97f771..e6a7efd 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_mips_freebsd_register_enums_h -#define lldb_mips_freebsd_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_FREEBSD_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_FREEBSD_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -62,4 +62,4 @@ enum { k_num_gpr_registers_mips64 = k_last_gpr_mips64 - k_first_gpr_mips64 + 1 }; } -#endif // #ifndef lldb_mips_freebsd_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_FREEBSD_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h index 2f68b80..348af27 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_mips_linux_register_enums_h -#define lldb_mips_linux_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_LINUX_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_LINUX_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -357,4 +357,4 @@ enum { }; } -#endif // #ifndef lldb_mips_linux_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_LINUX_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h index 6edf7ee..40a75c0 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ppc64_register_enums_h -#define lldb_ppc64_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64_REGISTER_ENUMS_H // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -133,4 +133,4 @@ enum { k_num_vmx_registers_ppc64 = k_last_vmx_ppc64 - k_first_vmx_ppc64 + 1, }; -#endif // #ifndef lldb_ppc64_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h index 0c381a5..a7b5bc5 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_ppc64le_register_enums_h -#define lldb_ppc64le_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64LE_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64LE_REGISTER_ENUMS_H // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -204,4 +204,4 @@ enum { k_num_vsx_registers_ppc64le = k_last_vsx_ppc64le - k_first_vsx_ppc64le + 1, }; -#endif // #ifndef lldb_ppc64le_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_PPC64LE_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h index bd66261..23c441e 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_s390x_register_enums_h -#define lldb_s390x_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_S390X_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_S390X_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -87,4 +87,4 @@ enum { }; } -#endif // #ifndef lldb_s390x_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_S390X_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h b/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h index 44d049a..35f1a40 100644 --- a/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h +++ b/lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_x86_register_enums_h -#define lldb_x86_register_enums_h +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_X86_REGISTER_ENUMS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_X86_REGISTER_ENUMS_H namespace lldb_private { // LLDB register codes (e.g. RegisterKind == eRegisterKindLLDB) @@ -321,4 +321,4 @@ enum { }; } -#endif // #ifndef lldb_x86_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_X86_REGISTER_ENUMS_H diff --git a/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h b/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h index 829fe9a..f175499 100644 --- a/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h +++ b/lldb/source/Plugins/Process/elf-core/ProcessElfCore.h @@ -13,8 +13,8 @@ // space. //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessElfCore_h_ -#define liblldb_ProcessElfCore_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_PROCESSELFCORE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_PROCESSELFCORE_H #include #include @@ -165,4 +165,4 @@ private: llvm::Error parseLinuxNotes(llvm::ArrayRef notes); }; -#endif // liblldb_ProcessElfCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_PROCESSELFCORE_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h index adda43e..f9ec08e 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_arm_h_ -#define liblldb_RegisterContextCorePOSIX_arm_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM_H #include "Plugins/Process/Utility/RegisterContextPOSIX_arm.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -50,4 +50,4 @@ private: lldb_private::DataExtractor m_gpr; }; -#endif // liblldb_RegisterContextCorePOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h index de6d819..7c35d89c 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_arm64_h_ -#define liblldb_RegisterContextCorePOSIX_arm64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM64_H #include "Plugins/Process/Utility/RegisterContextPOSIX_arm64.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -50,4 +50,4 @@ private: lldb_private::DataExtractor m_gpr; }; -#endif // liblldb_RegisterContextCorePOSIX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM64_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h index 999c945..b42a76c 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_mips64_h_ -#define liblldb_RegisterContextCorePOSIX_mips64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_MIPS64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_MIPS64_H #include "Plugins/Process/Utility/RegisterContextPOSIX_mips64.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -52,4 +52,4 @@ private: lldb_private::DataExtractor m_fpr; }; -#endif // liblldb_RegisterContextCorePOSIX_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_MIPS64_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h index 7684c0b..cf50b6e 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_powerpc_h_ -#define liblldb_RegisterContextCorePOSIX_powerpc_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_POWERPC_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_POWERPC_H #include "Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -57,4 +57,4 @@ private: lldb_private::DataExtractor m_vec; }; -#endif // liblldb_RegisterContextCorePOSIX_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_POWERPC_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h index 6e01d23..8de77a7 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_ppc64le_h_ -#define liblldb_RegisterContextCorePOSIX_ppc64le_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_PPC64LE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_PPC64LE_H #include "Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -45,4 +45,4 @@ private: lldb_private::DataExtractor m_vsx; }; -#endif // liblldb_RegisterContextCorePOSIX_ppc64le_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_PPC64LE_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h index 7296176..4560f06 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_s390x_h_ -#define liblldb_RegisterContextCorePOSIX_s390x_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_S390X_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_S390X_H #include "Plugins/Process/Utility/RegisterContextPOSIX_s390x.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -52,4 +52,4 @@ private: lldb_private::DataExtractor m_fpr; }; -#endif // liblldb_RegisterContextCorePOSIX_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_S390X_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h index f41991c..9adfbf7 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextCorePOSIX_x86_64_h_ -#define liblldb_RegisterContextCorePOSIX_x86_64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_X86_64_H #include "Plugins/Process/Utility/RegisterContextPOSIX_x86.h" #include "Plugins/Process/elf-core/RegisterUtilities.h" @@ -46,4 +46,4 @@ private: std::unique_ptr m_fpregset; }; -#endif // liblldb_RegisterContextCorePOSIX_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_X86_64_H diff --git a/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h b/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h index 49ad425..4e08aa2 100644 --- a/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h +++ b/lldb/source/Plugins/Process/elf-core/RegisterUtilities.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_REGISTERUTILITIES_H -#define LLDB_REGISTERUTILITIES_H +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERUTILITIES_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERUTILITIES_H #include "Plugins/ObjectFile/ELF/ObjectFileELF.h" #include "lldb/Utility/DataExtractor.h" @@ -118,4 +118,4 @@ constexpr RegsetDesc PPC_VSX_Desc[] = { } // namespace lldb_private -#endif // #ifndef LLDB_REGISTERUTILITIES_H +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERUTILITIES_H diff --git a/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h b/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h index ddcf350..8d973bb 100644 --- a/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h +++ b/lldb/source/Plugins/Process/elf-core/ThreadElfCore.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadElfCore_h_ -#define liblldb_ThreadElfCore_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_THREADELFCORE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_THREADELFCORE_H #include "Plugins/Process/elf-core/RegisterUtilities.h" #include "lldb/Target/Thread.h" @@ -173,4 +173,4 @@ protected: bool CalculateStopInfo() override; }; -#endif // liblldb_ThreadElfCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_THREADELFCORE_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h index ea294ff..cd9f6eb 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteClientBase_h_ -#define liblldb_GDBRemoteClientBase_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H #include "GDBRemoteCommunication.h" @@ -149,4 +149,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h index 0b67001..7c0ef19 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunication_h_ -#define liblldb_GDBRemoteCommunication_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATION_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATION_H #include "GDBRemoteCommunicationHistory.h" @@ -239,4 +239,4 @@ struct format_provider< }; } // namespace llvm -#endif // liblldb_GDBRemoteCommunication_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATION_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h index 11fd40b..c254974 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationClient_h_ -#define liblldb_GDBRemoteCommunicationClient_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONCLIENT_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONCLIENT_H #include "GDBRemoteClientBase.h" @@ -605,4 +605,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONCLIENT_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h index ee265ef..e783e59 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationHistory_h_ -#define liblldb_GDBRemoteCommunicationHistory_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONHISTORY_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONHISTORY_H #include #include @@ -83,4 +83,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationHistory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONHISTORY_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h index 0b5e910..1263b3c 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationReplayServer_h_ -#define liblldb_GDBRemoteCommunicationReplayServer_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONREPLAYSERVER_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONREPLAYSERVER_H // Other libraries and framework includes #include "GDBRemoteCommunication.h" @@ -79,4 +79,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationReplayServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONREPLAYSERVER_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h index 86f0abf..93150ff 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationServer_h_ -#define liblldb_GDBRemoteCommunicationServer_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVER_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVER_H #include #include @@ -92,4 +92,4 @@ public: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVER_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h index 5255463..0f933c0 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationServerCommon_h_ -#define liblldb_GDBRemoteCommunicationServerCommon_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERCOMMON_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERCOMMON_H #include @@ -152,4 +152,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerCommon_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERCOMMON_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h index 088ba92..c74ee20 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationServerLLGS_h_ -#define liblldb_GDBRemoteCommunicationServerLLGS_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERLLGS_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERLLGS_H #include #include @@ -228,4 +228,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerLLGS_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERLLGS_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h index eacc99a..8a8d113 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_GDBRemoteCommunicationServerPlatform_h_ -#define liblldb_GDBRemoteCommunicationServerPlatform_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERPLATFORM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERPLATFORM_H #include #include @@ -106,4 +106,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerPlatform_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERPLATFORM_H diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h index b42c87b..8ccf540 100644 --- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h +++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_GDBRemoteRegisterContext_h_ -#define lldb_GDBRemoteRegisterContext_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERCONTEXT_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERCONTEXT_H #include @@ -130,4 +130,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // lldb_GDBRemoteRegisterContext_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERCONTEXT_H diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h index 9ea3940..c465acf 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessGDBRemote_h_ -#define liblldb_ProcessGDBRemote_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTE_H #include #include @@ -455,4 +455,4 @@ private: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ProcessGDBRemote_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTE_H diff --git a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h index d9b8d45..bd3e993 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h +++ b/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessGDBRemoteLog_h_ -#define liblldb_ProcessGDBRemoteLog_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTELOG_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTELOG_H #include "lldb/Utility/Log.h" @@ -43,4 +42,4 @@ public: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ProcessGDBRemoteLog_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTELOG_H diff --git a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h index c74be16..5ad1117 100644 --- a/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h +++ b/lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadGDBRemote_h_ -#define liblldb_ThreadGDBRemote_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_THREADGDBREMOTE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_THREADGDBREMOTE_H #include @@ -116,4 +116,4 @@ protected: } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ThreadGDBRemote_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_THREADGDBREMOTE_H diff --git a/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h b/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h index e6b1256..f9ae069 100644 --- a/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h +++ b/lldb/source/Plugins/Process/mach-core/ProcessMachCore.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessMachCore_h_ -#define liblldb_ProcessMachCore_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_PROCESSMACHCORE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_PROCESSMACHCORE_H #include #include @@ -124,4 +124,4 @@ private: DISALLOW_COPY_AND_ASSIGN(ProcessMachCore); }; -#endif // liblldb_ProcessMachCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_PROCESSMACHCORE_H diff --git a/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h b/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h index ac5957e..da08a7c 100644 --- a/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h +++ b/lldb/source/Plugins/Process/mach-core/ThreadMachCore.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadMachCore_h_ -#define liblldb_ThreadMachCore_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_THREADMACHCORE_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_THREADMACHCORE_H #include @@ -62,4 +62,4 @@ protected: bool CalculateStopInfo() override; }; -#endif // liblldb_ThreadMachCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_THREADMACHCORE_H diff --git a/lldb/source/Plugins/Process/minidump/MinidumpParser.h b/lldb/source/Plugins/Process/minidump/MinidumpParser.h index 4bcb2b4..2cf33b3 100644 --- a/lldb/source/Plugins/Process/minidump/MinidumpParser.h +++ b/lldb/source/Plugins/Process/minidump/MinidumpParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MinidumpParser_h_ -#define liblldb_MinidumpParser_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPPARSER_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPPARSER_H #include "MinidumpTypes.h" @@ -108,4 +108,4 @@ private: } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_MinidumpParser_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPPARSER_H diff --git a/lldb/source/Plugins/Process/minidump/MinidumpTypes.h b/lldb/source/Plugins/Process/minidump/MinidumpTypes.h index a9c8079..a7ac651 100644 --- a/lldb/source/Plugins/Process/minidump/MinidumpTypes.h +++ b/lldb/source/Plugins/Process/minidump/MinidumpTypes.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_MinidumpTypes_h_ -#define liblldb_MinidumpTypes_h_ - +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPTYPES_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPTYPES_H #include "lldb/Utility/Status.h" @@ -120,4 +119,4 @@ private: } // namespace minidump } // namespace lldb_private -#endif // liblldb_MinidumpTypes_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPTYPES_H diff --git a/lldb/source/Plugins/Process/minidump/NtStructures.h b/lldb/source/Plugins/Process/minidump/NtStructures.h index fdb0cfb..1dafbe4 100644 --- a/lldb/source/Plugins/Process/minidump/NtStructures.h +++ b/lldb/source/Plugins/Process/minidump/NtStructures.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_NTSTRUCTURES_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_NTSTRUCTURES_H + //===-- NtStructures.h ------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -34,3 +38,5 @@ struct TEB64 { #endif // liblldb_Plugins_Process_Minidump_NtStructures_h_ } // namespace minidump } // namespace lldb_private + +#endif diff --git a/lldb/source/Plugins/Process/minidump/ProcessMinidump.h b/lldb/source/Plugins/Process/minidump/ProcessMinidump.h index 750164c..839b0e7 100644 --- a/lldb/source/Plugins/Process/minidump/ProcessMinidump.h +++ b/lldb/source/Plugins/Process/minidump/ProcessMinidump.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ProcessMinidump_h_ -#define liblldb_ProcessMinidump_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_PROCESSMINIDUMP_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_PROCESSMINIDUMP_H #include "MinidumpParser.h" #include "MinidumpTypes.h" @@ -119,4 +119,4 @@ private: } // namespace minidump } // namespace lldb_private -#endif // liblldb_ProcessMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_PROCESSMINIDUMP_H diff --git a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h index 7af3b98..857f9c0 100644 --- a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h +++ b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMinidump_ARM_h_ -#define liblldb_RegisterContextMinidump_ARM_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM_H #include "MinidumpTypes.h" @@ -95,4 +95,4 @@ protected: } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_ARM_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM_H diff --git a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h index f9e7f39..8ae7510 100644 --- a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h +++ b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMinidump_ARM64_h_ -#define liblldb_RegisterContextMinidump_ARM64_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM64_H #include "MinidumpTypes.h" @@ -79,4 +79,4 @@ protected: } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_ARM64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM64_H diff --git a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h index d787f78..9592d33 100644 --- a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h +++ b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMinidump_x86_32_h_ -#define liblldb_RegisterContextMinidump_x86_32_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_32_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_32_H #include "MinidumpTypes.h" @@ -132,4 +132,4 @@ enum class MinidumpContext_x86_32_Flags : uint32_t { } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_x86_32_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_32_H diff --git a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h index 34ddd47..d920ea9 100644 --- a/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h +++ b/lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_RegisterContextMinidump_h_ -#define liblldb_RegisterContextMinidump_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_64_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_64_H #include "MinidumpTypes.h" @@ -177,4 +177,4 @@ enum class MinidumpContext_x86_64_Flags : uint32_t { } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_64_H diff --git a/lldb/source/Plugins/Process/minidump/ThreadMinidump.h b/lldb/source/Plugins/Process/minidump/ThreadMinidump.h index 44c41bc..aed7cfb 100644 --- a/lldb/source/Plugins/Process/minidump/ThreadMinidump.h +++ b/lldb/source/Plugins/Process/minidump/ThreadMinidump.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ThreadMinidump_h_ -#define liblldb_ThreadMinidump_h_ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_THREADMINIDUMP_H +#define LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_THREADMINIDUMP_H #include "MinidumpTypes.h" @@ -42,4 +42,4 @@ protected: } // namespace minidump } // namespace lldb_private -#endif // liblldb_ThreadMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_THREADMINIDUMP_H diff --git a/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h b/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h index 242065cc..c438b63 100644 --- a/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h +++ b/lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_ScriptInterpreterNone_h_ -#define liblldb_ScriptInterpreterNone_h_ +#ifndef LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H +#define LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H #include "lldb/Interpreter/ScriptInterpreter.h" @@ -44,4 +44,4 @@ public: } // namespace lldb_private -#endif // liblldb_ScriptInterpreterNone_h_ +#endif // LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H diff --git a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h index 8fa1eed..017f885 100644 --- a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h +++ b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef StructuredDataDarwinLog_h -#define StructuredDataDarwinLog_h +#ifndef LLDB_SOURCE_PLUGINS_STRUCTUREDDATA_DARWINLOG_STRUCTUREDDATADARWINLOG_H +#define LLDB_SOURCE_PLUGINS_STRUCTUREDDATA_DARWINLOG_STRUCTUREDDATADARWINLOG_H #include "lldb/Target/StructuredDataPlugin.h" @@ -115,4 +115,4 @@ private: }; } -#endif /* StructuredDataPluginDarwinLog_hpp */ +#endif // LLDB_SOURCE_PLUGINS_STRUCTUREDDATA_DARWINLOG_STRUCTUREDDATADARWINLOG_H diff --git a/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h b/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h index de27122..2753ee1 100644 --- a/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h +++ b/lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_BREAKPAD_SYMBOLFILEBREAKPAD_H -#define LLDB_PLUGINS_SYMBOLFILE_BREAKPAD_SYMBOLFILEBREAKPAD_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_BREAKPAD_SYMBOLFILEBREAKPAD_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_BREAKPAD_SYMBOLFILEBREAKPAD_H #include "Plugins/ObjectFile/Breakpad/BreakpadRecords.h" #include "lldb/Core/FileSpecList.h" diff --git a/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h b/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h index d15d61e..645b653 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_APPLEDWARFINDEX_H -#define LLDB_APPLEDWARFINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_APPLEDWARFINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_APPLEDWARFINDEX_H #include "Plugins/SymbolFile/DWARF/DWARFIndex.h" #include "Plugins/SymbolFile/DWARF/HashedNameToDIE.h" @@ -59,4 +59,4 @@ private: }; } // namespace lldb_private -#endif // LLDB_APPLEDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_APPLEDWARFINDEX_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h b/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h index 7d78ea1..f7e09ee 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DIERef.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DIERef_h_ -#define SymbolFileDWARF_DIERef_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DIEREF_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DIEREF_H #include "lldb/Core/dwarf.h" #include "llvm/ADT/Optional.h" @@ -70,4 +70,4 @@ template<> struct format_provider { }; } // namespace llvm -#endif // SymbolFileDWARF_DIERef_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DIEREF_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h index 7ee4727..2e0a7fd 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFASTParser_h_ -#define SymbolFileDWARF_DWARFASTParser_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSER_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSER_H #include "DWARFDefines.h" #include "lldb/Core/PluginInterface.h" @@ -55,4 +55,4 @@ public: const lldb_private::ExecutionContext *exe_ctx = nullptr); }; -#endif // SymbolFileDWARF_DWARFASTParser_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSER_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h index 86c0bed..40d97ac 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFASTParserClang_h_ -#define SymbolFileDWARF_DWARFASTParserClang_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H #include "clang/AST/CharUnits.h" #include "llvm/ADT/DenseMap.h" @@ -251,4 +251,4 @@ struct ParsedDWARFTypeAttributes { uint32_t encoding = 0; }; -#endif // SymbolFileDWARF_DWARFASTParserClang_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h index c0cf882..f70aa71 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DWARFAbbreviationDeclaration_h_ -#define liblldb_DWARFAbbreviationDeclaration_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFABBREVIATIONDECLARATION_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFABBREVIATIONDECLARATION_H #include "DWARFAttribute.h" #include "DWARFDefines.h" @@ -62,4 +62,4 @@ protected: DWARFAttribute::collection m_attributes; }; -#endif // liblldb_DWARFAbbreviationDeclaration_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFABBREVIATIONDECLARATION_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h index 58427b1..9948969 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFAttribute_h_ -#define SymbolFileDWARF_DWARFAttribute_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFATTRIBUTE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFATTRIBUTE_H #include "DWARFDefines.h" #include "DWARFFormValue.h" @@ -82,4 +82,4 @@ protected: collection m_infos; }; -#endif // SymbolFileDWARF_DWARFAttribute_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFATTRIBUTE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h index f72d357..48320c8 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFBaseDIE_h_ -#define SymbolFileDWARF_DWARFBaseDIE_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFBASEDIE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFBASEDIE_H #include "lldb/Core/dwarf.h" #include "lldb/lldb-types.h" @@ -120,4 +120,4 @@ protected: bool operator==(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs); bool operator!=(const DWARFBaseDIE &lhs, const DWARFBaseDIE &rhs); -#endif // SymbolFileDWARF_DWARFBaseDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFBASEDIE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h index 454637e..11bb1ad 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFCompileUnit_h_ -#define SymbolFileDWARF_DWARFCompileUnit_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H #include "DWARFUnit.h" #include "llvm/Support/Error.h" @@ -32,4 +32,4 @@ private: friend class DWARFUnit; }; -#endif // SymbolFileDWARF_DWARFCompileUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h index c9548e50..8de5e9c 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_DWARF_DWARFCONTEXT_H -#define LLDB_PLUGINS_SYMBOLFILE_DWARF_DWARFCONTEXT_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCONTEXT_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCONTEXT_H #include "DWARFDataExtractor.h" #include "lldb/Core/Section.h" diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h index aa386e0..1373728 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDIE_h_ -#define SymbolFileDWARF_DWARFDIE_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDIE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDIE_H #include "DWARFBaseDIE.h" #include "llvm/ADT/SmallSet.h" @@ -90,4 +90,4 @@ public: lldb_private::DWARFExpression *frame_base) const; }; -#endif // SymbolFileDWARF_DWARFDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDIE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h index 22db5e8..df92bd4 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_DWARFDataExtractor_h_ -#define liblldb_DWARFDataExtractor_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDATAEXTRACTOR_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDATAEXTRACTOR_H #include "lldb/Core/dwarf.h" #include "lldb/Utility/DataExtractor.h" @@ -34,4 +34,4 @@ public: }; } -#endif // liblldb_DWARFDataExtractor_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDATAEXTRACTOR_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h index 9c47293..555864f 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugAbbrev_h_ -#define SymbolFileDWARF_DWARFDebugAbbrev_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGABBREV_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGABBREV_H #include #include @@ -78,4 +78,4 @@ protected: mutable DWARFAbbreviationDeclarationCollMapConstIter m_prev_abbr_offset_pos; }; -#endif // SymbolFileDWARF_DWARFDebugAbbrev_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGABBREV_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h index db0cf22..6b5b69a 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugArangeSet_h_ -#define SymbolFileDWARF_DWARFDebugArangeSet_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGESET_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGESET_H #include "lldb/Core/dwarf.h" #include @@ -59,4 +59,4 @@ protected: DescriptorColl m_arange_descriptors; }; -#endif // SymbolFileDWARF_DWARFDebugArangeSet_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGESET_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h index 74ba011..96e8261 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugAranges_h_ -#define SymbolFileDWARF_DWARFDebugAranges_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGES_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGES_H #include "lldb/Core/dwarf.h" #include "lldb/Utility/RangeMap.h" @@ -52,4 +52,4 @@ protected: RangeToDIE m_aranges; }; -#endif // SymbolFileDWARF_DWARFDebugAranges_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGES_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h index 3abdba3..0a4d443 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugInfo_h_ -#define SymbolFileDWARF_DWARFDebugInfo_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFO_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFO_H #include #include @@ -82,4 +82,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DWARFDebugInfo); }; -#endif // SymbolFileDWARF_DWARFDebugInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFO_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h index ef00d09..3a962ad 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugInfoEntry_h_ -#define SymbolFileDWARF_DWARFDebugInfoEntry_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFOENTRY_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFOENTRY_H #include "SymbolFileDWARF.h" #include "llvm/ADT/SmallVector.h" @@ -185,4 +185,4 @@ protected: dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; }; -#endif // SymbolFileDWARF_DWARFDebugInfoEntry_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFOENTRY_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h index c3a93a9..5c0338e 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugMacro_h_ -#define SymbolFileDWARF_DWARFDebugMacro_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGMACRO_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGMACRO_H #include @@ -58,4 +58,4 @@ public: lldb_private::DebugMacrosSP &debug_macros_sp); }; -#endif // SymbolFileDWARF_DWARFDebugMacro_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGMACRO_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h index 1888a77..b587845 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDebugRanges_h_ -#define SymbolFileDWARF_DWARFDebugRanges_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGRANGES_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGRANGES_H #include "lldb/Core/dwarf.h" #include @@ -39,4 +39,4 @@ protected: range_map m_range_map; }; -#endif // SymbolFileDWARF_DWARFDebugRanges_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGRANGES_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h index 348b334..aa66c92 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDeclContext_h_ -#define SymbolFileDWARF_DWARFDeclContext_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDECLCONTEXT_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDECLCONTEXT_H #include #include @@ -85,4 +85,4 @@ protected: lldb::LanguageType m_language; }; -#endif // SymbolFileDWARF_DWARFDeclContext_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDECLCONTEXT_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h index d16cb07..670fde2 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFDefines_h_ -#define SymbolFileDWARF_DWARFDefines_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEFINES_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEFINES_H #include "lldb/Core/dwarf.h" #include @@ -74,4 +74,4 @@ const char *DW_LNS_value_to_name(uint32_t val); } // namespace lldb_private -#endif // SymbolFileDWARF_DWARFDefines_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEFINES_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h index 848db29..b401352 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFFormValue_h_ -#define SymbolFileDWARF_DWARFFormValue_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFFORMVALUE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFFORMVALUE_H #include "DWARFDataExtractor.h" #include @@ -86,4 +86,4 @@ protected: ValueType m_value; // Contains all data for the form }; -#endif // SymbolFileDWARF_DWARFFormValue_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFFORMVALUE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h index e3c7c5e..cd4e85a 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_DWARFINDEX_H -#define LLDB_DWARFINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFINDEX_H #include "Plugins/SymbolFile/DWARF/DIERef.h" #include "Plugins/SymbolFile/DWARF/DWARFDIE.h" @@ -63,4 +63,4 @@ protected: }; } // namespace lldb_private -#endif // LLDB_DWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFINDEX_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h index 8967509..5e4d48a 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFTypeUnit_h_ -#define SymbolFileDWARF_DWARFTypeUnit_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H #include "DWARFUnit.h" #include "llvm/Support/Error.h" @@ -34,4 +34,4 @@ private: friend class DWARFUnit; }; -#endif // SymbolFileDWARF_DWARFTypeUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h b/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h index c013addd..f0f293f 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_DWARFUnit_h_ -#define SymbolFileDWARF_DWARFUnit_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFUNIT_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFUNIT_H #include "DWARFDIE.h" #include "DWARFDebugInfoEntry.h" @@ -338,4 +338,4 @@ private: DISALLOW_COPY_AND_ASSIGN(DWARFUnit); }; -#endif // SymbolFileDWARF_DWARFUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFUNIT_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h b/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h index dca2549..f2f5c0b 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_DEBUGNAMESDWARFINDEX_H -#define LLDB_DEBUGNAMESDWARFINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DEBUGNAMESDWARFINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DEBUGNAMESDWARFINDEX_H #include "Plugins/SymbolFile/DWARF/DWARFIndex.h" #include "Plugins/SymbolFile/DWARF/LogChannelDWARF.h" @@ -78,4 +78,4 @@ private: } // namespace lldb_private -#endif // LLDB_DEBUGNAMESDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DEBUGNAMESDWARFINDEX_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h b/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h index 56d9bc5..69ceb29 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_HashedNameToDIE_h_ -#define SymbolFileDWARF_HashedNameToDIE_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_HASHEDNAMETODIE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_HASHEDNAMETODIE_H #include @@ -194,4 +194,4 @@ protected: static const char *GetAtomTypeName(uint16_t atom); }; -#endif // SymbolFileDWARF_HashedNameToDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_HASHEDNAMETODIE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h index a89c686..2fc2356 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_LogChannelDWARF_h_ -#define SymbolFileDWARF_LogChannelDWARF_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_LOGCHANNELDWARF_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_LOGCHANNELDWARF_H #include "lldb/Utility/Log.h" @@ -32,4 +32,4 @@ public: }; } -#endif // SymbolFileDWARF_LogChannelDWARF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_LOGCHANNELDWARF_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h b/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h index dd03b10..d0ee32f 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_MANUALDWARFINDEX_H -#define LLDB_MANUALDWARFINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEX_H #include "Plugins/SymbolFile/DWARF/DWARFIndex.h" #include "Plugins/SymbolFile/DWARF/NameToDIE.h" @@ -71,4 +71,4 @@ private: }; } // namespace lldb_private -#endif // LLDB_MANUALDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEX_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h b/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h index b504f45..ed4146d 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_NameToDIE_h_ -#define SymbolFileDWARF_NameToDIE_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_NAMETODIE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_NAMETODIE_H #include @@ -50,4 +50,4 @@ protected: lldb_private::UniqueCStringMap m_map; }; -#endif // SymbolFileDWARF_NameToDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_NAMETODIE_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h index 4d61320..fd41363 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_SymbolFileDWARF_h_ -#define SymbolFileDWARF_SymbolFileDWARF_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARF_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARF_H #include #include @@ -514,4 +514,4 @@ protected: std::vector m_lldb_cu_to_dwarf_unit; }; -#endif // SymbolFileDWARF_SymbolFileDWARF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARF_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h index 035a902..fa82326 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARF_SymbolFileDWARFDebugMap_h_ -#define SymbolFileDWARF_SymbolFileDWARFDebugMap_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDEBUGMAP_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDEBUGMAP_H #include "lldb/Symbol/SymbolFile.h" #include "lldb/Utility/RangeMap.h" @@ -379,4 +379,4 @@ protected: DWARFDebugAranges *debug_aranges); }; -#endif // #ifndef SymbolFileDWARF_SymbolFileDWARFDebugMap_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDEBUGMAP_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h index 90bed7e..ba474f3 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef SymbolFileDWARFDwo_SymbolFileDWARFDwo_h_ -#define SymbolFileDWARFDwo_SymbolFileDWARFDwo_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDWO_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDWO_H #include "SymbolFileDWARF.h" @@ -69,4 +69,4 @@ protected: SymbolFileDWARF &m_base_symbol_file; }; -#endif // SymbolFileDWARFDwo_SymbolFileDWARFDwo_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDWO_H diff --git a/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h b/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h index 1269dba..a1b1a30 100644 --- a/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h +++ b/lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_UniqueDWARFASTType_h_ -#define lldb_UniqueDWARFASTType_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_UNIQUEDWARFASTTYPE_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_UNIQUEDWARFASTTYPE_H #include @@ -100,4 +100,4 @@ protected: collection m_collection; }; -#endif // lldb_UniqueDWARFASTType_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_UNIQUEDWARFASTTYPE_H diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h index b1c31e0..02c7495 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Plugins_SymbolFile_PDB_CodeViewRegisterMapping_h_ -#define lldb_Plugins_SymbolFile_PDB_CodeViewRegisterMapping_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_CODEVIEWREGISTERMAPPING_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_CODEVIEWREGISTERMAPPING_H #include "llvm/ADT/Triple.h" #include "llvm/DebugInfo/CodeView/CodeView.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h b/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h index 44a1c8c..088de97 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILENATIVEPDB_COMPILEUNITINDEX_H -#define LLDB_PLUGINS_SYMBOLFILENATIVEPDB_COMPILEUNITINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_COMPILEUNITINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_COMPILEUNITINDEX_H #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/DenseSet.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h b/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h index c37d715..397ada5 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_DWARFLOCATIONEXPRESSION_H -#define LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_DWARFLOCATIONEXPRESSION_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_DWARFLOCATIONEXPRESSION_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_DWARFLOCATIONEXPRESSION_H #include "lldb/lldb-forward.h" #include "llvm/DebugInfo/CodeView/CodeView.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h index f31eeb5..7bb2584 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H -#define LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H #include "llvm/ADT/DenseMap.h" #include "llvm/ADT/StringRef.h" @@ -142,4 +142,4 @@ private: } // namespace npdb } // namespace lldb_private -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h index 107e26f..fb979b8 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Plugins_SymbolFile_PDB_PDBFPOProgramToDWARFExpression_h_ -#define lldb_Plugins_SymbolFile_PDB_PDBFPOProgramToDWARFExpression_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBFPOPROGRAMTODWARFEXPRESSION_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBFPOPROGRAMTODWARFEXPRESSION_H #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Triple.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h index b30e787..ccc3cc2 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBINDEX_H -#define LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBINDEX_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBINDEX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBINDEX_H #include "lldb/lldb-types.h" #include "llvm/ADT/IntervalMap.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h index 7252d63..3accd38 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h @@ -14,8 +14,8 @@ // access to the compile unit's information. //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBSYMUID_H -#define LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBSYMUID_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBSYMUID_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBSYMUID_H #include "llvm/DebugInfo/CodeView/SymbolRecord.h" #include "llvm/DebugInfo/PDB/PDBTypes.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h b/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h index 6f675b5..c309c5c 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBUTIL_H -#define LLDB_PLUGINS_SYMBOLFILENATIVEPDB_PDBUTIL_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBUTIL_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBUTIL_H #include "lldb/Expression/DWARFExpression.h" #include "lldb/Symbol/Variable.h" diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h index a37de0f..883fd57 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H -#define LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H #include "lldb/Symbol/SymbolFile.h" @@ -246,4 +246,4 @@ private: } // namespace npdb } // namespace lldb_private -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h b/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h index 1b08278..ed1f8e4 100644 --- a/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h +++ b/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H -#define LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H #include "Plugins/ExpressionParser/Clang/ClangASTImporter.h" #include "llvm/DebugInfo/CodeView/CVRecord.h" @@ -79,4 +79,4 @@ private: } // namespace npdb } // namespace lldb_private -#endif // LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H diff --git a/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h b/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h index 06ae32c6..06f317f 100644 --- a/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h +++ b/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H -#define LLDB_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H #include "lldb/lldb-forward.h" @@ -113,4 +113,4 @@ private: DeclContextToUidMap m_decl_context_to_uid; }; -#endif // LLDB_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H diff --git a/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h b/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h index 2e9d138..fd0fef0 100644 --- a/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h +++ b/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Plugins_SymbolFile_PDB_PDBLocationToDWARFExpression_h_ -#define lldb_Plugins_SymbolFile_PDB_PDBLocationToDWARFExpression_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBLOCATIONTODWARFEXPRESSION_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBLOCATIONTODWARFEXPRESSION_H #include "lldb/Core/Module.h" #include "lldb/Symbol/Variable.h" diff --git a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h index 7a4eee4..05baed4 100644 --- a/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h +++ b/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ -#define lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_SYMBOLFILEPDB_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_SYMBOLFILEPDB_H #include "lldb/Core/UniqueCStringMap.h" #include "lldb/Symbol/SymbolFile.h" @@ -262,4 +262,4 @@ private: lldb_private::UniqueCStringMap m_func_method_names; }; -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_SYMBOLFILEPDB_H diff --git a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h index 1fff818..5311191 100644 --- a/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h +++ b/lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolFileSymtab_h_ -#define liblldb_SymbolFileSymtab_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLFILE_SYMTAB_SYMBOLFILESYMTAB_H +#define LLDB_SOURCE_PLUGINS_SYMBOLFILE_SYMTAB_SYMBOLFILESYMTAB_H #include #include @@ -109,4 +109,4 @@ private: DISALLOW_COPY_AND_ASSIGN(SymbolFileSymtab); }; -#endif // liblldb_SymbolFileSymtab_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_SYMTAB_SYMBOLFILESYMTAB_H diff --git a/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h b/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h index 0cd740d..f39a44e 100644 --- a/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h +++ b/lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolVendorELF_h_ -#define liblldb_SymbolVendorELF_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_ELF_SYMBOLVENDORELF_H +#define LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_ELF_SYMBOLVENDORELF_H #include "lldb/Symbol/SymbolVendor.h" #include "lldb/lldb-private.h" @@ -41,4 +41,4 @@ private: DISALLOW_COPY_AND_ASSIGN(SymbolVendorELF); }; -#endif // liblldb_SymbolVendorELF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_ELF_SYMBOLVENDORELF_H diff --git a/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h b/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h index 01e33ff..52ef679 100644 --- a/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h +++ b/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolVendorMacOSX_h_ -#define liblldb_SymbolVendorMacOSX_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_MACOSX_SYMBOLVENDORMACOSX_H +#define LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_MACOSX_SYMBOLVENDORMACOSX_H #include "lldb/Symbol/SymbolVendor.h" #include "lldb/lldb-private.h" @@ -41,4 +41,4 @@ private: DISALLOW_COPY_AND_ASSIGN(SymbolVendorMacOSX); }; -#endif // liblldb_SymbolVendorMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_MACOSX_SYMBOLVENDORMACOSX_H diff --git a/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h b/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h index 7a688ab..34c5b60 100644 --- a/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h +++ b/lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SymbolVendorWasm_h_ -#define liblldb_SymbolVendorWasm_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_WASM_SYMBOLVENDORWASM_H +#define LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_WASM_SYMBOLVENDORWASM_H #include "lldb/Symbol/SymbolVendor.h" #include "lldb/lldb-private.h" @@ -41,4 +41,4 @@ private: } // namespace wasm } // namespace lldb_private -#endif // liblldb_SymbolVendorWasm_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_WASM_SYMBOLVENDORWASM_H diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h index 318d674..f1119a9 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleGetItemInfoHandler_h_ -#define lldb_AppleGetItemInfoHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETITEMINFOHANDLER_H +#define LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETITEMINFOHANDLER_H #include #include @@ -109,4 +109,4 @@ private: } // using namespace lldb_private -#endif // lldb_AppleGetItemInfoHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETITEMINFOHANDLER_H diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h index 0780e3c..20895ca 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleGetPendingItemsHandler_h_ -#define lldb_AppleGetPendingItemsHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETPENDINGITEMSHANDLER_H +#define LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETPENDINGITEMSHANDLER_H #include #include @@ -114,4 +114,4 @@ private: } // using namespace lldb_private -#endif // lldb_AppleGetPendingItemsHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETPENDINGITEMSHANDLER_H diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h index bd314f9..0c828d7 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleGetQueuesHandler_h_ -#define lldb_AppleGetQueuesHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETQUEUESHANDLER_H +#define LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETQUEUESHANDLER_H #include #include @@ -106,4 +106,4 @@ private: } // using namespace lldb_private -#endif // lldb_AppleGetQueuesHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETQUEUESHANDLER_H diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h index b45314d..0f7201a 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_AppleGetThreadItemInfoHandler_h_ -#define lldb_AppleGetThreadItemInfoHandler_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETTHREADITEMINFOHANDLER_H +#define LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETTHREADITEMINFOHANDLER_H #include #include @@ -108,4 +108,4 @@ private: } // using namespace lldb_private -#endif // lldb_AppleGetThreadItemInfoHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETTHREADITEMINFOHANDLER_H diff --git a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h index d6a18e2..be0c556 100644 --- a/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h +++ b/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_SystemRuntimeMacOSX_h_ -#define liblldb_SystemRuntimeMacOSX_h_ +#ifndef LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_SYSTEMRUNTIMEMACOSX_H +#define LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_SYSTEMRUNTIMEMACOSX_H #include #include @@ -289,4 +289,4 @@ private: DISALLOW_COPY_AND_ASSIGN(SystemRuntimeMacOSX); }; -#endif // liblldb_SystemRuntimeMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_SYSTEMRUNTIMEMACOSX_H diff --git a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h index 049975a..02382b5 100644 --- a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h +++ b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_TypeSystemClang_h_ -#define liblldb_TypeSystemClang_h_ +#ifndef LLDB_SOURCE_PLUGINS_TYPESYSTEM_CLANG_TYPESYSTEMCLANG_H +#define LLDB_SOURCE_PLUGINS_TYPESYSTEM_CLANG_TYPESYSTEMCLANG_H #include @@ -1031,4 +1031,4 @@ private: } // namespace lldb_private -#endif // liblldb_TypeSystemClang_h_ +#endif // LLDB_SOURCE_PLUGINS_TYPESYSTEM_CLANG_TYPESYSTEMCLANG_H diff --git a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h index 9125bd5..5784a42 100644 --- a/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h +++ b/lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UnwindAssemblyInstEmulation_h_ -#define liblldb_UnwindAssemblyInstEmulation_h_ +#ifndef LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_INSTEMULATION_UNWINDASSEMBLYINSTEMULATION_H +#define LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_INSTEMULATION_UNWINDASSEMBLYINSTEMULATION_H #include "lldb/Core/EmulateInstruction.h" #include "lldb/Symbol/UnwindPlan.h" @@ -151,4 +151,4 @@ private: uint32_t m_forward_branch_offset; }; -#endif // liblldb_UnwindAssemblyInstEmulation_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_INSTEMULATION_UNWINDASSEMBLYINSTEMULATION_H diff --git a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h index 7c198bb..3e1588f 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h +++ b/lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UnwindAssembly_x86_h_ -#define liblldb_UnwindAssembly_x86_h_ +#ifndef LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_UNWINDASSEMBLY_X86_H +#define LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_UNWINDASSEMBLY_X86_H #include "x86AssemblyInspectionEngine.h" @@ -62,4 +62,4 @@ private: lldb_private::x86AssemblyInspectionEngine *m_assembly_inspection_engine; }; -#endif // liblldb_UnwindAssembly_x86_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_UNWINDASSEMBLY_X86_H diff --git a/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h b/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h index 680598a..d08f82a 100644 --- a/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h +++ b/lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_x86AssemblyInspectionEngine_h_ -#define liblldb_x86AssemblyInspectionEngine_h_ +#ifndef LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_X86ASSEMBLYINSPECTIONENGINE_H +#define LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_X86ASSEMBLYINSPECTIONENGINE_H #include "llvm-c/Disassembler.h" @@ -196,4 +196,4 @@ private: } // namespace lldb_private -#endif // liblldb_x86AssemblyInspectionEngine_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_X86ASSEMBLYINSPECTIONENGINE_H diff --git a/lldb/source/Utility/ARM64_DWARF_Registers.h b/lldb/source/Utility/ARM64_DWARF_Registers.h index 64f69d6..1bb2ba0 100644 --- a/lldb/source/Utility/ARM64_DWARF_Registers.h +++ b/lldb/source/Utility/ARM64_DWARF_Registers.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_ARM64_DWARF_Registers_h_ -#define utility_ARM64_DWARF_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H +#define LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H #include "lldb/lldb-private.h" @@ -92,4 +92,4 @@ enum { } // namespace arm64_dwarf -#endif // utility_ARM64_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H diff --git a/lldb/source/Utility/ARM64_ehframe_Registers.h b/lldb/source/Utility/ARM64_ehframe_Registers.h index 9b5cd93..3e7baf9 100644 --- a/lldb/source/Utility/ARM64_ehframe_Registers.h +++ b/lldb/source/Utility/ARM64_ehframe_Registers.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_ARM64_ehframe_Registers_h_ -#define utility_ARM64_ehframe_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_ARM64_EHFRAME_REGISTERS_H +#define LLDB_SOURCE_UTILITY_ARM64_EHFRAME_REGISTERS_H // The register numbers used in the eh_frame unwind information. // Should be the same as DWARF register numbers. @@ -88,4 +88,4 @@ enum { }; } -#endif // utility_ARM64_ehframe_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM64_EHFRAME_REGISTERS_H diff --git a/lldb/source/Utility/ARM_DWARF_Registers.h b/lldb/source/Utility/ARM_DWARF_Registers.h index e33210d..8a3018b 100644 --- a/lldb/source/Utility/ARM_DWARF_Registers.h +++ b/lldb/source/Utility/ARM_DWARF_Registers.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_ARM_DWARF_Registers_h_ -#define utility_ARM_DWARF_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H +#define LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H #include "lldb/lldb-private.h" @@ -204,4 +204,4 @@ enum { dwarf_q15 }; -#endif // utility_ARM_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H diff --git a/lldb/source/Utility/ARM_ehframe_Registers.h b/lldb/source/Utility/ARM_ehframe_Registers.h index 1816b1d..c64e1db 100644 --- a/lldb/source/Utility/ARM_ehframe_Registers.h +++ b/lldb/source/Utility/ARM_ehframe_Registers.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_ARM_ehframe_Registers_h_ -#define utility_ARM_ehframe_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_ARM_EHFRAME_REGISTERS_H +#define LLDB_SOURCE_UTILITY_ARM_EHFRAME_REGISTERS_H // The register numbers used in the eh_frame unwind information. // Should be the same as DWARF register numbers. @@ -33,4 +33,4 @@ enum { ehframe_cpsr }; -#endif // utility_ARM_ehframe_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM_EHFRAME_REGISTERS_H diff --git a/lldb/source/Utility/PPC64LE_DWARF_Registers.h b/lldb/source/Utility/PPC64LE_DWARF_Registers.h index 548c1fd..cd53e7a 100644 --- a/lldb/source/Utility/PPC64LE_DWARF_Registers.h +++ b/lldb/source/Utility/PPC64LE_DWARF_Registers.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_PPC64LE_DWARF_Registers_h_ -#define utility_PPC64LE_DWARF_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H +#define LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H #include "lldb/lldb-private.h" @@ -190,4 +190,4 @@ enum { } // namespace ppc64le_dwarf -#endif // utility_PPC64LE_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H diff --git a/lldb/source/Utility/PPC64_DWARF_Registers.h b/lldb/source/Utility/PPC64_DWARF_Registers.h index 6ba5b6a..4f279be 100644 --- a/lldb/source/Utility/PPC64_DWARF_Registers.h +++ b/lldb/source/Utility/PPC64_DWARF_Registers.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_PPC64_DWARF_Registers_h_ -#define utility_PPC64_DWARF_Registers_h_ +#ifndef LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H +#define LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H #include "lldb/lldb-private.h" @@ -123,4 +123,4 @@ enum { } // namespace ppc64_dwarf -#endif // utility_PPC64_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H diff --git a/lldb/tools/debugserver/source/DNB.h b/lldb/tools/debugserver/source/DNB.h index ec04a1a..e0e1cdd 100644 --- a/lldb/tools/debugserver/source/DNB.h +++ b/lldb/tools/debugserver/source/DNB.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNB_h__ -#define __DNB_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNB_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNB_H #include "DNBDefs.h" #include "JSONGenerator.h" diff --git a/lldb/tools/debugserver/source/DNBArch.h b/lldb/tools/debugserver/source/DNBArch.h index d46aa67..0f65df75 100644 --- a/lldb/tools/debugserver/source/DNBArch.h +++ b/lldb/tools/debugserver/source/DNBArch.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DebugNubArch_h__ -#define __DebugNubArch_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBARCH_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBARCH_H #include "DNBDefs.h" #include "MacOSX/MachException.h" diff --git a/lldb/tools/debugserver/source/DNBBreakpoint.h b/lldb/tools/debugserver/source/DNBBreakpoint.h index 0b4e077..318ee69 100644 --- a/lldb/tools/debugserver/source/DNBBreakpoint.h +++ b/lldb/tools/debugserver/source/DNBBreakpoint.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBBreakpoint_h__ -#define __DNBBreakpoint_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBBREAKPOINT_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBBREAKPOINT_H #include diff --git a/lldb/tools/debugserver/source/DNBDataRef.h b/lldb/tools/debugserver/source/DNBDataRef.h index d521700..4a79dc4 100644 --- a/lldb/tools/debugserver/source/DNBDataRef.h +++ b/lldb/tools/debugserver/source/DNBDataRef.h @@ -19,8 +19,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBDataRef_h__ -#define __DNBDataRef_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDATAREF_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDATAREF_H #include "DNBDefs.h" #include @@ -121,4 +121,4 @@ protected: addr_t m_addrDATA; }; -#endif // #ifndef __DNBDataRef_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDATAREF_H diff --git a/lldb/tools/debugserver/source/DNBDefs.h b/lldb/tools/debugserver/source/DNBDefs.h index 2136eb6..49f8d6d 100644 --- a/lldb/tools/debugserver/source/DNBDefs.h +++ b/lldb/tools/debugserver/source/DNBDefs.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBDefs_h__ -#define __DNBDefs_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDEFS_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDEFS_H #include #include @@ -358,4 +358,4 @@ typedef void (*DNBCallbackLog)(void *baton, uint32_t flags, const char *format, #define UNUSED_IF_ASSERT_DISABLED(x) ((void)(x)) -#endif // #ifndef __DNBDefs_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDEFS_H diff --git a/lldb/tools/debugserver/source/DNBError.h b/lldb/tools/debugserver/source/DNBError.h index 7e67cf2..8da3f6c 100644 --- a/lldb/tools/debugserver/source/DNBError.h +++ b/lldb/tools/debugserver/source/DNBError.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBError_h__ -#define __DNBError_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBERROR_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBERROR_H #include #include @@ -94,4 +94,4 @@ protected: mutable std::string m_str; }; -#endif // #ifndef __DNBError_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBERROR_H diff --git a/lldb/tools/debugserver/source/DNBLog.h b/lldb/tools/debugserver/source/DNBLog.h index 47d8aeb..6a3e34c 100644 --- a/lldb/tools/debugserver/source/DNBLog.h +++ b/lldb/tools/debugserver/source/DNBLog.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBLog_h__ -#define __DNBLog_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBLOG_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBLOG_H #include "DNBDefs.h" #include @@ -149,4 +149,4 @@ void DNBLogSetVerbose(int g); } #endif -#endif // #ifndef __DNBLog_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBLOG_H diff --git a/lldb/tools/debugserver/source/DNBRegisterInfo.h b/lldb/tools/debugserver/source/DNBRegisterInfo.h index 3aa0e03..c17ce3a 100644 --- a/lldb/tools/debugserver/source/DNBRegisterInfo.h +++ b/lldb/tools/debugserver/source/DNBRegisterInfo.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBRegisterInfo_h__ -#define __DNBRegisterInfo_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBREGISTERINFO_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBREGISTERINFO_H #include "DNBDefs.h" #include diff --git a/lldb/tools/debugserver/source/DNBThreadResumeActions.h b/lldb/tools/debugserver/source/DNBThreadResumeActions.h index e2a25ab..2970b76 100644 --- a/lldb/tools/debugserver/source/DNBThreadResumeActions.h +++ b/lldb/tools/debugserver/source/DNBThreadResumeActions.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBThreadResumeActions_h__ -#define __DNBThreadResumeActions_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTHREADRESUMEACTIONS_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTHREADRESUMEACTIONS_H #include @@ -62,4 +62,4 @@ protected: mutable std::vector m_signal_handled; }; -#endif // #ifndef __DNBThreadResumeActions_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTHREADRESUMEACTIONS_H diff --git a/lldb/tools/debugserver/source/DNBTimer.h b/lldb/tools/debugserver/source/DNBTimer.h index 21ee235..8023249 100644 --- a/lldb/tools/debugserver/source/DNBTimer.h +++ b/lldb/tools/debugserver/source/DNBTimer.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBTimer_h__ -#define __DNBTimer_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTIMER_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTIMER_H #include "DNBDefs.h" #include "PThreadMutex.h" @@ -131,4 +131,4 @@ protected: struct timeval m_timeval; }; -#endif // #ifndef __DNBTimer_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTIMER_H diff --git a/lldb/tools/debugserver/source/JSON.h b/lldb/tools/debugserver/source/JSON.h index 70bfdd7..5bcc67c 100644 --- a/lldb/tools/debugserver/source/JSON.h +++ b/lldb/tools/debugserver/source/JSON.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_JSON_h_ -#define utility_JSON_h_ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_JSON_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_JSON_H #include "StdStringExtractor.h" @@ -299,4 +299,4 @@ protected: JSONValue::SP ParseJSONArray(); }; -#endif // utility_JSON_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_JSON_H diff --git a/lldb/tools/debugserver/source/JSONGenerator.h b/lldb/tools/debugserver/source/JSONGenerator.h index 70708f9..fff8494 100644 --- a/lldb/tools/debugserver/source/JSONGenerator.h +++ b/lldb/tools/debugserver/source/JSONGenerator.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __JSONGenerator_h_ -#define __JSONGenerator_h_ - +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_JSONGENERATOR_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_JSONGENERATOR_H #include #include @@ -311,4 +310,4 @@ public: }; // class JSONGenerator -#endif // __JSONGenerator_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_JSONGENERATOR_H diff --git a/lldb/tools/debugserver/source/MacOSX/CFBundle.h b/lldb/tools/debugserver/source/MacOSX/CFBundle.h index f49dc30..7e88d57 100644 --- a/lldb/tools/debugserver/source/MacOSX/CFBundle.h +++ b/lldb/tools/debugserver/source/MacOSX/CFBundle.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __CFBundle_h__ -#define __CFBundle_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFBUNDLE_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFBUNDLE_H #include "CFUtils.h" @@ -32,4 +32,4 @@ protected: CFReleaser m_bundle_url; }; -#endif // #ifndef __CFBundle_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFBUNDLE_H diff --git a/lldb/tools/debugserver/source/MacOSX/CFString.h b/lldb/tools/debugserver/source/MacOSX/CFString.h index d1bd568..3cc27ee 100644 --- a/lldb/tools/debugserver/source/MacOSX/CFString.h +++ b/lldb/tools/debugserver/source/MacOSX/CFString.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __CFString_h__ -#define __CFString_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFSTRING_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFSTRING_H #include "CFUtils.h" #include @@ -37,4 +37,4 @@ public: static const char *GlobPath(const char *path, std::string &expanded_path); }; -#endif // #ifndef __CFString_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFSTRING_H diff --git a/lldb/tools/debugserver/source/MacOSX/CFUtils.h b/lldb/tools/debugserver/source/MacOSX/CFUtils.h index b567524..fcd1eb4 100644 --- a/lldb/tools/debugserver/source/MacOSX/CFUtils.h +++ b/lldb/tools/debugserver/source/MacOSX/CFUtils.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __CFUtils_h__ -#define __CFUtils_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFUTILS_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFUTILS_H #include @@ -72,4 +72,4 @@ private: }; #endif // #ifdef __cplusplus -#endif // #ifndef __CFUtils_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFUTILS_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h index b66a789..bc6927e 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef ActivityStore_h -#define ActivityStore_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTORE_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTORE_H #include @@ -26,4 +26,4 @@ protected: ActivityStore(); }; -#endif /* ActivityStore_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTORE_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h index 99721f6..4492f29 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef ActivityStreamSPI_h -#define ActivityStreamSPI_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTREAMSPI_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTREAMSPI_H #include #include @@ -187,4 +187,4 @@ typedef char *(*os_log_copy_formatted_message_t)(os_log_message_t log_message); typedef void (*os_activity_stream_set_event_handler_t)( os_activity_stream_t stream, os_activity_stream_event_block_t block); -#endif /* ActivityStreamSPI_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTREAMSPI_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h index 24ab423..7acf9dc 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DarwinLogCollector_h -#define DarwinLogCollector_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGCOLLECTOR_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGCOLLECTOR_H #include @@ -104,4 +104,4 @@ private: ActivityMap m_activity_map; }; -#endif /* LogStreamCollector_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGCOLLECTOR_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h index fb14214..91f8f9f 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DarwinLogEvent_h -#define DarwinLogEvent_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGEVENT_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGEVENT_H #include #include diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h index 2bfcb50..7aca6c2a 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DarwinLogInterfaces_h -#define DarwinLogInterfaces_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGINTERFACES_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGINTERFACES_H #include @@ -21,4 +21,4 @@ using LogFilterChainSP = std::shared_ptr; class LogMessage; -#endif /* DarwinLogInterfaces_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGINTERFACES_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h index e9d8499..ab8560f 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef DarwinLogTypes_h -#define DarwinLogTypes_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGTYPES_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGTYPES_H enum FilterTarget { eFilterTargetInvalid, @@ -18,4 +18,4 @@ enum FilterTarget { eFilterTargetSubsystem }; -#endif /* DarwinLogTypes_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGTYPES_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h index 76ab60f..28c33c1 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogFilter_h -#define LogFilter_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTER_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTER_H #include "DarwinLogInterfaces.h" @@ -26,4 +26,4 @@ private: bool m_matches_accept; }; -#endif /* LogFilter_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTER_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h index f231c30..67f7d23 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogFilterChain_h -#define LogFilterChain_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERCHAIN_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERCHAIN_H #include @@ -34,4 +34,4 @@ private: bool m_default_accept; }; -#endif /* LogFilterChain_hpp */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERCHAIN_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h index 5c0b9c2..d7c28ba 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogFilterExactMatch_h -#define LogFilterExactMatch_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTEREXACTMATCH_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTEREXACTMATCH_H #include diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h index 5bcc366..255679d 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogFilterRegex_h -#define LogFilterRegex_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERREGEX_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERREGEX_H // C includes #include @@ -40,4 +40,4 @@ private: std::string m_error_text; }; -#endif /* LogFilterSubsystemRegex_hpp */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERREGEX_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h index 1f5808c..af7fca8 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogMessage_h -#define LogMessage_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGE_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGE_H #include @@ -36,4 +36,4 @@ protected: LogMessage(); }; -#endif /* LogMessage_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGE_H diff --git a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h index 39b6adc..3f64409 100644 --- a/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h +++ b/lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LogMessageOsLog_h -#define LogMessageOsLog_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGEOSLOG_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGEOSLOG_H #include "DarwinLogInterfaces.h" @@ -53,4 +53,4 @@ private: mutable std::string m_message; }; -#endif /* LogMessageOsLog_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGEOSLOG_H diff --git a/lldb/tools/debugserver/source/MacOSX/Genealogy.h b/lldb/tools/debugserver/source/MacOSX/Genealogy.h index 969405a..83ea3638 100644 --- a/lldb/tools/debugserver/source/MacOSX/Genealogy.h +++ b/lldb/tools/debugserver/source/MacOSX/Genealogy.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __Genealogy_h__ -#define __Genealogy_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGY_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGY_H #include #include @@ -116,4 +116,4 @@ private: bool m_diagnosticd_call_timed_out; }; -#endif // __Genealogy_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGY_H diff --git a/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h b/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h index 0aea512..4a65524 100644 --- a/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h +++ b/lldb/tools/debugserver/source/MacOSX/GenealogySPI.h @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception //===----------------------------------------------------------------------===// -#ifndef __GenealogySPI_h__ -#define __GenealogySPI_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGYSPI_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGYSPI_H #include diff --git a/lldb/tools/debugserver/source/MacOSX/MachException.h b/lldb/tools/debugserver/source/MacOSX/MachException.h index 0a1d341..e6cb317 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachException.h +++ b/lldb/tools/debugserver/source/MacOSX/MachException.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachException_h__ -#define __MachException_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHEXCEPTION_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHEXCEPTION_H #include #include diff --git a/lldb/tools/debugserver/source/MacOSX/MachProcess.h b/lldb/tools/debugserver/source/MacOSX/MachProcess.h index e31486c..3787159 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachProcess.h +++ b/lldb/tools/debugserver/source/MacOSX/MachProcess.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachProcess_h__ -#define __MachProcess_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHPROCESS_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHPROCESS_H #include #include @@ -430,4 +430,4 @@ private: uint32_t (*m_dyld_process_info_get_platform)(void *info); }; -#endif // __MachProcess_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHPROCESS_H diff --git a/lldb/tools/debugserver/source/MacOSX/MachTask.h b/lldb/tools/debugserver/source/MacOSX/MachTask.h index 62f9072..36e31dd 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachTask.h +++ b/lldb/tools/debugserver/source/MacOSX/MachTask.h @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachTask_h__ -#define __MachTask_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTASK_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTASK_H #include #include @@ -113,4 +113,4 @@ private: MachTask &operator=(const MachTask &rhs) = delete; }; -#endif // __MachTask_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTASK_H diff --git a/lldb/tools/debugserver/source/MacOSX/MachThread.h b/lldb/tools/debugserver/source/MacOSX/MachThread.h index cbcd94e..5466c6f 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachThread.h +++ b/lldb/tools/debugserver/source/MacOSX/MachThread.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachThread_h__ -#define __MachThread_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREAD_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREAD_H #include #include diff --git a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h index aeec61d..8544c3a 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachThreadList.h +++ b/lldb/tools/debugserver/source/MacOSX/MachThreadList.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachThreadList_h__ -#define __MachThreadList_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREADLIST_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREADLIST_H #include "MachThread.h" #include "ThreadInfo.h" @@ -103,4 +103,4 @@ protected: bool m_is_64_bit; }; -#endif // #ifndef __MachThreadList_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREADLIST_H diff --git a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h index 538e112..05d2c02 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h +++ b/lldb/tools/debugserver/source/MacOSX/MachVMMemory.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachVMMemory_h__ -#define __MachVMMemory_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMMEMORY_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMMEMORY_H #include "DNBDefs.h" #include "DNBError.h" @@ -44,4 +44,4 @@ protected: DNBError m_err; }; -#endif // #ifndef __MachVMMemory_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMMEMORY_H diff --git a/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h b/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h index 2e6303c..210b1c9 100644 --- a/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h +++ b/lldb/tools/debugserver/source/MacOSX/MachVMRegion.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachVMRegion_h__ -#define __MachVMRegion_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMREGION_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMREGION_H #include "DNBDefs.h" #include "DNBError.h" @@ -69,4 +69,4 @@ protected: m_protection_size; // The size of memory that had its protections changed }; -#endif // #ifndef __MachVMRegion_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMREGION_H diff --git a/lldb/tools/debugserver/source/MacOSX/OsLogger.h b/lldb/tools/debugserver/source/MacOSX/OsLogger.h index 5a173c4..0c81a84 100644 --- a/lldb/tools/debugserver/source/MacOSX/OsLogger.h +++ b/lldb/tools/debugserver/source/MacOSX/OsLogger.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef OsLogger_h -#define OsLogger_h +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_OSLOGGER_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_OSLOGGER_H #include "DNBDefs.h" @@ -16,4 +16,4 @@ public: static DNBCallbackLog GetLogFunction(); }; -#endif /* OsLogger_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_OSLOGGER_H diff --git a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h index 00c368c..a114a47 100644 --- a/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h +++ b/lldb/tools/debugserver/source/MacOSX/ThreadInfo.h @@ -7,8 +7,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __ThreadInfo_h__ -#define __ThreadInfo_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H namespace ThreadInfo { @@ -22,4 +22,4 @@ public: }; }; -#endif // __ThreadInfo_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H diff --git a/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h b/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h index 4c27a342f..29cd3e5 100644 --- a/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h +++ b/lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DebugNubArchMachARM_h__ -#define __DebugNubArchMachARM_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM_DNBARCHIMPL_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM_DNBARCHIMPL_H #if defined(__arm__) || defined(__arm64__) || defined(__aarch64__) @@ -273,4 +273,4 @@ protected: }; #endif // #if defined (__arm__) -#endif // #ifndef __DebugNubArchMachARM_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM_DNBARCHIMPL_H diff --git a/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h index 2c59a0c..ea4efa4 100644 --- a/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h +++ b/lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBArchImplARM64_h__ -#define __DNBArchImplARM64_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM64_DNBARCHIMPLARM64_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM64_DNBARCHIMPLARM64_H #if defined(__arm__) || defined(__arm64__) || defined(__aarch64__) @@ -245,4 +245,4 @@ protected: #endif // #if defined (ARM_THREAD_STATE64_COUNT) #endif // #if defined (__arm__) -#endif // #ifndef __DNBArchImplARM64_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM64_DNBARCHIMPLARM64_H diff --git a/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h b/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h index dfd2ef0..43594e8 100644 --- a/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h +++ b/lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBArchImplI386_h__ -#define __DNBArchImplI386_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_DNBARCHIMPLI386_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_DNBARCHIMPLI386_H #if defined(__i386__) || defined(__x86_64__) @@ -243,4 +243,4 @@ protected: }; #endif // #if defined (__i386__) || defined (__x86_64__) -#endif // #ifndef __DNBArchImplI386_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_DNBARCHIMPLI386_H diff --git a/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h b/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h index 6eab0ad..8458a28 100644 --- a/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h +++ b/lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachRegisterStatesI386_h__ -#define __MachRegisterStatesI386_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_MACHREGISTERSTATESI386_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_MACHREGISTERSTATESI386_H #include diff --git a/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h b/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h index 94c3969..0ed433f 100644 --- a/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h +++ b/lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __DNBArchImplX86_64_h__ -#define __DNBArchImplX86_64_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_DNBARCHIMPLX86_64_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_DNBARCHIMPLX86_64_H #if defined(__i386__) || defined(__x86_64__) #include "DNBArch.h" @@ -247,4 +247,4 @@ protected: }; #endif // #if defined (__i386__) || defined (__x86_64__) -#endif // #ifndef __DNBArchImplX86_64_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_DNBARCHIMPLX86_64_H diff --git a/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h b/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h index 8183966..f53e0a7 100644 --- a/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h +++ b/lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __MachRegisterStatesX86_64_h__ -#define __MachRegisterStatesX86_64_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_MACHREGISTERSTATESX86_64_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_MACHREGISTERSTATESX86_64_H #include diff --git a/lldb/tools/debugserver/source/PThreadCondition.h b/lldb/tools/debugserver/source/PThreadCondition.h index 2f9060d..d77d162 100644 --- a/lldb/tools/debugserver/source/PThreadCondition.h +++ b/lldb/tools/debugserver/source/PThreadCondition.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __PThreadCondition_h__ -#define __PThreadCondition_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADCONDITION_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADCONDITION_H #include diff --git a/lldb/tools/debugserver/source/PThreadEvent.h b/lldb/tools/debugserver/source/PThreadEvent.h index f81798d..da3d9d4 100644 --- a/lldb/tools/debugserver/source/PThreadEvent.h +++ b/lldb/tools/debugserver/source/PThreadEvent.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __PThreadEvent_h__ -#define __PThreadEvent_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADEVENT_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADEVENT_H #include "PThreadCondition.h" #include "PThreadMutex.h" #include @@ -58,4 +58,4 @@ private: PThreadEvent &operator=(const PThreadEvent &rhs) = delete; }; -#endif // #ifndef __PThreadEvent_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADEVENT_H diff --git a/lldb/tools/debugserver/source/PThreadMutex.h b/lldb/tools/debugserver/source/PThreadMutex.h index 075fdc9..dce2e56 100644 --- a/lldb/tools/debugserver/source/PThreadMutex.h +++ b/lldb/tools/debugserver/source/PThreadMutex.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __PThreadMutex_h__ -#define __PThreadMutex_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADMUTEX_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADMUTEX_H #include #include diff --git a/lldb/tools/debugserver/source/PseudoTerminal.h b/lldb/tools/debugserver/source/PseudoTerminal.h index e3324c1..0e4b24d 100644 --- a/lldb/tools/debugserver/source/PseudoTerminal.h +++ b/lldb/tools/debugserver/source/PseudoTerminal.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __PseudoTerminal_h__ -#define __PseudoTerminal_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_PSEUDOTERMINAL_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_PSEUDOTERMINAL_H #include #include @@ -76,4 +76,4 @@ private: PseudoTerminal &operator=(const PseudoTerminal &rhs) = delete; }; -#endif // #ifndef __PseudoTerminal_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_PSEUDOTERMINAL_H diff --git a/lldb/tools/debugserver/source/RNBContext.h b/lldb/tools/debugserver/source/RNBContext.h index 946dfb2..7d8f458 100644 --- a/lldb/tools/debugserver/source/RNBContext.h +++ b/lldb/tools/debugserver/source/RNBContext.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __RNBContext_h__ -#define __RNBContext_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBCONTEXT_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBCONTEXT_H #include "DNBError.h" #include "PThreadEvent.h" @@ -153,4 +153,4 @@ private: RNBContext &operator=(const RNBContext &rhs) = delete; }; -#endif // #ifndef __RNBContext_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBCONTEXT_H diff --git a/lldb/tools/debugserver/source/RNBDefs.h b/lldb/tools/debugserver/source/RNBDefs.h index fe5d9de..a5322ae 100644 --- a/lldb/tools/debugserver/source/RNBDefs.h +++ b/lldb/tools/debugserver/source/RNBDefs.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __RNBDefs_h__ -#define __RNBDefs_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBDEFS_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBDEFS_H #include "DNBDefs.h" #include @@ -87,4 +87,4 @@ enum rnb_err_t { rnb_success = 0, rnb_err = 1, rnb_not_connected = 2 }; extern RNBRemoteSP g_remoteSP; -#endif // #ifndef __RNBDefs_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBDEFS_H diff --git a/lldb/tools/debugserver/source/RNBRemote.h b/lldb/tools/debugserver/source/RNBRemote.h index 88d8209..b053537 100644 --- a/lldb/tools/debugserver/source/RNBRemote.h +++ b/lldb/tools/debugserver/source/RNBRemote.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __RNBRemote_h__ -#define __RNBRemote_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBREMOTE_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBREMOTE_H #include "DNB.h" #include "PThreadMutex.h" @@ -428,4 +428,4 @@ protected: about how many bytes gdb might try to send in a single packet. */ #define DEFAULT_GDB_REMOTE_PROTOCOL_BUFSIZE 399 -#endif // #ifndef __RNBRemote_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBREMOTE_H diff --git a/lldb/tools/debugserver/source/RNBServices.h b/lldb/tools/debugserver/source/RNBServices.h index b7514f3..b4a1863 100644 --- a/lldb/tools/debugserver/source/RNBServices.h +++ b/lldb/tools/debugserver/source/RNBServices.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __RNBServices_h__ -#define __RNBServices_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSERVICES_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSERVICES_H #include "RNBDefs.h" #include @@ -25,4 +25,4 @@ int ListApplications(std::string &plist, bool opt_runningApps, bool opt_debuggable); -#endif // __RNBServices_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSERVICES_H diff --git a/lldb/tools/debugserver/source/RNBSocket.h b/lldb/tools/debugserver/source/RNBSocket.h index 2f68eb0..6e13b79 100644 --- a/lldb/tools/debugserver/source/RNBSocket.h +++ b/lldb/tools/debugserver/source/RNBSocket.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __RNBSocket_h__ -#define __RNBSocket_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSOCKET_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSOCKET_H #include "DNBTimer.h" #include "RNBDefs.h" @@ -74,4 +74,4 @@ protected: DNBTimer m_timer; }; -#endif // #ifndef __RNBSocket_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSOCKET_H diff --git a/lldb/tools/debugserver/source/StdStringExtractor.h b/lldb/tools/debugserver/source/StdStringExtractor.h index 5165240..88544dc 100644 --- a/lldb/tools/debugserver/source/StdStringExtractor.h +++ b/lldb/tools/debugserver/source/StdStringExtractor.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef utility_StdStringExtractor_h_ -#define utility_StdStringExtractor_h_ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_STDSTRINGEXTRACTOR_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_STDSTRINGEXTRACTOR_H #include #include @@ -102,4 +102,4 @@ protected: // reached when decoding information }; -#endif // utility_StringExtractor_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_STDSTRINGEXTRACTOR_H diff --git a/lldb/tools/debugserver/source/SysSignal.h b/lldb/tools/debugserver/source/SysSignal.h index b6fc67f..bc7753e 100644 --- a/lldb/tools/debugserver/source/SysSignal.h +++ b/lldb/tools/debugserver/source/SysSignal.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __SysSignal_h__ -#define __SysSignal_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_SYSSIGNAL_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_SYSSIGNAL_H class SysSignal { public: diff --git a/lldb/tools/debugserver/source/TTYState.h b/lldb/tools/debugserver/source/TTYState.h index 01ef579..ac70417 100644 --- a/lldb/tools/debugserver/source/TTYState.h +++ b/lldb/tools/debugserver/source/TTYState.h @@ -10,8 +10,8 @@ // //===----------------------------------------------------------------------===// -#ifndef __TTYState_h__ -#define __TTYState_h__ +#ifndef LLDB_TOOLS_DEBUGSERVER_SOURCE_TTYSTATE_H +#define LLDB_TOOLS_DEBUGSERVER_SOURCE_TTYSTATE_H #include #include diff --git a/lldb/tools/driver/Driver.h b/lldb/tools/driver/Driver.h index f442458..2d91491 100644 --- a/lldb/tools/driver/Driver.h +++ b/lldb/tools/driver/Driver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Driver_h_ -#define lldb_Driver_h_ +#ifndef LLDB_TOOLS_DRIVER_DRIVER_H +#define LLDB_TOOLS_DRIVER_DRIVER_H #include "Platform.h" @@ -99,4 +99,4 @@ private: OptionData m_option_data; }; -#endif // lldb_Driver_h_ +#endif // LLDB_TOOLS_DRIVER_DRIVER_H diff --git a/lldb/tools/driver/Platform.h b/lldb/tools/driver/Platform.h index cf6c4ec..6b893f9 100644 --- a/lldb/tools/driver/Platform.h +++ b/lldb/tools/driver/Platform.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_Platform_h_ -#define lldb_Platform_h_ +#ifndef LLDB_TOOLS_DRIVER_PLATFORM_H +#define LLDB_TOOLS_DRIVER_PLATFORM_H #include "lldb/Host/Config.h" @@ -87,4 +87,4 @@ extern int tcgetattr(int fildes, struct termios *termios_p); #include #endif -#endif // lldb_Platform_h_ +#endif // LLDB_TOOLS_DRIVER_PLATFORM_H diff --git a/lldb/tools/lldb-server/Acceptor.h b/lldb/tools/lldb-server/Acceptor.h index 1e7337f..b441e92 100644 --- a/lldb/tools/lldb-server/Acceptor.h +++ b/lldb/tools/lldb-server/Acceptor.h @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#ifndef lldb_server_Acceptor_h_ -#define lldb_server_Acceptor_h_ +#ifndef LLDB_TOOLS_LLDB_SERVER_ACCEPTOR_H +#define LLDB_TOOLS_LLDB_SERVER_ACCEPTOR_H #include "lldb/Host/Socket.h" #include "lldb/Utility/Connection.h" @@ -57,4 +57,4 @@ private: } // namespace lldb_server } // namespace lldb_private -#endif // lldb_server_Acceptor_h_ +#endif // LLDB_TOOLS_LLDB_SERVER_ACCEPTOR_H diff --git a/lldb/tools/lldb-server/LLDBServerUtilities.h b/lldb/tools/lldb-server/LLDBServerUtilities.h index 3ade1f9..b59d1e4 100644 --- a/lldb/tools/lldb-server/LLDBServerUtilities.h +++ b/lldb/tools/lldb-server/LLDBServerUtilities.h @@ -1,3 +1,7 @@ +#ifndef LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H + +#define LLDB_TOOLS_LLDB_SERVER_LLDBSERVERUTILITIES_H + //===-- LLDBServerUtilities.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -21,3 +25,5 @@ public: }; } } + +#endif diff --git a/lldb/tools/lldb-server/SystemInitializerLLGS.h b/lldb/tools/lldb-server/SystemInitializerLLGS.h index 59a1fa1..f3d015e 100644 --- a/lldb/tools/lldb-server/SystemInitializerLLGS.h +++ b/lldb/tools/lldb-server/SystemInitializerLLGS.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SYSTEMINITIALIZERLLGS_H -#define LLDB_SYSTEMINITIALIZERLLGS_H +#ifndef LLDB_TOOLS_LLDB_SERVER_SYSTEMINITIALIZERLLGS_H +#define LLDB_TOOLS_LLDB_SERVER_SYSTEMINITIALIZERLLGS_H #include "lldb/Initialization/SystemInitializer.h" #include "lldb/Initialization/SystemInitializerCommon.h" @@ -18,4 +18,4 @@ public: void Terminate() override; }; -#endif // LLDB_SYSTEMINITIALIZERLLGS_H +#endif // LLDB_TOOLS_LLDB_SERVER_SYSTEMINITIALIZERLLGS_H diff --git a/lldb/tools/lldb-test/FormatUtil.h b/lldb/tools/lldb-test/FormatUtil.h index 91b3c08..2b2266e 100644 --- a/lldb/tools/lldb-test/FormatUtil.h +++ b/lldb/tools/lldb-test/FormatUtil.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_TOOLS_LLDBTEST_FORMATUTIL_H -#define LLVM_TOOLS_LLDBTEST_FORMATUTIL_H +#ifndef LLDB_TOOLS_LLDB_TEST_FORMATUTIL_H +#define LLDB_TOOLS_LLDB_TEST_FORMATUTIL_H #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/StringRef.h" diff --git a/lldb/tools/lldb-test/SystemInitializerTest.h b/lldb/tools/lldb-test/SystemInitializerTest.h index 4f58d2a..a9f2111 100644 --- a/lldb/tools/lldb-test/SystemInitializerTest.h +++ b/lldb/tools/lldb-test/SystemInitializerTest.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_API_SYSTEM_INITIALIZER_TEST_H -#define LLDB_API_SYSTEM_INITIALIZER_TEST_H +#ifndef LLDB_TOOLS_LLDB_TEST_SYSTEMINITIALIZERTEST_H +#define LLDB_TOOLS_LLDB_TEST_SYSTEMINITIALIZERTEST_H #include "lldb/Initialization/SystemInitializerCommon.h" @@ -29,4 +29,4 @@ public: } // namespace lldb_private -#endif // LLDB_API_SYSTEM_INITIALIZER_FULL_H +#endif // LLDB_TOOLS_LLDB_TEST_SYSTEMINITIALIZERTEST_H diff --git a/lldb/tools/lldb-vscode/BreakpointBase.h b/lldb/tools/lldb-vscode/BreakpointBase.h index 47808ef..eb1e466 100644 --- a/lldb/tools/lldb-vscode/BreakpointBase.h +++ b/lldb/tools/lldb-vscode/BreakpointBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_BREAKPOINTBASE_H_ -#define LLDBVSCODE_BREAKPOINTBASE_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_BREAKPOINTBASE_H +#define LLDB_TOOLS_LLDB_VSCODE_BREAKPOINTBASE_H #include "JSONUtils.h" #include "lldb/API/SBBreakpoint.h" diff --git a/lldb/tools/lldb-vscode/ExceptionBreakpoint.h b/lldb/tools/lldb-vscode/ExceptionBreakpoint.h index fd9f8ef..75c6178 100644 --- a/lldb/tools/lldb-vscode/ExceptionBreakpoint.h +++ b/lldb/tools/lldb-vscode/ExceptionBreakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_EXCEPTIONBREAKPOINT_H_ -#define LLDBVSCODE_EXCEPTIONBREAKPOINT_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_EXCEPTIONBREAKPOINT_H +#define LLDB_TOOLS_LLDB_VSCODE_EXCEPTIONBREAKPOINT_H #include diff --git a/lldb/tools/lldb-vscode/FunctionBreakpoint.h b/lldb/tools/lldb-vscode/FunctionBreakpoint.h index dbc1849..82eec89 100644 --- a/lldb/tools/lldb-vscode/FunctionBreakpoint.h +++ b/lldb/tools/lldb-vscode/FunctionBreakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_FUNCTIONBREAKPOINT_H_ -#define LLDBVSCODE_FUNCTIONBREAKPOINT_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_FUNCTIONBREAKPOINT_H +#define LLDB_TOOLS_LLDB_VSCODE_FUNCTIONBREAKPOINT_H #include "BreakpointBase.h" diff --git a/lldb/tools/lldb-vscode/IOStream.h b/lldb/tools/lldb-vscode/IOStream.h index 8414c09..603ae9a 100644 --- a/lldb/tools/lldb-vscode/IOStream.h +++ b/lldb/tools/lldb-vscode/IOStream.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_IOSTREAM_H_ -#define LLDBVSCODE_IOSTREAM_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_IOSTREAM_H +#define LLDB_TOOLS_LLDB_VSCODE_IOSTREAM_H #if defined(_WIN32) // We need to #define NOMINMAX in order to skip `min()` and `max()` macro diff --git a/lldb/tools/lldb-vscode/JSONUtils.h b/lldb/tools/lldb-vscode/JSONUtils.h index 265af62..6dc6701 100644 --- a/lldb/tools/lldb-vscode/JSONUtils.h +++ b/lldb/tools/lldb-vscode/JSONUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_JSONUTILS_H_ -#define LLDBVSCODE_JSONUTILS_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_JSONUTILS_H +#define LLDB_TOOLS_LLDB_VSCODE_JSONUTILS_H #include #include "llvm/ADT/StringRef.h" diff --git a/lldb/tools/lldb-vscode/LLDBUtils.h b/lldb/tools/lldb-vscode/LLDBUtils.h index e4e56e7..8867589 100644 --- a/lldb/tools/lldb-vscode/LLDBUtils.h +++ b/lldb/tools/lldb-vscode/LLDBUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_LLDBUTILS_H_ -#define LLDBVSCODE_LLDBUTILS_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_LLDBUTILS_H +#define LLDB_TOOLS_LLDB_VSCODE_LLDBUTILS_H #include "VSCodeForward.h" #include "llvm/ADT/ArrayRef.h" diff --git a/lldb/tools/lldb-vscode/SourceBreakpoint.h b/lldb/tools/lldb-vscode/SourceBreakpoint.h index f17557e..95f192be 100644 --- a/lldb/tools/lldb-vscode/SourceBreakpoint.h +++ b/lldb/tools/lldb-vscode/SourceBreakpoint.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_SOURCEBREAKPOINT_H_ -#define LLDBVSCODE_SOURCEBREAKPOINT_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_SOURCEBREAKPOINT_H +#define LLDB_TOOLS_LLDB_VSCODE_SOURCEBREAKPOINT_H #include "llvm/ADT/StringRef.h" #include "BreakpointBase.h" diff --git a/lldb/tools/lldb-vscode/SourceReference.h b/lldb/tools/lldb-vscode/SourceReference.h index 55f5b9b..cf62fb6 100644 --- a/lldb/tools/lldb-vscode/SourceReference.h +++ b/lldb/tools/lldb-vscode/SourceReference.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_SOURCEREFERENCE_H_ -#define LLDBVSCODE_SOURCEREFERENCE_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_SOURCEREFERENCE_H +#define LLDB_TOOLS_LLDB_VSCODE_SOURCEREFERENCE_H #include "lldb/lldb-types.h" #include "llvm/ADT/DenseMap.h" diff --git a/lldb/tools/lldb-vscode/VSCode.h b/lldb/tools/lldb-vscode/VSCode.h index 5733073..f23b24d 100644 --- a/lldb/tools/lldb-vscode/VSCode.h +++ b/lldb/tools/lldb-vscode/VSCode.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_VSCODE_H_ -#define LLDBVSCODE_VSCODE_H_ +#ifndef LLDB_TOOLS_LLDB_VSCODE_VSCODE_H +#define LLDB_TOOLS_LLDB_VSCODE_VSCODE_H #include #include diff --git a/lldb/tools/lldb-vscode/VSCodeForward.h b/lldb/tools/lldb-vscode/VSCodeForward.h index 4a89120..6be5a96 100644 --- a/lldb/tools/lldb-vscode/VSCodeForward.h +++ b/lldb/tools/lldb-vscode/VSCodeForward.h @@ -6,9 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDBVSCODE_VSCODEFORWARD_H_ -#define LLDBVSCODE_VSCODEFORWARD_H_ - +#ifndef LLDB_TOOLS_LLDB_VSCODE_VSCODEFORWARD_H +#define LLDB_TOOLS_LLDB_VSCODE_VSCODEFORWARD_H namespace lldb_vscode { struct BreakpointBase; diff --git a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h index 53e94a3..0a48f34 100644 --- a/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h +++ b/lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h @@ -5,8 +5,8 @@ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// -#ifndef lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h -#define lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h +#ifndef LLDB_UNITTESTS_PROCESS_GDB_REMOTE_GDBREMOTETESTUTILS_H +#define LLDB_UNITTESTS_PROCESS_GDB_REMOTE_GDBREMOTETESTUTILS_H #include "gmock/gmock.h" #include "gtest/gtest.h" @@ -88,4 +88,4 @@ public: } // namespace process_gdb_remote } // namespace lldb_private -#endif // lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h +#endif // LLDB_UNITTESTS_PROCESS_GDB_REMOTE_GDBREMOTETESTUTILS_H diff --git a/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h b/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h index c72aacd..dcd8b09 100644 --- a/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h +++ b/lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef lldb_unittests_Host_NativeProcessTestUtils_h_ -#define lldb_unittests_Host_NativeProcessTestUtils_h_ +#ifndef LLDB_UNITTESTS_TESTINGSUPPORT_HOST_NATIVEPROCESSTESTUTILS_H +#define LLDB_UNITTESTS_TESTINGSUPPORT_HOST_NATIVEPROCESSTESTUTILS_H #include "lldb/Host/common/NativeProcessProtocol.h" #include "llvm/Testing/Support/Error.h" diff --git a/lldb/unittests/TestingSupport/MockTildeExpressionResolver.h b/lldb/unittests/TestingSupport/MockTildeExpressionResolver.h index 449181f..c96e2d2 100644 --- a/lldb/unittests/TestingSupport/MockTildeExpressionResolver.h +++ b/lldb/unittests/TestingSupport/MockTildeExpressionResolver.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_UNITTESTS_UTILITY_MOCKS_MOCK_TILDE_EXPRESSION_RESOLVER_H -#define LLDB_UNITTESTS_UTILITY_MOCKS_MOCK_TILDE_EXPRESSION_RESOLVER_H +#ifndef LLDB_UNITTESTS_TESTINGSUPPORT_MOCKTILDEEXPRESSIONRESOLVER_H +#define LLDB_UNITTESTS_TESTINGSUPPORT_MOCKTILDEEXPRESSIONRESOLVER_H #include "lldb/Utility/TildeExpressionResolver.h" diff --git a/lldb/unittests/TestingSupport/TestUtilities.h b/lldb/unittests/TestingSupport/TestUtilities.h index 7d2ef26..852c87e 100644 --- a/lldb/unittests/TestingSupport/TestUtilities.h +++ b/lldb/unittests/TestingSupport/TestUtilities.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_UNITTESTS_UTILITY_HELPERS_TESTUTILITIES_H -#define LLDB_UNITTESTS_UTILITY_HELPERS_TESTUTILITIES_H +#ifndef LLDB_UNITTESTS_TESTINGSUPPORT_TESTUTILITIES_H +#define LLDB_UNITTESTS_TESTINGSUPPORT_TESTUTILITIES_H #include "llvm/ADT/SmallString.h" #include "llvm/ADT/Twine.h" diff --git a/lldb/unittests/gtest_common.h b/lldb/unittests/gtest_common.h index 00253f5..3a92123 100644 --- a/lldb/unittests/gtest_common.h +++ b/lldb/unittests/gtest_common.h @@ -1,3 +1,7 @@ +#ifndef LLDB_UNITTESTS_GTEST_COMMON_H + +#define LLDB_UNITTESTS_GTEST_COMMON_H + //===-- gtest_common.h ------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -14,3 +18,5 @@ // This header file is force included by all of LLDB's unittest compilation // units. Be very leary about putting anything in this file. + +#endif diff --git a/lldb/unittests/tools/lldb-server/tests/MessageObjects.h b/lldb/unittests/tools/lldb-server/tests/MessageObjects.h index 2388f40..ff3f76a 100644 --- a/lldb/unittests/tools/lldb-server/tests/MessageObjects.h +++ b/lldb/unittests/tools/lldb-server/tests/MessageObjects.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SERVER_TESTS_MESSAGEOBJECTS_H -#define LLDB_SERVER_TESTS_MESSAGEOBJECTS_H +#ifndef LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_MESSAGEOBJECTS_H +#define LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_MESSAGEOBJECTS_H #include "lldb/Host/Host.h" #include "lldb/Utility/RegisterValue.h" @@ -183,4 +183,4 @@ namespace lldb_private { std::ostream &operator<<(std::ostream &OS, const RegisterValue &RegVal); } -#endif // LLDB_SERVER_TESTS_MESSAGEOBJECTS_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_MESSAGEOBJECTS_H diff --git a/lldb/unittests/tools/lldb-server/tests/TestBase.h b/lldb/unittests/tools/lldb-server/tests/TestBase.h index 1ebe23f..6b0a9cd 100644 --- a/lldb/unittests/tools/lldb-server/tests/TestBase.h +++ b/lldb/unittests/tools/lldb-server/tests/TestBase.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SERVER_TESTS_TESTBASE_H -#define LLDB_SERVER_TESTS_TESTBASE_H +#ifndef LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTBASE_H +#define LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTBASE_H #include "TestClient.h" #include "lldb/Host/FileSystem.h" @@ -56,4 +56,4 @@ protected: } // namespace llgs_tests -#endif // LLDB_SERVER_TESTS_TESTBASE_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTBASE_H diff --git a/lldb/unittests/tools/lldb-server/tests/TestClient.h b/lldb/unittests/tools/lldb-server/tests/TestClient.h index 3016d37..32a21a4 100644 --- a/lldb/unittests/tools/lldb-server/tests/TestClient.h +++ b/lldb/unittests/tools/lldb-server/tests/TestClient.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLDB_SERVER_TESTS_TESTCLIENT_H -#define LLDB_SERVER_TESTS_TESTCLIENT_H +#ifndef LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTCLIENT_H +#define LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTCLIENT_H #include "MessageObjects.h" #include "Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h" @@ -109,4 +109,4 @@ TestClient::SendMessage(llvm::StringRef Message, CreateArgs &&... Args) { } // namespace llgs_tests -#endif // LLDB_SERVER_TESTS_TESTCLIENT_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTCLIENT_H diff --git a/lldb/utils/TableGen/LLDBTableGenBackends.h b/lldb/utils/TableGen/LLDBTableGenBackends.h index b424abf..88ae088 100644 --- a/lldb/utils/TableGen/LLDBTableGenBackends.h +++ b/lldb/utils/TableGen/LLDBTableGenBackends.h @@ -13,8 +13,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_LLDB_UTILS_TABLEGEN_TABLEGENBACKENDS_H -#define LLVM_LLDB_UTILS_TABLEGEN_TABLEGENBACKENDS_H +#ifndef LLDB_UTILS_TABLEGEN_LLDBTABLEGENBACKENDS_H +#define LLDB_UTILS_TABLEGEN_LLDBTABLEGENBACKENDS_H #include "llvm/ADT/StringRef.h" diff --git a/lldb/utils/TableGen/LLDBTableGenUtils.h b/lldb/utils/TableGen/LLDBTableGenUtils.h index 5553cec..76f0df9 100644 --- a/lldb/utils/TableGen/LLDBTableGenUtils.h +++ b/lldb/utils/TableGen/LLDBTableGenUtils.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_LLDB_UTILS_TABLEGEN_TABLEGENUTILS_H -#define LLVM_LLDB_UTILS_TABLEGEN_TABLEGENUTILS_H +#ifndef LLDB_UTILS_TABLEGEN_LLDBTABLEGENUTILS_H +#define LLDB_UTILS_TABLEGEN_LLDBTABLEGENUTILS_H #include "llvm/ADT/StringRef.h" #include -- 2.7.4