Index: lldb/include/lldb/API/LLDB.h =================================================================== --- lldb/include/lldb/API/LLDB.h +++ 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 Index: lldb/include/lldb/API/SBAddress.h =================================================================== --- lldb/include/lldb/API/SBAddress.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBAddress_h_ +#endif // LLDB_API_SBADDRESS_H Index: lldb/include/lldb/API/SBAttachInfo.h =================================================================== --- lldb/include/lldb/API/SBAttachInfo.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBAttachInfo_h_ +#endif // LLDB_API_SBATTACHINFO_H Index: lldb/include/lldb/API/SBBlock.h =================================================================== --- lldb/include/lldb/API/SBBlock.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBBlock_h_ +#endif // LLDB_API_SBBLOCK_H Index: lldb/include/lldb/API/SBBreakpoint.h =================================================================== --- lldb/include/lldb/API/SBBreakpoint.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBBreakpoint_h_ +#endif // LLDB_API_SBBREAKPOINT_H Index: lldb/include/lldb/API/SBBreakpointLocation.h =================================================================== --- lldb/include/lldb/API/SBBreakpointLocation.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBBreakpointLocation_h_ +#endif // LLDB_API_SBBREAKPOINTLOCATION_H Index: lldb/include/lldb/API/SBBreakpointName.h =================================================================== --- lldb/include/lldb/API/SBBreakpointName.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBBreakpointName_h_ +#endif // LLDB_API_SBBREAKPOINTNAME_H Index: lldb/include/lldb/API/SBBroadcaster.h =================================================================== --- lldb/include/lldb/API/SBBroadcaster.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBBroadcaster_h_ +#endif // LLDB_API_SBBROADCASTER_H Index: lldb/include/lldb/API/SBCommandInterpreter.h =================================================================== --- lldb/include/lldb/API/SBCommandInterpreter.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBCommandInterpreter_h_ +#endif // LLDB_API_SBCOMMANDINTERPRETER_H Index: lldb/include/lldb/API/SBCommandReturnObject.h =================================================================== --- lldb/include/lldb/API/SBCommandReturnObject.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBCommandReturnObject_h_ +#endif // LLDB_API_SBCOMMANDRETURNOBJECT_H Index: lldb/include/lldb/API/SBCommunication.h =================================================================== --- lldb/include/lldb/API/SBCommunication.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBCommunication_h_ +#endif // LLDB_API_SBCOMMUNICATION_H Index: lldb/include/lldb/API/SBCompileUnit.h =================================================================== --- lldb/include/lldb/API/SBCompileUnit.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBCompileUnit_h_ +#endif // LLDB_API_SBCOMPILEUNIT_H Index: lldb/include/lldb/API/SBData.h =================================================================== --- lldb/include/lldb/API/SBData.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBData_h_ +#endif // LLDB_API_SBDATA_H Index: lldb/include/lldb/API/SBDebugger.h =================================================================== --- lldb/include/lldb/API/SBDebugger.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBDebugger_h_ +#endif // LLDB_API_SBDEBUGGER_H Index: lldb/include/lldb/API/SBDeclaration.h =================================================================== --- lldb/include/lldb/API/SBDeclaration.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBDeclaration_h_ +#endif // LLDB_API_SBDECLARATION_H Index: lldb/include/lldb/API/SBDefines.h =================================================================== --- lldb/include/lldb/API/SBDefines.h +++ 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 @@ lldb::SBBreakpointLocation &location); } -#endif // LLDB_SBDefines_h_ +#endif // LLDB_API_SBDEFINES_H Index: lldb/include/lldb/API/SBError.h =================================================================== --- lldb/include/lldb/API/SBError.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBError_h_ +#endif // LLDB_API_SBERROR_H Index: lldb/include/lldb/API/SBEvent.h =================================================================== --- lldb/include/lldb/API/SBEvent.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBEvent_h_ +#endif // LLDB_API_SBEVENT_H Index: lldb/include/lldb/API/SBExecutionContext.h =================================================================== --- lldb/include/lldb/API/SBExecutionContext.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBExecutionContext_h_ +#endif // LLDB_API_SBEXECUTIONCONTEXT_H Index: lldb/include/lldb/API/SBExpressionOptions.h =================================================================== --- lldb/include/lldb/API/SBExpressionOptions.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBExpressionOptions_h_ +#endif // LLDB_API_SBEXPRESSIONOPTIONS_H Index: lldb/include/lldb/API/SBFile.h =================================================================== --- lldb/include/lldb/API/SBFile.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBFile_h_ +#endif // LLDB_API_SBFILE_H Index: lldb/include/lldb/API/SBFileSpec.h =================================================================== --- lldb/include/lldb/API/SBFileSpec.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBFileSpec_h_ +#endif // LLDB_API_SBFILESPEC_H Index: lldb/include/lldb/API/SBFileSpecList.h =================================================================== --- lldb/include/lldb/API/SBFileSpecList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBFileSpecList_h_ +#endif // LLDB_API_SBFILESPECLIST_H Index: lldb/include/lldb/API/SBFrame.h =================================================================== --- lldb/include/lldb/API/SBFrame.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBFrame_h_ +#endif // LLDB_API_SBFRAME_H Index: lldb/include/lldb/API/SBFunction.h =================================================================== --- lldb/include/lldb/API/SBFunction.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBFunction_h_ +#endif // LLDB_API_SBFUNCTION_H Index: lldb/include/lldb/API/SBHostOS.h =================================================================== --- lldb/include/lldb/API/SBHostOS.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBHostOS_h_ +#endif // LLDB_API_SBHOSTOS_H Index: lldb/include/lldb/API/SBInstruction.h =================================================================== --- lldb/include/lldb/API/SBInstruction.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBInstruction_h_ +#endif // LLDB_API_SBINSTRUCTION_H Index: lldb/include/lldb/API/SBInstructionList.h =================================================================== --- lldb/include/lldb/API/SBInstructionList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBInstructionList_h_ +#endif // LLDB_API_SBINSTRUCTIONLIST_H Index: lldb/include/lldb/API/SBLanguageRuntime.h =================================================================== --- lldb/include/lldb/API/SBLanguageRuntime.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBLanguageRuntime_h_ +#endif // LLDB_API_SBLANGUAGERUNTIME_H Index: lldb/include/lldb/API/SBLaunchInfo.h =================================================================== --- lldb/include/lldb/API/SBLaunchInfo.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBLaunchInfo_h_ +#endif // LLDB_API_SBLAUNCHINFO_H Index: lldb/include/lldb/API/SBLineEntry.h =================================================================== --- lldb/include/lldb/API/SBLineEntry.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBLineEntry_h_ +#endif // LLDB_API_SBLINEENTRY_H Index: lldb/include/lldb/API/SBListener.h =================================================================== --- lldb/include/lldb/API/SBListener.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBListener_h_ +#endif // LLDB_API_SBLISTENER_H Index: lldb/include/lldb/API/SBMemoryRegionInfo.h =================================================================== --- lldb/include/lldb/API/SBMemoryRegionInfo.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBMemoryRegionInfo_h_ +#endif // LLDB_API_SBMEMORYREGIONINFO_H Index: lldb/include/lldb/API/SBMemoryRegionInfoList.h =================================================================== --- lldb/include/lldb/API/SBMemoryRegionInfoList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBMemoryRegionInfoList_h_ +#endif // LLDB_API_SBMEMORYREGIONINFOLIST_H Index: lldb/include/lldb/API/SBModule.h =================================================================== --- lldb/include/lldb/API/SBModule.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBModule_h_ +#endif // LLDB_API_SBMODULE_H Index: lldb/include/lldb/API/SBModuleSpec.h =================================================================== --- lldb/include/lldb/API/SBModuleSpec.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBModuleSpec_h_ +#endif // LLDB_API_SBMODULESPEC_H Index: lldb/include/lldb/API/SBPlatform.h =================================================================== --- lldb/include/lldb/API/SBPlatform.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBPlatform_h_ +#endif // LLDB_API_SBPLATFORM_H Index: lldb/include/lldb/API/SBProcess.h =================================================================== --- lldb/include/lldb/API/SBProcess.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBProcess_h_ +#endif // LLDB_API_SBPROCESS_H Index: lldb/include/lldb/API/SBProcessInfo.h =================================================================== --- lldb/include/lldb/API/SBProcessInfo.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBProcessInfo_h_ +#endif // LLDB_API_SBPROCESSINFO_H Index: lldb/include/lldb/API/SBQueue.h =================================================================== --- lldb/include/lldb/API/SBQueue.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBQueue_h_ +#endif // LLDB_API_SBQUEUE_H Index: lldb/include/lldb/API/SBQueueItem.h =================================================================== --- lldb/include/lldb/API/SBQueueItem.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBQueueItem_h_ +#endif // LLDB_API_SBQUEUEITEM_H Index: lldb/include/lldb/API/SBSection.h =================================================================== --- lldb/include/lldb/API/SBSection.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBSection_h_ +#endif // LLDB_API_SBSECTION_H Index: lldb/include/lldb/API/SBSourceManager.h =================================================================== --- lldb/include/lldb/API/SBSourceManager.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBSourceManager_h_ +#endif // LLDB_API_SBSOURCEMANAGER_H Index: lldb/include/lldb/API/SBStream.h =================================================================== --- lldb/include/lldb/API/SBStream.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBStream_h_ +#endif // LLDB_API_SBSTREAM_H Index: lldb/include/lldb/API/SBStringList.h =================================================================== --- lldb/include/lldb/API/SBStringList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBStringList_h_ +#endif // LLDB_API_SBSTRINGLIST_H Index: lldb/include/lldb/API/SBStructuredData.h =================================================================== --- lldb/include/lldb/API/SBStructuredData.h +++ 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 @@ }; } // namespace lldb -#endif /* SBStructuredData_h */ +#endif // LLDB_API_SBSTRUCTUREDDATA_H Index: lldb/include/lldb/API/SBSymbol.h =================================================================== --- lldb/include/lldb/API/SBSymbol.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBSymbol_h_ +#endif // LLDB_API_SBSYMBOL_H Index: lldb/include/lldb/API/SBSymbolContext.h =================================================================== --- lldb/include/lldb/API/SBSymbolContext.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBSymbolContext_h_ +#endif // LLDB_API_SBSYMBOLCONTEXT_H Index: lldb/include/lldb/API/SBSymbolContextList.h =================================================================== --- lldb/include/lldb/API/SBSymbolContextList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBSymbolContextList_h_ +#endif // LLDB_API_SBSYMBOLCONTEXTLIST_H Index: lldb/include/lldb/API/SBTarget.h =================================================================== --- lldb/include/lldb/API/SBTarget.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTarget_h_ +#endif // LLDB_API_SBTARGET_H Index: lldb/include/lldb/API/SBThread.h =================================================================== --- lldb/include/lldb/API/SBThread.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBThread_h_ +#endif // LLDB_API_SBTHREAD_H Index: lldb/include/lldb/API/SBThreadCollection.h =================================================================== --- lldb/include/lldb/API/SBThreadCollection.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBThreadCollection_h_ +#endif // LLDB_API_SBTHREADCOLLECTION_H Index: lldb/include/lldb/API/SBThreadPlan.h =================================================================== --- lldb/include/lldb/API/SBThreadPlan.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBThreadPlan_h_ +#endif // LLDB_API_SBTHREADPLAN_H Index: lldb/include/lldb/API/SBTrace.h =================================================================== --- lldb/include/lldb/API/SBTrace.h +++ 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 @@ }; } // namespace lldb -#endif // LLDB_SBTrace_h_ +#endif // LLDB_API_SBTRACE_H Index: lldb/include/lldb/API/SBTraceOptions.h =================================================================== --- lldb/include/lldb/API/SBTraceOptions.h +++ 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 @@ }; } -#endif /* SBTRACEOPTIONS_H_ */ +#endif // LLDB_API_SBTRACEOPTIONS_H Index: lldb/include/lldb/API/SBType.h =================================================================== --- lldb/include/lldb/API/SBType.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBType_h_ +#endif // LLDB_API_SBTYPE_H Index: lldb/include/lldb/API/SBTypeCategory.h =================================================================== --- lldb/include/lldb/API/SBTypeCategory.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeCategory_h_ +#endif // LLDB_API_SBTYPECATEGORY_H Index: lldb/include/lldb/API/SBTypeEnumMember.h =================================================================== --- lldb/include/lldb/API/SBTypeEnumMember.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeEnumMember_h_ +#endif // LLDB_API_SBTYPEENUMMEMBER_H Index: lldb/include/lldb/API/SBTypeFilter.h =================================================================== --- lldb/include/lldb/API/SBTypeFilter.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeFilter_h_ +#endif // LLDB_API_SBTYPEFILTER_H Index: lldb/include/lldb/API/SBTypeFormat.h =================================================================== --- lldb/include/lldb/API/SBTypeFormat.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeFormat_h_ +#endif // LLDB_API_SBTYPEFORMAT_H Index: lldb/include/lldb/API/SBTypeNameSpecifier.h =================================================================== --- lldb/include/lldb/API/SBTypeNameSpecifier.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeNameSpecifier_h_ +#endif // LLDB_API_SBTYPENAMESPECIFIER_H Index: lldb/include/lldb/API/SBTypeSummary.h =================================================================== --- lldb/include/lldb/API/SBTypeSummary.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeSummary_h_ +#endif // LLDB_API_SBTYPESUMMARY_H Index: lldb/include/lldb/API/SBTypeSynthetic.h =================================================================== --- lldb/include/lldb/API/SBTypeSynthetic.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBTypeSynthetic_h_ +#endif // LLDB_API_SBTYPESYNTHETIC_H Index: lldb/include/lldb/API/SBUnixSignals.h =================================================================== --- lldb/include/lldb/API/SBUnixSignals.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBUnixSignals_h_ +#endif // LLDB_API_SBUNIXSIGNALS_H Index: lldb/include/lldb/API/SBValue.h =================================================================== --- lldb/include/lldb/API/SBValue.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBValue_h_ +#endif // LLDB_API_SBVALUE_H Index: lldb/include/lldb/API/SBValueList.h =================================================================== --- lldb/include/lldb/API/SBValueList.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBValueList_h_ +#endif // LLDB_API_SBVALUELIST_H Index: lldb/include/lldb/API/SBVariablesOptions.h =================================================================== --- lldb/include/lldb/API/SBVariablesOptions.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBValue_h_ +#endif // LLDB_API_SBVARIABLESOPTIONS_H Index: lldb/include/lldb/API/SBWatchpoint.h =================================================================== --- lldb/include/lldb/API/SBWatchpoint.h +++ 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 @@ } // namespace lldb -#endif // LLDB_SBWatchpoint_h_ +#endif // LLDB_API_SBWATCHPOINT_H Index: lldb/include/lldb/Breakpoint/Breakpoint.h =================================================================== --- lldb/include/lldb/Breakpoint/Breakpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Breakpoint_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINT_H Index: lldb/include/lldb/Breakpoint/BreakpointID.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointID.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointID_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTID_H Index: lldb/include/lldb/Breakpoint/BreakpointIDList.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointIDList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointIDList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTIDLIST_H Index: lldb/include/lldb/Breakpoint/BreakpointList.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLIST_H Index: lldb/include/lldb/Breakpoint/BreakpointLocation.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointLocation.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointLocation_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATION_H Index: lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointLocationCollection.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointLocationCollection_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H Index: lldb/include/lldb/Breakpoint/BreakpointLocationList.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointLocationList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointLocationList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H Index: lldb/include/lldb/Breakpoint/BreakpointName.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointName.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Breakpoint_Name_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTNAME_H Index: lldb/include/lldb/Breakpoint/BreakpointOptions.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointOptions.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointOptions_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H Index: lldb/include/lldb/Breakpoint/BreakpointPrecondition.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointPrecondition.h +++ 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" Index: lldb/include/lldb/Breakpoint/BreakpointResolver.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolver.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolver_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H Index: lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolverAddress.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolverAddress_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H Index: lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolverFileLine.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolverFileLine_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H Index: lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolverFileRegex_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H Index: lldb/include/lldb/Breakpoint/BreakpointResolverName.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolverName.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolverName_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H Index: lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointResolverScripted.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointResolverScripted_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H Index: lldb/include/lldb/Breakpoint/BreakpointSite.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointSite.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointSite_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTSITE_H Index: lldb/include/lldb/Breakpoint/BreakpointSiteList.h =================================================================== --- lldb/include/lldb/Breakpoint/BreakpointSiteList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_BreakpointSiteList_h_ +#endif // LLDB_BREAKPOINT_BREAKPOINTSITELIST_H Index: lldb/include/lldb/Breakpoint/Stoppoint.h =================================================================== --- lldb/include/lldb/Breakpoint/Stoppoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Stoppoint_h_ +#endif // LLDB_BREAKPOINT_STOPPOINT_H Index: lldb/include/lldb/Breakpoint/StoppointCallbackContext.h =================================================================== --- lldb/include/lldb/Breakpoint/StoppointCallbackContext.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StoppointCallbackContext_h_ +#endif // LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H Index: lldb/include/lldb/Breakpoint/StoppointLocation.h =================================================================== --- lldb/include/lldb/Breakpoint/StoppointLocation.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StoppointLocation_h_ +#endif // LLDB_BREAKPOINT_STOPPOINTLOCATION_H Index: lldb/include/lldb/Breakpoint/Watchpoint.h =================================================================== --- lldb/include/lldb/Breakpoint/Watchpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Watchpoint_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINT_H Index: lldb/include/lldb/Breakpoint/WatchpointList.h =================================================================== --- lldb/include/lldb/Breakpoint/WatchpointList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_WatchpointList_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINTLIST_H Index: lldb/include/lldb/Breakpoint/WatchpointOptions.h =================================================================== --- lldb/include/lldb/Breakpoint/WatchpointOptions.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_WatchpointOptions_h_ +#endif // LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H Index: lldb/include/lldb/Core/Address.h =================================================================== --- lldb/include/lldb/Core/Address.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Address_h_ +#endif // LLDB_CORE_ADDRESS_H Index: lldb/include/lldb/Core/AddressRange.h =================================================================== --- lldb/include/lldb/Core/AddressRange.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AddressRange_h_ +#endif // LLDB_CORE_ADDRESSRANGE_H Index: lldb/include/lldb/Core/AddressResolver.h =================================================================== --- lldb/include/lldb/Core/AddressResolver.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AddressResolver_h_ +#endif // LLDB_CORE_ADDRESSRESOLVER_H Index: lldb/include/lldb/Core/AddressResolverFileLine.h =================================================================== --- lldb/include/lldb/Core/AddressResolverFileLine.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AddressResolverFileLine_h_ +#endif // LLDB_CORE_ADDRESSRESOLVERFILELINE_H Index: lldb/include/lldb/Core/AddressResolverName.h =================================================================== --- lldb/include/lldb/Core/AddressResolverName.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AddressResolverName_h_ +#endif // LLDB_CORE_ADDRESSRESOLVERNAME_H Index: lldb/include/lldb/Core/Communication.h =================================================================== --- lldb/include/lldb/Core/Communication.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Communication_h_ +#endif // LLDB_CORE_COMMUNICATION_H Index: lldb/include/lldb/Core/Debugger.h =================================================================== --- lldb/include/lldb/Core/Debugger.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Debugger_h_ +#endif // LLDB_CORE_DEBUGGER_H Index: lldb/include/lldb/Core/Disassembler.h =================================================================== --- lldb/include/lldb/Core/Disassembler.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Disassembler_h_ +#endif // LLDB_CORE_DISASSEMBLER_H Index: lldb/include/lldb/Core/EmulateInstruction.h =================================================================== --- lldb/include/lldb/Core/EmulateInstruction.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_EmulateInstruction_h_ +#endif // LLDB_CORE_EMULATEINSTRUCTION_H Index: lldb/include/lldb/Core/FileLineResolver.h =================================================================== --- lldb/include/lldb/Core/FileLineResolver.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_FileLineResolver_h_ +#endif // LLDB_CORE_FILELINERESOLVER_H Index: lldb/include/lldb/Core/FileSpecList.h =================================================================== --- lldb/include/lldb/Core/FileSpecList.h +++ 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 @@ } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_FileSpecList_h_ +#endif // LLDB_CORE_FILESPECLIST_H Index: lldb/include/lldb/Core/FormatEntity.h =================================================================== --- lldb/include/lldb/Core/FormatEntity.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_FormatEntity_h_ +#endif // LLDB_CORE_FORMATENTITY_H Index: lldb/include/lldb/Core/Highlighter.h =================================================================== --- lldb/include/lldb/Core/Highlighter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Highlighter_h_ +#endif // LLDB_CORE_HIGHLIGHTER_H Index: lldb/include/lldb/Core/IOHandler.h =================================================================== --- lldb/include/lldb/Core/IOHandler.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_IOHandler_h_ +#endif // LLDB_CORE_IOHANDLER_H Index: lldb/include/lldb/Core/IOHandlerCursesGUI.h =================================================================== --- lldb/include/lldb/Core/IOHandlerCursesGUI.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_IOHandlerCursesGUI_h_ +#endif // LLDB_CORE_IOHANDLERCURSESGUI_H Index: lldb/include/lldb/Core/LoadedModuleInfoList.h =================================================================== --- lldb/include/lldb/Core/LoadedModuleInfoList.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_LoadedModuleInfoList_h_ +#endif // LLDB_CORE_LOADEDMODULEINFOLIST_H Index: lldb/include/lldb/Core/Mangled.h =================================================================== --- lldb/include/lldb/Core/Mangled.h +++ 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 @@ } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_Mangled_h_ +#endif // LLDB_CORE_MANGLED_H Index: lldb/include/lldb/Core/MappedHash.h =================================================================== --- lldb/include/lldb/Core/MappedHash.h +++ 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 @@ }; }; -#endif // liblldb_MappedHash_h_ +#endif // LLDB_CORE_MAPPEDHASH_H Index: lldb/include/lldb/Core/Module.h =================================================================== --- lldb/include/lldb/Core/Module.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Module_h_ +#endif // LLDB_CORE_MODULE_H Index: lldb/include/lldb/Core/ModuleChild.h =================================================================== --- lldb/include/lldb/Core/ModuleChild.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ModuleChild_h_ +#endif // LLDB_CORE_MODULECHILD_H Index: lldb/include/lldb/Core/ModuleList.h =================================================================== --- lldb/include/lldb/Core/ModuleList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ModuleList_h_ +#endif // LLDB_CORE_MODULELIST_H Index: lldb/include/lldb/Core/ModuleSpec.h =================================================================== --- lldb/include/lldb/Core/ModuleSpec.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ModuleSpec_h_ +#endif // LLDB_CORE_MODULESPEC_H Index: lldb/include/lldb/Core/Opcode.h =================================================================== --- lldb/include/lldb/Core/Opcode.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Opcode_h +#endif // LLDB_CORE_OPCODE_H Index: lldb/include/lldb/Core/PluginInterface.h =================================================================== --- lldb/include/lldb/Core/PluginInterface.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_PluginInterface_h_ +#endif // LLDB_CORE_PLUGININTERFACE_H Index: lldb/include/lldb/Core/PluginManager.h =================================================================== --- lldb/include/lldb/Core/PluginManager.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_PluginManager_h_ +#endif // LLDB_CORE_PLUGINMANAGER_H Index: lldb/include/lldb/Core/RichManglingContext.h =================================================================== --- lldb/include/lldb/Core/RichManglingContext.h +++ 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" Index: lldb/include/lldb/Core/SearchFilter.h =================================================================== --- lldb/include/lldb/Core/SearchFilter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SearchFilter_h_ +#endif // LLDB_CORE_SEARCHFILTER_H Index: lldb/include/lldb/Core/Section.h =================================================================== --- lldb/include/lldb/Core/Section.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Section_h_ +#endif // LLDB_CORE_SECTION_H Index: lldb/include/lldb/Core/SourceManager.h =================================================================== --- lldb/include/lldb/Core/SourceManager.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SourceManager_h_ +#endif // LLDB_CORE_SOURCEMANAGER_H Index: lldb/include/lldb/Core/StreamAsynchronousIO.h =================================================================== --- lldb/include/lldb/Core/StreamAsynchronousIO.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StreamAsynchronousIO_h +#endif // LLDB_CORE_STREAMASYNCHRONOUSIO_H Index: lldb/include/lldb/Core/StreamBuffer.h =================================================================== --- lldb/include/lldb/Core/StreamBuffer.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef liblldb_StreamBuffer_h_ +#endif // LLDB_CORE_STREAMBUFFER_H Index: lldb/include/lldb/Core/StreamFile.h =================================================================== --- lldb/include/lldb/Core/StreamFile.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StreamFile_h_ +#endif // LLDB_CORE_STREAMFILE_H Index: lldb/include/lldb/Core/StructuredDataImpl.h =================================================================== --- lldb/include/lldb/Core/StructuredDataImpl.h +++ 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" Index: lldb/include/lldb/Core/ThreadSafeDenseMap.h =================================================================== --- lldb/include/lldb/Core/ThreadSafeDenseMap.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadSafeDenseMap_h_ +#endif // LLDB_CORE_THREADSAFEDENSEMAP_H Index: lldb/include/lldb/Core/ThreadSafeValue.h =================================================================== --- lldb/include/lldb/Core/ThreadSafeValue.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_ThreadSafeValue_h_ +#endif // LLDB_CORE_THREADSAFEVALUE_H Index: lldb/include/lldb/Core/UniqueCStringMap.h =================================================================== --- lldb/include/lldb/Core/UniqueCStringMap.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UniqueCStringMap_h_ +#endif // LLDB_CORE_UNIQUECSTRINGMAP_H Index: lldb/include/lldb/Core/UserSettingsController.h =================================================================== --- lldb/include/lldb/Core/UserSettingsController.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UserSettingsController_h_ +#endif // LLDB_CORE_USERSETTINGSCONTROLLER_H Index: lldb/include/lldb/Core/Value.h =================================================================== --- lldb/include/lldb/Core/Value.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Value_h_ +#endif // LLDB_CORE_VALUE_H Index: lldb/include/lldb/Core/ValueObject.h =================================================================== --- lldb/include/lldb/Core/ValueObject.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObject_h_ +#endif // LLDB_CORE_VALUEOBJECT_H Index: lldb/include/lldb/Core/ValueObjectCast.h =================================================================== --- lldb/include/lldb/Core/ValueObjectCast.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectCast_h_ +#endif // LLDB_CORE_VALUEOBJECTCAST_H Index: lldb/include/lldb/Core/ValueObjectChild.h =================================================================== --- lldb/include/lldb/Core/ValueObjectChild.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectChild_h_ +#endif // LLDB_CORE_VALUEOBJECTCHILD_H Index: lldb/include/lldb/Core/ValueObjectConstResult.h =================================================================== --- lldb/include/lldb/Core/ValueObjectConstResult.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectConstResult_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULT_H Index: lldb/include/lldb/Core/ValueObjectConstResultCast.h =================================================================== --- lldb/include/lldb/Core/ValueObjectConstResultCast.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultCast_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTCAST_H Index: lldb/include/lldb/Core/ValueObjectConstResultChild.h =================================================================== --- lldb/include/lldb/Core/ValueObjectConstResultChild.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultChild_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTCHILD_H Index: lldb/include/lldb/Core/ValueObjectConstResultImpl.h =================================================================== --- lldb/include/lldb/Core/ValueObjectConstResultImpl.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectConstResultImpl_h_ +#endif // LLDB_CORE_VALUEOBJECTCONSTRESULTIMPL_H Index: lldb/include/lldb/Core/ValueObjectDynamicValue.h =================================================================== --- lldb/include/lldb/Core/ValueObjectDynamicValue.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectDynamicValue_h_ +#endif // LLDB_CORE_VALUEOBJECTDYNAMICVALUE_H Index: lldb/include/lldb/Core/ValueObjectList.h =================================================================== --- lldb/include/lldb/Core/ValueObjectList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectList_h_ +#endif // LLDB_CORE_VALUEOBJECTLIST_H Index: lldb/include/lldb/Core/ValueObjectMemory.h =================================================================== --- lldb/include/lldb/Core/ValueObjectMemory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectMemory_h_ +#endif // LLDB_CORE_VALUEOBJECTMEMORY_H Index: lldb/include/lldb/Core/ValueObjectRegister.h =================================================================== --- lldb/include/lldb/Core/ValueObjectRegister.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectRegister_h_ +#endif // LLDB_CORE_VALUEOBJECTREGISTER_H Index: lldb/include/lldb/Core/ValueObjectSyntheticFilter.h =================================================================== --- lldb/include/lldb/Core/ValueObjectSyntheticFilter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectSyntheticFilter_h_ +#endif // LLDB_CORE_VALUEOBJECTSYNTHETICFILTER_H Index: lldb/include/lldb/Core/ValueObjectVariable.h =================================================================== --- lldb/include/lldb/Core/ValueObjectVariable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ValueObjectVariable_h_ +#endif // LLDB_CORE_VALUEOBJECTVARIABLE_H Index: lldb/include/lldb/Core/dwarf.h =================================================================== --- lldb/include/lldb/Core/dwarf.h +++ 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 lldb_private::RangeArray DWARFRangeList; -#endif // DebugBase_dwarf_h_ +#endif // LLDB_CORE_DWARF_H Index: lldb/include/lldb/DataFormatters/CXXFunctionPointer.h =================================================================== --- lldb/include/lldb/DataFormatters/CXXFunctionPointer.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CXXFunctionPointer_h_ +#endif // LLDB_DATAFORMATTERS_CXXFUNCTIONPOINTER_H Index: lldb/include/lldb/DataFormatters/DataVisualization.h =================================================================== --- lldb/include/lldb/DataFormatters/DataVisualization.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_DataVisualization_h_ +#endif // LLDB_DATAFORMATTERS_DATAVISUALIZATION_H Index: lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h =================================================================== --- lldb/include/lldb/DataFormatters/DumpValueObjectOptions.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_DumpValueObjectOptions_h_ +#endif // LLDB_DATAFORMATTERS_DUMPVALUEOBJECTOPTIONS_H Index: lldb/include/lldb/DataFormatters/FormatCache.h =================================================================== --- lldb/include/lldb/DataFormatters/FormatCache.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_FormatCache_h_ +#endif // LLDB_DATAFORMATTERS_FORMATCACHE_H Index: lldb/include/lldb/DataFormatters/FormatClasses.h =================================================================== --- lldb/include/lldb/DataFormatters/FormatClasses.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_FormatClasses_h_ +#endif // LLDB_DATAFORMATTERS_FORMATCLASSES_H Index: lldb/include/lldb/DataFormatters/FormatManager.h =================================================================== --- lldb/include/lldb/DataFormatters/FormatManager.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_FormatManager_h_ +#endif // LLDB_DATAFORMATTERS_FORMATMANAGER_H Index: lldb/include/lldb/DataFormatters/FormattersContainer.h =================================================================== --- lldb/include/lldb/DataFormatters/FormattersContainer.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_FormattersContainer_h_ +#endif // LLDB_DATAFORMATTERS_FORMATTERSCONTAINER_H Index: lldb/include/lldb/DataFormatters/FormattersHelpers.h =================================================================== --- lldb/include/lldb/DataFormatters/FormattersHelpers.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // lldb_FormattersHelpers_h_ +#endif // LLDB_DATAFORMATTERS_FORMATTERSHELPERS_H Index: lldb/include/lldb/DataFormatters/LanguageCategory.h =================================================================== --- lldb/include/lldb/DataFormatters/LanguageCategory.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_LanguageCategory_h_ +#endif // LLDB_DATAFORMATTERS_LANGUAGECATEGORY_H Index: lldb/include/lldb/DataFormatters/StringPrinter.h =================================================================== --- lldb/include/lldb/DataFormatters/StringPrinter.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_StringPrinter_h_ +#endif // LLDB_DATAFORMATTERS_STRINGPRINTER_H Index: lldb/include/lldb/DataFormatters/TypeCategory.h =================================================================== --- lldb/include/lldb/DataFormatters/TypeCategory.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_TypeCategory_h_ +#endif // LLDB_DATAFORMATTERS_TYPECATEGORY_H Index: lldb/include/lldb/DataFormatters/TypeCategoryMap.h =================================================================== --- lldb/include/lldb/DataFormatters/TypeCategoryMap.h +++ 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 @@ }; } // namespace lldb_private -#endif // lldb_TypeCategoryMap_h_ +#endif // LLDB_DATAFORMATTERS_TYPECATEGORYMAP_H Index: lldb/include/lldb/DataFormatters/TypeFormat.h =================================================================== --- lldb/include/lldb/DataFormatters/TypeFormat.h +++ 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 @@ }; } // namespace lldb_private -#endif // lldb_TypeFormat_h_ +#endif // LLDB_DATAFORMATTERS_TYPEFORMAT_H Index: lldb/include/lldb/DataFormatters/TypeSummary.h =================================================================== --- lldb/include/lldb/DataFormatters/TypeSummary.h +++ 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 @@ }; } // namespace lldb_private -#endif // lldb_TypeSummary_h_ +#endif // LLDB_DATAFORMATTERS_TYPESUMMARY_H Index: lldb/include/lldb/DataFormatters/TypeSynthetic.h =================================================================== --- lldb/include/lldb/DataFormatters/TypeSynthetic.h +++ 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 @@ }; } // namespace lldb_private -#endif // lldb_TypeSynthetic_h_ +#endif // LLDB_DATAFORMATTERS_TYPESYNTHETIC_H Index: lldb/include/lldb/DataFormatters/ValueObjectPrinter.h =================================================================== --- lldb/include/lldb/DataFormatters/ValueObjectPrinter.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_ValueObjectPrinter_h_ +#endif // LLDB_DATAFORMATTERS_VALUEOBJECTPRINTER_H Index: lldb/include/lldb/DataFormatters/VectorIterator.h =================================================================== --- lldb/include/lldb/DataFormatters/VectorIterator.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_DATAFORMATTERS_VECTORITERATOR_H Index: lldb/include/lldb/DataFormatters/VectorType.h =================================================================== --- lldb/include/lldb/DataFormatters/VectorType.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_VectorType_h_ +#endif // LLDB_DATAFORMATTERS_VECTORTYPE_H Index: lldb/include/lldb/Expression/DWARFExpression.h =================================================================== --- lldb/include/lldb/Expression/DWARFExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DWARFExpression_h_ +#endif // LLDB_EXPRESSION_DWARFEXPRESSION_H Index: lldb/include/lldb/Expression/DiagnosticManager.h =================================================================== --- lldb/include/lldb/Expression/DiagnosticManager.h +++ 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 @@ }; } -#endif /* lldb_DiagnosticManager_h */ +#endif // LLDB_EXPRESSION_DIAGNOSTICMANAGER_H Index: lldb/include/lldb/Expression/DynamicCheckerFunctions.h =================================================================== --- lldb/include/lldb/Expression/DynamicCheckerFunctions.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_DynamicCheckerFunctions_h_ +#endif // LLDB_EXPRESSION_DYNAMICCHECKERFUNCTIONS_H Index: lldb/include/lldb/Expression/Expression.h =================================================================== --- lldb/include/lldb/Expression/Expression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Expression_h_ +#endif // LLDB_EXPRESSION_EXPRESSION_H Index: lldb/include/lldb/Expression/ExpressionParser.h =================================================================== --- lldb/include/lldb/Expression/ExpressionParser.h +++ 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 @@ }; } -#endif // liblldb_ExpressionParser_h_ +#endif // LLDB_EXPRESSION_EXPRESSIONPARSER_H Index: lldb/include/lldb/Expression/ExpressionSourceCode.h =================================================================== --- lldb/include/lldb/Expression/ExpressionSourceCode.h +++ 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" Index: lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h =================================================================== --- lldb/include/lldb/Expression/ExpressionTypeSystemHelper.h +++ 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 @@ } // namespace lldb_private -#endif /* ExpressionTypeSystemHelper_h */ +#endif // LLDB_EXPRESSION_EXPRESSIONTYPESYSTEMHELPER_H Index: lldb/include/lldb/Expression/ExpressionVariable.h =================================================================== --- lldb/include/lldb/Expression/ExpressionVariable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ExpressionVariable_h_ +#endif // LLDB_EXPRESSION_EXPRESSIONVARIABLE_H Index: lldb/include/lldb/Expression/FunctionCaller.h =================================================================== --- lldb/include/lldb/Expression/FunctionCaller.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_FunctionCaller_h_ +#endif // LLDB_EXPRESSION_FUNCTIONCALLER_H Index: lldb/include/lldb/Expression/IRExecutionUnit.h =================================================================== --- lldb/include/lldb/Expression/IRExecutionUnit.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_IRExecutionUnit_h_ +#endif // LLDB_EXPRESSION_IREXECUTIONUNIT_H Index: lldb/include/lldb/Expression/IRInterpreter.h =================================================================== --- lldb/include/lldb/Expression/IRInterpreter.h +++ 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" Index: lldb/include/lldb/Expression/IRMemoryMap.h =================================================================== --- lldb/include/lldb/Expression/IRMemoryMap.h +++ 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" Index: lldb/include/lldb/Expression/LLVMUserExpression.h =================================================================== --- lldb/include/lldb/Expression/LLVMUserExpression.h +++ 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 Index: lldb/include/lldb/Expression/Materializer.h =================================================================== --- lldb/include/lldb/Expression/Materializer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Materializer_h +#endif // LLDB_EXPRESSION_MATERIALIZER_H Index: lldb/include/lldb/Expression/REPL.h =================================================================== --- lldb/include/lldb/Expression/REPL.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_REPL_h +#endif // LLDB_EXPRESSION_REPL_H Index: lldb/include/lldb/Expression/UserExpression.h =================================================================== --- lldb/include/lldb/Expression/UserExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UserExpression_h_ +#endif // LLDB_EXPRESSION_USEREXPRESSION_H Index: lldb/include/lldb/Expression/UtilityFunction.h =================================================================== --- lldb/include/lldb/Expression/UtilityFunction.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UtilityFunction_h_ +#endif // LLDB_EXPRESSION_UTILITYFUNCTION_H Index: lldb/include/lldb/Host/ConnectionFileDescriptor.h =================================================================== --- lldb/include/lldb/Host/ConnectionFileDescriptor.h +++ 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" Index: lldb/include/lldb/Host/Debug.h =================================================================== --- lldb/include/lldb/Host/Debug.h +++ 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 @@ }; } -#endif // liblldb_Debug_h_ +#endif // LLDB_HOST_DEBUG_H Index: lldb/include/lldb/Host/Editline.h =================================================================== --- lldb/include/lldb/Host/Editline.h +++ 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 @@ } #endif // #if defined(__cplusplus) -#endif // liblldb_Editline_h_ +#endif // LLDB_HOST_EDITLINE_H Index: lldb/include/lldb/Host/File.h =================================================================== --- lldb/include/lldb/Host/File.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_File_h_ +#endif // LLDB_HOST_FILE_H Index: lldb/include/lldb/Host/FileCache.h =================================================================== --- lldb/include/lldb/Host/FileCache.h +++ 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 Index: lldb/include/lldb/Host/FileSystem.h =================================================================== --- lldb/include/lldb/Host/FileSystem.h +++ 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" Index: lldb/include/lldb/Host/HostGetOpt.h =================================================================== --- lldb/include/lldb/Host/HostGetOpt.h +++ 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 Index: lldb/include/lldb/Host/HostInfo.h =================================================================== --- lldb/include/lldb/Host/HostInfo.h +++ 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. Index: lldb/include/lldb/Host/HostInfoBase.h =================================================================== --- lldb/include/lldb/Host/HostInfoBase.h +++ 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" Index: lldb/include/lldb/Host/HostNativeProcess.h =================================================================== --- lldb/include/lldb/Host/HostNativeProcess.h +++ 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" Index: lldb/include/lldb/Host/HostNativeProcessBase.h =================================================================== --- lldb/include/lldb/Host/HostNativeProcessBase.h +++ 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" Index: lldb/include/lldb/Host/HostNativeThread.h =================================================================== --- lldb/include/lldb/Host/HostNativeThread.h +++ 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" Index: lldb/include/lldb/Host/HostNativeThreadBase.h =================================================================== --- lldb/include/lldb/Host/HostNativeThreadBase.h +++ 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" Index: lldb/include/lldb/Host/HostNativeThreadForward.h =================================================================== --- lldb/include/lldb/Host/HostNativeThreadForward.h +++ 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) Index: lldb/include/lldb/Host/HostProcess.h =================================================================== --- lldb/include/lldb/Host/HostProcess.h +++ 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" Index: lldb/include/lldb/Host/HostThread.h =================================================================== --- lldb/include/lldb/Host/HostThread.h +++ 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" Index: lldb/include/lldb/Host/LZMA.h =================================================================== --- lldb/include/lldb/Host/LZMA.h +++ 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 @@ } // End of namespace lldb_private -#endif // liblldb_Host_LZMA_h_ +#endif // LLDB_HOST_LZMA_H Index: lldb/include/lldb/Host/LockFile.h =================================================================== --- lldb/include/lldb/Host/LockFile.h +++ 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 @@ } #endif -#endif // liblldb_Host_LockFile_h_ +#endif // LLDB_HOST_LOCKFILE_H Index: lldb/include/lldb/Host/LockFileBase.h =================================================================== --- lldb/include/lldb/Host/LockFileBase.h +++ 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" Index: lldb/include/lldb/Host/MainLoop.h =================================================================== --- lldb/include/lldb/Host/MainLoop.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Host_MainLoop_h_ +#endif // LLDB_HOST_MAINLOOP_H Index: lldb/include/lldb/Host/MainLoopBase.h =================================================================== --- lldb/include/lldb/Host/MainLoopBase.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Host_posix_MainLoopBase_h_ +#endif // LLDB_HOST_MAINLOOPBASE_H Index: lldb/include/lldb/Host/MonitoringProcessLauncher.h =================================================================== --- lldb/include/lldb/Host/MonitoringProcessLauncher.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Host_MonitoringProcessLauncher_h_ +#endif // LLDB_HOST_MONITORINGPROCESSLAUNCHER_H Index: lldb/include/lldb/Host/OptionParser.h =================================================================== --- lldb/include/lldb/Host/OptionParser.h +++ 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 @@ }; } -#endif // liblldb_OptionParser_h_ +#endif // LLDB_HOST_OPTIONPARSER_H Index: lldb/include/lldb/Host/Pipe.h =================================================================== --- lldb/include/lldb/Host/Pipe.h +++ 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 @@ } #endif -#endif // liblldb_Host_Pipe_h_ +#endif // LLDB_HOST_PIPE_H Index: lldb/include/lldb/Host/PipeBase.h =================================================================== --- lldb/include/lldb/Host/PipeBase.h +++ 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 Index: lldb/include/lldb/Host/PosixApi.h =================================================================== --- lldb/include/lldb/Host/PosixApi.h +++ 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 Index: lldb/include/lldb/Host/ProcessLaunchInfo.h =================================================================== --- lldb/include/lldb/Host/ProcessLaunchInfo.h +++ 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 @@ }; } -#endif // liblldb_ProcessLaunch_Info_h +#endif // LLDB_HOST_PROCESSLAUNCHINFO_H Index: lldb/include/lldb/Host/ProcessLauncher.h =================================================================== --- lldb/include/lldb/Host/ProcessLauncher.h +++ 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 { Index: lldb/include/lldb/Host/ProcessRunLock.h =================================================================== --- lldb/include/lldb/Host/ProcessRunLock.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ProcessRunLock_h_ +#endif // LLDB_HOST_PROCESSRUNLOCK_H Index: lldb/include/lldb/Host/PseudoTerminal.h =================================================================== --- lldb/include/lldb/Host/PseudoTerminal.h +++ lldb/include/lldb/Host/PseudoTerminal.h @@ -214,4 +214,4 @@ } // namespace lldb_private -#endif // #ifndef liblldb_PseudoTerminal_h_ +#endif // LLDB_HOST_PSEUDOTERMINAL_H Index: lldb/include/lldb/Host/SafeMachO.h =================================================================== --- lldb/include/lldb/Host/SafeMachO.h +++ 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 Index: lldb/include/lldb/Host/Socket.h =================================================================== --- lldb/include/lldb/Host/Socket.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Host_Socket_h_ +#endif // LLDB_HOST_SOCKET_H Index: lldb/include/lldb/Host/SocketAddress.h =================================================================== --- lldb/include/lldb/Host/SocketAddress.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SocketAddress_h_ +#endif // LLDB_HOST_SOCKETADDRESS_H Index: lldb/include/lldb/Host/StringConvert.h =================================================================== --- lldb/include/lldb/Host/StringConvert.h +++ 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 Index: lldb/include/lldb/Host/TaskPool.h =================================================================== --- lldb/include/lldb/Host/TaskPool.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef utility_TaskPool_h_ +#endif // LLDB_HOST_TASKPOOL_H Index: lldb/include/lldb/Host/Terminal.h =================================================================== --- lldb/include/lldb/Host/Terminal.h +++ 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 @@ } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // #ifndef liblldb_Terminal_h_ +#endif // LLDB_HOST_TERMINAL_H Index: lldb/include/lldb/Host/ThreadLauncher.h =================================================================== --- lldb/include/lldb/Host/ThreadLauncher.h +++ 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" Index: lldb/include/lldb/Host/Time.h =================================================================== --- lldb/include/lldb/Host/Time.h +++ 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 @@ #include #endif -#endif // liblldb_Host_Time_h_ +#endif // LLDB_HOST_TIME_H Index: lldb/include/lldb/Host/XML.h =================================================================== --- lldb/include/lldb/Host/XML.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_XML_h_ +#endif // LLDB_HOST_XML_H Index: lldb/include/lldb/Host/common/GetOptInc.h =================================================================== --- lldb/include/lldb/Host/common/GetOptInc.h +++ 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_only(int argc, char *const *argv, const char *optstring, const struct option *longopts, int *longindex); #endif + +#endif Index: lldb/include/lldb/Host/common/NativeBreakpointList.h =================================================================== --- lldb/include/lldb/Host/common/NativeBreakpointList.h +++ 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 @@ using HardwareBreakpointMap = std::map; } -#endif // ifndef liblldb_NativeBreakpointList_h_ +#endif // LLDB_HOST_COMMON_NATIVEBREAKPOINTLIST_H Index: lldb/include/lldb/Host/common/NativeProcessProtocol.h =================================================================== --- lldb/include/lldb/Host/common/NativeProcessProtocol.h +++ 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 @@ }; } // namespace lldb_private -#endif // #ifndef liblldb_NativeProcessProtocol_h_ +#endif // LLDB_HOST_COMMON_NATIVEPROCESSPROTOCOL_H Index: lldb/include/lldb/Host/common/NativeRegisterContext.h =================================================================== --- lldb/include/lldb/Host/common/NativeRegisterContext.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_NativeRegisterContext_h_ +#endif // LLDB_HOST_COMMON_NATIVEREGISTERCONTEXT_H Index: lldb/include/lldb/Host/common/NativeThreadProtocol.h =================================================================== --- lldb/include/lldb/Host/common/NativeThreadProtocol.h +++ 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 @@ }; } -#endif // #ifndef liblldb_NativeThreadProtocol_h_ +#endif // LLDB_HOST_COMMON_NATIVETHREADPROTOCOL_H Index: lldb/include/lldb/Host/common/NativeWatchpointList.h =================================================================== --- lldb/include/lldb/Host/common/NativeWatchpointList.h +++ 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 @@ }; } -#endif // ifndef liblldb_NativeWatchpointList_h_ +#endif // LLDB_HOST_COMMON_NATIVEWATCHPOINTLIST_H Index: lldb/include/lldb/Host/common/TCPSocket.h =================================================================== --- lldb/include/lldb/Host/common/TCPSocket.h +++ 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 @@ }; } -#endif // ifndef liblldb_TCPSocket_h_ +#endif // LLDB_HOST_COMMON_TCPSOCKET_H Index: lldb/include/lldb/Host/common/UDPSocket.h =================================================================== --- lldb/include/lldb/Host/common/UDPSocket.h +++ 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 @@ }; } -#endif // ifndef liblldb_UDPSocket_h_ +#endif // LLDB_HOST_COMMON_UDPSOCKET_H Index: lldb/include/lldb/Host/macosx/HostInfoMacOSX.h =================================================================== --- lldb/include/lldb/Host/macosx/HostInfoMacOSX.h +++ 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" Index: lldb/include/lldb/Host/macosx/HostThreadMacOSX.h =================================================================== --- lldb/include/lldb/Host/macosx/HostThreadMacOSX.h +++ 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" Index: lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h =================================================================== --- lldb/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ConnectionFileDescriptor_h_ +#endif // LLDB_HOST_POSIX_CONNECTIONFILEDESCRIPTORPOSIX_H Index: lldb/include/lldb/Host/posix/DomainSocket.h =================================================================== --- lldb/include/lldb/Host/posix/DomainSocket.h +++ 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 @@ }; } -#endif // ifndef liblldb_DomainSocket_h_ +#endif // LLDB_HOST_POSIX_DOMAINSOCKET_H Index: lldb/include/lldb/Host/posix/HostInfoPosix.h =================================================================== --- lldb/include/lldb/Host/posix/HostInfoPosix.h +++ 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" Index: lldb/include/lldb/Host/posix/HostProcessPosix.h =================================================================== --- lldb/include/lldb/Host/posix/HostProcessPosix.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Host_HostProcesPosix_h_ +#endif // LLDB_HOST_POSIX_HOSTPROCESSPOSIX_H Index: lldb/include/lldb/Host/posix/HostThreadPosix.h =================================================================== --- lldb/include/lldb/Host/posix/HostThreadPosix.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Host_posix_HostThreadPosix_h_ +#endif // LLDB_HOST_POSIX_HOSTTHREADPOSIX_H Index: lldb/include/lldb/Host/posix/LockFilePosix.h =================================================================== --- lldb/include/lldb/Host/posix/LockFilePosix.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Host_posix_LockFilePosix_h_ +#endif // LLDB_HOST_POSIX_LOCKFILEPOSIX_H Index: lldb/include/lldb/Host/posix/PipePosix.h =================================================================== --- lldb/include/lldb/Host/posix/PipePosix.h +++ 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 @@ } // namespace lldb_private #endif // #if defined(__cplusplus) -#endif // liblldb_Host_posix_PipePosix_h_ +#endif // LLDB_HOST_POSIX_PIPEPOSIX_H Index: lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h =================================================================== --- lldb/include/lldb/Host/posix/ProcessLauncherPosixFork.h +++ 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" Index: lldb/include/lldb/Initialization/SystemInitializer.h =================================================================== --- lldb/include/lldb/Initialization/SystemInitializer.h +++ 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" Index: lldb/include/lldb/Initialization/SystemInitializerCommon.h =================================================================== --- lldb/include/lldb/Initialization/SystemInitializerCommon.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_INITIALIZATION_SYSTEM_INITIALIZER_COMMON_H +#endif // LLDB_INITIALIZATION_SYSTEMINITIALIZERCOMMON_H Index: lldb/include/lldb/Initialization/SystemLifetimeManager.h =================================================================== --- lldb/include/lldb/Initialization/SystemLifetimeManager.h +++ 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" Index: lldb/include/lldb/Interpreter/CommandAlias.h =================================================================== --- lldb/include/lldb/Interpreter/CommandAlias.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_CommandAlias_h_ +#endif // LLDB_INTERPRETER_COMMANDALIAS_H Index: lldb/include/lldb/Interpreter/CommandCompletions.h =================================================================== --- lldb/include/lldb/Interpreter/CommandCompletions.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_CommandCompletions_h_ +#endif // LLDB_INTERPRETER_COMMANDCOMPLETIONS_H Index: lldb/include/lldb/Interpreter/CommandHistory.h =================================================================== --- lldb/include/lldb/Interpreter/CommandHistory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandHistory_h_ +#endif // LLDB_INTERPRETER_COMMANDHISTORY_H Index: lldb/include/lldb/Interpreter/CommandInterpreter.h =================================================================== --- lldb/include/lldb/Interpreter/CommandInterpreter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandInterpreter_h_ +#endif // LLDB_INTERPRETER_COMMANDINTERPRETER_H Index: lldb/include/lldb/Interpreter/CommandObject.h =================================================================== --- lldb/include/lldb/Interpreter/CommandObject.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObject_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECT_H Index: lldb/include/lldb/Interpreter/CommandObjectMultiword.h =================================================================== --- lldb/include/lldb/Interpreter/CommandObjectMultiword.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectMultiword_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECTMULTIWORD_H Index: lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h =================================================================== --- lldb/include/lldb/Interpreter/CommandObjectRegexCommand.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectRegexCommand_h_ +#endif // LLDB_INTERPRETER_COMMANDOBJECTREGEXCOMMAND_H Index: lldb/include/lldb/Interpreter/CommandOptionValidators.h =================================================================== --- lldb/include/lldb/Interpreter/CommandOptionValidators.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandOptionValidators_h_ +#endif // LLDB_INTERPRETER_COMMANDOPTIONVALIDATORS_H Index: lldb/include/lldb/Interpreter/CommandReturnObject.h =================================================================== --- lldb/include/lldb/Interpreter/CommandReturnObject.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandReturnObject_h_ +#endif // LLDB_INTERPRETER_COMMANDRETURNOBJECT_H Index: lldb/include/lldb/Interpreter/OptionGroupArchitecture.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupArchitecture.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupArchitecture_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPARCHITECTURE_H Index: lldb/include/lldb/Interpreter/OptionGroupBoolean.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupBoolean.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupBoolean_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPBOOLEAN_H Index: lldb/include/lldb/Interpreter/OptionGroupFile.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupFile.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupFile_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPFILE_H Index: lldb/include/lldb/Interpreter/OptionGroupFormat.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupFormat.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupFormat_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPFORMAT_H Index: lldb/include/lldb/Interpreter/OptionGroupOutputFile.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupOutputFile.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupOutputFile_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPOUTPUTFILE_H Index: lldb/include/lldb/Interpreter/OptionGroupPlatform.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupPlatform.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupPlatform_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPPLATFORM_H Index: lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupPythonClassWithDict_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPPYTHONCLASSWITHDICT_H Index: lldb/include/lldb/Interpreter/OptionGroupString.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupString.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupString_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPSTRING_H Index: lldb/include/lldb/Interpreter/OptionGroupUInt64.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupUInt64.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupUInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPUINT64_H Index: lldb/include/lldb/Interpreter/OptionGroupUUID.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupUUID.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupUUID_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPUUID_H Index: lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupValueObjectDisplay_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPVALUEOBJECTDISPLAY_H Index: lldb/include/lldb/Interpreter/OptionGroupVariable.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupVariable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupVariable_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPVARIABLE_H Index: lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h =================================================================== --- lldb/include/lldb/Interpreter/OptionGroupWatchpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionGroupWatchpoint_h_ +#endif // LLDB_INTERPRETER_OPTIONGROUPWATCHPOINT_H Index: lldb/include/lldb/Interpreter/OptionValue.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValue.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValue_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUE_H Index: lldb/include/lldb/Interpreter/OptionValueArch.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueArch.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueArch_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARCH_H Index: lldb/include/lldb/Interpreter/OptionValueArgs.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueArgs.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueArgs_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARGS_H Index: lldb/include/lldb/Interpreter/OptionValueArray.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueArray.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueArray_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEARRAY_H Index: lldb/include/lldb/Interpreter/OptionValueBoolean.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueBoolean.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueBoolean_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEBOOLEAN_H Index: lldb/include/lldb/Interpreter/OptionValueChar.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueChar.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueChar_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUECHAR_H Index: lldb/include/lldb/Interpreter/OptionValueDictionary.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueDictionary.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueDictionary_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEDICTIONARY_H Index: lldb/include/lldb/Interpreter/OptionValueEnumeration.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueEnumeration.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueEnumeration_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEENUMERATION_H Index: lldb/include/lldb/Interpreter/OptionValueFileSpec.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueFileSpec.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueFileSpec_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFILESPEC_H Index: lldb/include/lldb/Interpreter/OptionValueFileSpecList.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueFileSpecList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueFileSpecList_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFILESPECLIST_H Index: lldb/include/lldb/Interpreter/OptionValueFormat.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueFormat.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueFormat_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFORMAT_H Index: lldb/include/lldb/Interpreter/OptionValueFormatEntity.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueFormatEntity.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueFormatEntity_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEFORMATENTITY_H Index: lldb/include/lldb/Interpreter/OptionValueLanguage.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueLanguage.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueLanguage_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUELANGUAGE_H Index: lldb/include/lldb/Interpreter/OptionValuePathMappings.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValuePathMappings.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValuePathMappings_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEPATHMAPPINGS_H Index: lldb/include/lldb/Interpreter/OptionValueProperties.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueProperties.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueProperties_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEPROPERTIES_H Index: lldb/include/lldb/Interpreter/OptionValueRegex.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueRegex.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueRegex_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEREGEX_H Index: lldb/include/lldb/Interpreter/OptionValueSInt64.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueSInt64.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueSInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUESINT64_H Index: lldb/include/lldb/Interpreter/OptionValueString.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueString.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueString_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUESTRING_H Index: lldb/include/lldb/Interpreter/OptionValueUInt64.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueUInt64.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueUInt64_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEUINT64_H Index: lldb/include/lldb/Interpreter/OptionValueUUID.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValueUUID.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OptionValueUUID_h_ +#endif // LLDB_INTERPRETER_OPTIONVALUEUUID_H Index: lldb/include/lldb/Interpreter/OptionValues.h =================================================================== --- lldb/include/lldb/Interpreter/OptionValues.h +++ 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 Index: lldb/include/lldb/Interpreter/Options.h =================================================================== --- lldb/include/lldb/Interpreter/Options.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Options_h_ +#endif // LLDB_INTERPRETER_OPTIONS_H Index: lldb/include/lldb/Interpreter/Property.h =================================================================== --- lldb/include/lldb/Interpreter/Property.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Property_h_ +#endif // LLDB_INTERPRETER_PROPERTY_H Index: lldb/include/lldb/Interpreter/ScriptInterpreter.h =================================================================== --- lldb/include/lldb/Interpreter/ScriptInterpreter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ScriptInterpreter_h_ +#endif // LLDB_INTERPRETER_SCRIPTINTERPRETER_H Index: lldb/include/lldb/Symbol/ArmUnwindInfo.h =================================================================== --- lldb/include/lldb/Symbol/ArmUnwindInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ArmUnwindInfo_h_ +#endif // LLDB_SYMBOL_ARMUNWINDINFO_H Index: lldb/include/lldb/Symbol/Block.h =================================================================== --- lldb/include/lldb/Symbol/Block.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Block_h_ +#endif // LLDB_SYMBOL_BLOCK_H Index: lldb/include/lldb/Symbol/CallFrameInfo.h =================================================================== --- lldb/include/lldb/Symbol/CallFrameInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CallFrameInfo_h_ +#endif // LLDB_SYMBOL_CALLFRAMEINFO_H Index: lldb/include/lldb/Symbol/CompactUnwindInfo.h =================================================================== --- lldb/include/lldb/Symbol/CompactUnwindInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CompactUnwindInfo_h_ +#endif // LLDB_SYMBOL_COMPACTUNWINDINFO_H Index: lldb/include/lldb/Symbol/CompileUnit.h =================================================================== --- lldb/include/lldb/Symbol/CompileUnit.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CompUnit_h_ +#endif // LLDB_SYMBOL_COMPILEUNIT_H Index: lldb/include/lldb/Symbol/CompilerDecl.h =================================================================== --- lldb/include/lldb/Symbol/CompilerDecl.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef liblldb_CompilerDecl_h_ +#endif // LLDB_SYMBOL_COMPILERDECL_H Index: lldb/include/lldb/Symbol/CompilerDeclContext.h =================================================================== --- lldb/include/lldb/Symbol/CompilerDeclContext.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef liblldb_CompilerDeclContext_h_ +#endif // LLDB_SYMBOL_COMPILERDECLCONTEXT_H Index: lldb/include/lldb/Symbol/CompilerType.h =================================================================== --- lldb/include/lldb/Symbol/CompilerType.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CompilerType_h_ +#endif // LLDB_SYMBOL_COMPILERTYPE_H Index: lldb/include/lldb/Symbol/DWARFCallFrameInfo.h =================================================================== --- lldb/include/lldb/Symbol/DWARFCallFrameInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DWARFCallFrameInfo_h_ +#endif // LLDB_SYMBOL_DWARFCALLFRAMEINFO_H Index: lldb/include/lldb/Symbol/DebugMacros.h =================================================================== --- lldb/include/lldb/Symbol/DebugMacros.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DebugMacros_h_ +#endif // LLDB_SYMBOL_DEBUGMACROS_H Index: lldb/include/lldb/Symbol/DeclVendor.h =================================================================== --- lldb/include/lldb/Symbol/DeclVendor.h +++ 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" Index: lldb/include/lldb/Symbol/Declaration.h =================================================================== --- lldb/include/lldb/Symbol/Declaration.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Declaration_h_ +#endif // LLDB_SYMBOL_DECLARATION_H Index: lldb/include/lldb/Symbol/FuncUnwinders.h =================================================================== --- lldb/include/lldb/Symbol/FuncUnwinders.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_FuncUnwinders_h +#endif // LLDB_SYMBOL_FUNCUNWINDERS_H Index: lldb/include/lldb/Symbol/Function.h =================================================================== --- lldb/include/lldb/Symbol/Function.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Function_h_ +#endif // LLDB_SYMBOL_FUNCTION_H Index: lldb/include/lldb/Symbol/LineEntry.h =================================================================== --- lldb/include/lldb/Symbol/LineEntry.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_LineEntry_h_ +#endif // LLDB_SYMBOL_LINEENTRY_H Index: lldb/include/lldb/Symbol/LineTable.h =================================================================== --- lldb/include/lldb/Symbol/LineTable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_LineTable_h_ +#endif // LLDB_SYMBOL_LINETABLE_H Index: lldb/include/lldb/Symbol/LocateSymbolFile.h =================================================================== --- lldb/include/lldb/Symbol/LocateSymbolFile.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Symbols_h_ +#endif // LLDB_SYMBOL_LOCATESYMBOLFILE_H Index: lldb/include/lldb/Symbol/ObjectContainer.h =================================================================== --- lldb/include/lldb/Symbol/ObjectContainer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ObjectContainer_h_ +#endif // LLDB_SYMBOL_OBJECTCONTAINER_H Index: lldb/include/lldb/Symbol/ObjectFile.h =================================================================== --- lldb/include/lldb/Symbol/ObjectFile.h +++ 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 @@ }; } // namespace llvm -#endif // liblldb_ObjectFile_h_ +#endif // LLDB_SYMBOL_OBJECTFILE_H Index: lldb/include/lldb/Symbol/SourceModule.h =================================================================== --- lldb/include/lldb/Symbol/SourceModule.h +++ 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 Index: lldb/include/lldb/Symbol/Symbol.h =================================================================== --- lldb/include/lldb/Symbol/Symbol.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Symbol_h_ +#endif // LLDB_SYMBOL_SYMBOL_H Index: lldb/include/lldb/Symbol/SymbolContext.h =================================================================== --- lldb/include/lldb/Symbol/SymbolContext.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SymbolContext_h_ +#endif // LLDB_SYMBOL_SYMBOLCONTEXT_H Index: lldb/include/lldb/Symbol/SymbolContextScope.h =================================================================== --- lldb/include/lldb/Symbol/SymbolContextScope.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SymbolContextScope_h_ +#endif // LLDB_SYMBOL_SYMBOLCONTEXTSCOPE_H Index: lldb/include/lldb/Symbol/SymbolFile.h =================================================================== --- lldb/include/lldb/Symbol/SymbolFile.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SymbolFile_h_ +#endif // LLDB_SYMBOL_SYMBOLFILE_H Index: lldb/include/lldb/Symbol/SymbolVendor.h =================================================================== --- lldb/include/lldb/Symbol/SymbolVendor.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SymbolVendor_h_ +#endif // LLDB_SYMBOL_SYMBOLVENDOR_H Index: lldb/include/lldb/Symbol/Symtab.h =================================================================== --- lldb/include/lldb/Symbol/Symtab.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Symtab_h_ +#endif // LLDB_SYMBOL_SYMTAB_H Index: lldb/include/lldb/Symbol/TaggedASTType.h =================================================================== --- lldb/include/lldb/Symbol/TaggedASTType.h +++ 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" Index: lldb/include/lldb/Symbol/Type.h =================================================================== --- lldb/include/lldb/Symbol/Type.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Type_h_ +#endif // LLDB_SYMBOL_TYPE_H Index: lldb/include/lldb/Symbol/TypeList.h =================================================================== --- lldb/include/lldb/Symbol/TypeList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_TypeList_h_ +#endif // LLDB_SYMBOL_TYPELIST_H Index: lldb/include/lldb/Symbol/TypeMap.h =================================================================== --- lldb/include/lldb/Symbol/TypeMap.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_TypeMap_h_ +#endif // LLDB_SYMBOL_TYPEMAP_H Index: lldb/include/lldb/Symbol/TypeSystem.h =================================================================== --- lldb/include/lldb/Symbol/TypeSystem.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_TypeSystem_h_ +#endif // LLDB_SYMBOL_TYPESYSTEM_H Index: lldb/include/lldb/Symbol/UnwindPlan.h =================================================================== --- lldb/include/lldb/Symbol/UnwindPlan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UnwindPlan_h +#endif // LLDB_SYMBOL_UNWINDPLAN_H Index: lldb/include/lldb/Symbol/UnwindTable.h =================================================================== --- lldb/include/lldb/Symbol/UnwindTable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UnwindTable_h +#endif // LLDB_SYMBOL_UNWINDTABLE_H Index: lldb/include/lldb/Symbol/Variable.h =================================================================== --- lldb/include/lldb/Symbol/Variable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Variable_h_ +#endif // LLDB_SYMBOL_VARIABLE_H Index: lldb/include/lldb/Symbol/VariableList.h =================================================================== --- lldb/include/lldb/Symbol/VariableList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_VariableList_h_ +#endif // LLDB_SYMBOL_VARIABLELIST_H Index: lldb/include/lldb/Target/ABI.h =================================================================== --- lldb/include/lldb/Target/ABI.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ABI_h_ +#endif // LLDB_TARGET_ABI_H Index: lldb/include/lldb/Target/AssertFrameRecognizer.h =================================================================== --- lldb/include/lldb/Target/AssertFrameRecognizer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AssertFrameRecognizer_h_ +#endif // LLDB_TARGET_ASSERTFRAMERECOGNIZER_H Index: lldb/include/lldb/Target/DynamicLoader.h =================================================================== --- lldb/include/lldb/Target/DynamicLoader.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DynamicLoader_h_ +#endif // LLDB_TARGET_DYNAMICLOADER_H Index: lldb/include/lldb/Target/ExecutionContext.h =================================================================== --- lldb/include/lldb/Target/ExecutionContext.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ExecutionContext_h_ +#endif // LLDB_TARGET_EXECUTIONCONTEXT_H Index: lldb/include/lldb/Target/ExecutionContextScope.h =================================================================== --- lldb/include/lldb/Target/ExecutionContextScope.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ExecutionContextScope_h_ +#endif // LLDB_TARGET_EXECUTIONCONTEXTSCOPE_H Index: lldb/include/lldb/Target/InstrumentationRuntime.h =================================================================== --- lldb/include/lldb/Target/InstrumentationRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_InstrumentationRuntime_h_ +#endif // LLDB_TARGET_INSTRUMENTATIONRUNTIME_H Index: lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h =================================================================== --- lldb/include/lldb/Target/InstrumentationRuntimeStopInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_InstrumentationRuntimeStopInfo_h_ +#endif // LLDB_TARGET_INSTRUMENTATIONRUNTIMESTOPINFO_H Index: lldb/include/lldb/Target/JITLoader.h =================================================================== --- lldb/include/lldb/Target/JITLoader.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_JITLoader_h_ +#endif // LLDB_TARGET_JITLOADER_H Index: lldb/include/lldb/Target/JITLoaderList.h =================================================================== --- lldb/include/lldb/Target/JITLoaderList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_JITLoaderList_h_ +#endif // LLDB_TARGET_JITLOADERLIST_H Index: lldb/include/lldb/Target/Language.h =================================================================== --- lldb/include/lldb/Target/Language.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Language_h_ +#endif // LLDB_TARGET_LANGUAGE_H Index: lldb/include/lldb/Target/LanguageRuntime.h =================================================================== --- lldb/include/lldb/Target/LanguageRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_LanguageRuntime_h_ +#endif // LLDB_TARGET_LANGUAGERUNTIME_H Index: lldb/include/lldb/Target/Memory.h =================================================================== --- lldb/include/lldb/Target/Memory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Memory_h_ +#endif // LLDB_TARGET_MEMORY_H Index: lldb/include/lldb/Target/MemoryHistory.h =================================================================== --- lldb/include/lldb/Target/MemoryHistory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_MemoryHistory_h_ +#endif // LLDB_TARGET_MEMORYHISTORY_H Index: lldb/include/lldb/Target/MemoryRegionInfo.h =================================================================== --- lldb/include/lldb/Target/MemoryRegionInfo.h +++ 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 @@ }; } -#endif // #ifndef lldb_MemoryRegionInfo_h +#endif // LLDB_TARGET_MEMORYREGIONINFO_H Index: lldb/include/lldb/Target/ModuleCache.h =================================================================== --- lldb/include/lldb/Target/ModuleCache.h +++ lldb/include/lldb/Target/ModuleCache.h @@ -71,4 +71,4 @@ } // namespace lldb_private -#endif // utility_ModuleCache_h_ +#endif // LLDB_TARGET_MODULECACHE_H Index: lldb/include/lldb/Target/OperatingSystem.h =================================================================== --- lldb/include/lldb/Target/OperatingSystem.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_OperatingSystem_h_ +#endif // LLDB_TARGET_OPERATINGSYSTEM_H Index: lldb/include/lldb/Target/PathMappingList.h =================================================================== --- lldb/include/lldb/Target/PathMappingList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_PathMappingList_h_ +#endif // LLDB_TARGET_PATHMAPPINGLIST_H Index: lldb/include/lldb/Target/Platform.h =================================================================== --- lldb/include/lldb/Target/Platform.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Platform_h_ +#endif // LLDB_TARGET_PLATFORM_H Index: lldb/include/lldb/Target/Process.h =================================================================== --- lldb/include/lldb/Target/Process.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Process_h_ +#endif // LLDB_TARGET_PROCESS_H Index: lldb/include/lldb/Target/ProcessStructReader.h =================================================================== --- lldb/include/lldb/Target/ProcessStructReader.h +++ lldb/include/lldb/Target/ProcessStructReader.h @@ -101,4 +101,4 @@ }; } -#endif // utility_ProcessStructReader_h_ +#endif // LLDB_TARGET_PROCESSSTRUCTREADER_H Index: lldb/include/lldb/Target/Queue.h =================================================================== --- lldb/include/lldb/Target/Queue.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Queue_h_ +#endif // LLDB_TARGET_QUEUE_H Index: lldb/include/lldb/Target/QueueItem.h =================================================================== --- lldb/include/lldb/Target/QueueItem.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_QueueItem_h_ +#endif // LLDB_TARGET_QUEUEITEM_H Index: lldb/include/lldb/Target/QueueList.h =================================================================== --- lldb/include/lldb/Target/QueueList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_QueueList_h_ +#endif // LLDB_TARGET_QUEUELIST_H Index: lldb/include/lldb/Target/RegisterCheckpoint.h =================================================================== --- lldb/include/lldb/Target/RegisterCheckpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_RegisterCheckpoint_h_ +#endif // LLDB_TARGET_REGISTERCHECKPOINT_H Index: lldb/include/lldb/Target/RegisterContext.h =================================================================== --- lldb/include/lldb/Target/RegisterContext.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_RegisterContext_h_ +#endif // LLDB_TARGET_REGISTERCONTEXT_H Index: lldb/include/lldb/Target/RegisterNumber.h =================================================================== --- lldb/include/lldb/Target/RegisterNumber.h +++ lldb/include/lldb/Target/RegisterNumber.h @@ -56,4 +56,4 @@ const char *m_name; }; -#endif // liblldb_RegisterNumber_h +#endif // LLDB_TARGET_REGISTERNUMBER_H Index: lldb/include/lldb/Target/SectionLoadHistory.h =================================================================== --- lldb/include/lldb/Target/SectionLoadHistory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SectionLoadHistory_h_ +#endif // LLDB_TARGET_SECTIONLOADHISTORY_H Index: lldb/include/lldb/Target/SectionLoadList.h =================================================================== --- lldb/include/lldb/Target/SectionLoadList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SectionLoadList_h_ +#endif // LLDB_TARGET_SECTIONLOADLIST_H Index: lldb/include/lldb/Target/StackFrame.h =================================================================== --- lldb/include/lldb/Target/StackFrame.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StackFrame_h_ +#endif // LLDB_TARGET_STACKFRAME_H Index: lldb/include/lldb/Target/StackFrameList.h =================================================================== --- lldb/include/lldb/Target/StackFrameList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StackFrameList_h_ +#endif // LLDB_TARGET_STACKFRAMELIST_H Index: lldb/include/lldb/Target/StackFrameRecognizer.h =================================================================== --- lldb/include/lldb/Target/StackFrameRecognizer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StackFrameRecognizer_h_ +#endif // LLDB_TARGET_STACKFRAMERECOGNIZER_H Index: lldb/include/lldb/Target/StackID.h =================================================================== --- lldb/include/lldb/Target/StackID.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StackID_h_ +#endif // LLDB_TARGET_STACKID_H Index: lldb/include/lldb/Target/StopInfo.h =================================================================== --- lldb/include/lldb/Target/StopInfo.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StopInfo_h_ +#endif // LLDB_TARGET_STOPINFO_H Index: lldb/include/lldb/Target/StructuredDataPlugin.h =================================================================== --- lldb/include/lldb/Target/StructuredDataPlugin.h +++ 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" Index: lldb/include/lldb/Target/SystemRuntime.h =================================================================== --- lldb/include/lldb/Target/SystemRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_SystemRuntime_h_ +#endif // LLDB_TARGET_SYSTEMRUNTIME_H Index: lldb/include/lldb/Target/Target.h =================================================================== --- lldb/include/lldb/Target/Target.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Target_h_ +#endif // LLDB_TARGET_TARGET_H Index: lldb/include/lldb/Target/TargetList.h =================================================================== --- lldb/include/lldb/Target/TargetList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_TargetList_h_ +#endif // LLDB_TARGET_TARGETLIST_H Index: lldb/include/lldb/Target/Thread.h =================================================================== --- lldb/include/lldb/Target/Thread.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Thread_h_ +#endif // LLDB_TARGET_THREAD_H Index: lldb/include/lldb/Target/ThreadCollection.h =================================================================== --- lldb/include/lldb/Target/ThreadCollection.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadCollection_h_ +#endif // LLDB_TARGET_THREADCOLLECTION_H Index: lldb/include/lldb/Target/ThreadList.h =================================================================== --- lldb/include/lldb/Target/ThreadList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadList_h_ +#endif // LLDB_TARGET_THREADLIST_H Index: lldb/include/lldb/Target/ThreadPlan.h =================================================================== --- lldb/include/lldb/Target/ThreadPlan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlan_h_ +#endif // LLDB_TARGET_THREADPLAN_H Index: lldb/include/lldb/Target/ThreadPlanBase.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanBase.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanFundamental_h_ +#endif // LLDB_TARGET_THREADPLANBASE_H Index: lldb/include/lldb/Target/ThreadPlanCallFunction.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanCallFunction.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanCallFunction_h_ +#endif // LLDB_TARGET_THREADPLANCALLFUNCTION_H Index: lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanCallFunctionUsingABI_h_ +#endif // LLDB_TARGET_THREADPLANCALLFUNCTIONUSINGABI_H Index: lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +++ 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 @@ }; } -#endif /* ThreadPlanCallOnFunctionExit_h */ +#endif // LLDB_TARGET_THREADPLANCALLONFUNCTIONEXIT_H Index: lldb/include/lldb/Target/ThreadPlanCallUserExpression.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanCallUserExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanCallUserExpression_h_ +#endif // LLDB_TARGET_THREADPLANCALLUSEREXPRESSION_H Index: lldb/include/lldb/Target/ThreadPlanPython.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanPython.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlan_Python_h_ +#endif // LLDB_TARGET_THREADPLANPYTHON_H Index: lldb/include/lldb/Target/ThreadPlanRunToAddress.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanRunToAddress.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanRunToAddress_h_ +#endif // LLDB_TARGET_THREADPLANRUNTOADDRESS_H Index: lldb/include/lldb/Target/ThreadPlanShouldStopHere.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanShouldStopHere.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanShouldStopHere_h_ +#endif // LLDB_TARGET_THREADPLANSHOULDSTOPHERE_H Index: lldb/include/lldb/Target/ThreadPlanStepInRange.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepInRange.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepInRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPINRANGE_H Index: lldb/include/lldb/Target/ThreadPlanStepInstruction.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepInstruction.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepInstruction_h_ +#endif // LLDB_TARGET_THREADPLANSTEPINSTRUCTION_H Index: lldb/include/lldb/Target/ThreadPlanStepOut.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepOut.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOut_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOUT_H Index: lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOverBreakpoint_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOVERBREAKPOINT_H Index: lldb/include/lldb/Target/ThreadPlanStepOverRange.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepOverRange.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepOverRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPOVERRANGE_H Index: lldb/include/lldb/Target/ThreadPlanStepRange.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepRange.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepRange_h_ +#endif // LLDB_TARGET_THREADPLANSTEPRANGE_H Index: lldb/include/lldb/Target/ThreadPlanStepThrough.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepThrough.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepThrough_h_ +#endif // LLDB_TARGET_THREADPLANSTEPTHROUGH_H Index: lldb/include/lldb/Target/ThreadPlanStepUntil.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanStepUntil.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanStepUntil_h_ +#endif // LLDB_TARGET_THREADPLANSTEPUNTIL_H Index: lldb/include/lldb/Target/ThreadPlanTracer.h =================================================================== --- lldb/include/lldb/Target/ThreadPlanTracer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadPlanTracer_h_ +#endif // LLDB_TARGET_THREADPLANTRACER_H Index: lldb/include/lldb/Target/ThreadSpec.h =================================================================== --- lldb/include/lldb/Target/ThreadSpec.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadSpec_h_ +#endif // LLDB_TARGET_THREADSPEC_H Index: lldb/include/lldb/Target/UnixSignals.h =================================================================== --- lldb/include/lldb/Target/UnixSignals.h +++ 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 @@ }; } // Namespace lldb -#endif // lldb_UnixSignals_h_ +#endif // LLDB_TARGET_UNIXSIGNALS_H Index: lldb/include/lldb/Target/Unwind.h =================================================================== --- lldb/include/lldb/Target/Unwind.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Unwind_h_ +#endif // LLDB_TARGET_UNWIND_H Index: lldb/include/lldb/Target/UnwindAssembly.h =================================================================== --- lldb/include/lldb/Target/UnwindAssembly.h +++ 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 @@ } // namespace lldb_private -#endif // utility_UnwindAssembly_h_ +#endif // LLDB_TARGET_UNWINDASSEMBLY_H Index: lldb/include/lldb/Utility/AnsiTerminal.h =================================================================== --- lldb/include/lldb/Utility/AnsiTerminal.h +++ 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 @@ } } } // namespace lldb_private + +#endif Index: lldb/include/lldb/Utility/ArchSpec.h =================================================================== --- lldb/include/lldb/Utility/ArchSpec.h +++ lldb/include/lldb/Utility/ArchSpec.h @@ -541,4 +541,4 @@ } // namespace lldb_private -#endif // #ifndef LLDB_UTILITY_ARCHSPEC_H +#endif // LLDB_UTILITY_ARCHSPEC_H Index: lldb/include/lldb/Utility/Baton.h =================================================================== --- lldb/include/lldb/Utility/Baton.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_Baton_h_ +#endif // LLDB_UTILITY_BATON_H Index: lldb/include/lldb/Utility/Connection.h =================================================================== --- lldb/include/lldb/Utility/Connection.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Connection_h_ +#endif // LLDB_UTILITY_CONNECTION_H Index: lldb/include/lldb/Utility/ConstString.h =================================================================== --- lldb/include/lldb/Utility/ConstString.h +++ 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 @@ /// \} } -#endif // liblldb_ConstString_h_ +#endif // LLDB_UTILITY_CONSTSTRING_H Index: lldb/include/lldb/Utility/DataBuffer.h =================================================================== --- lldb/include/lldb/Utility/DataBuffer.h +++ 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 @@ } // namespace lldb_private #endif /// #if defined(__cplusplus) -#endif /// lldb_DataBuffer_h_ +#endif // LLDB_UTILITY_DATABUFFER_H Index: lldb/include/lldb/Utility/DataBufferHeap.h =================================================================== --- lldb/include/lldb/Utility/DataBufferHeap.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DataBufferHeap_h_ +#endif // LLDB_UTILITY_DATABUFFERHEAP_H Index: lldb/include/lldb/Utility/DataBufferLLVM.h =================================================================== --- lldb/include/lldb/Utility/DataBufferLLVM.h +++ 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" Index: lldb/include/lldb/Utility/DataEncoder.h =================================================================== --- lldb/include/lldb/Utility/DataEncoder.h +++ 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 @@ } // namespace lldb_private #endif // #if defined (__cplusplus) -#endif // #ifndef liblldb_DataEncoder_h_ +#endif // LLDB_UTILITY_DATAENCODER_H Index: lldb/include/lldb/Utility/DataExtractor.h =================================================================== --- lldb/include/lldb/Utility/DataExtractor.h +++ lldb/include/lldb/Utility/DataExtractor.h @@ -1012,4 +1012,4 @@ } // namespace lldb_private -#endif // liblldb_DataExtractor_h_ +#endif // LLDB_UTILITY_DATAEXTRACTOR_H Index: lldb/include/lldb/Utility/Endian.h =================================================================== --- lldb/include/lldb/Utility/Endian.h +++ lldb/include/lldb/Utility/Endian.h @@ -30,4 +30,4 @@ } } -#endif // liblldb_host_endian_h_ +#endif // LLDB_UTILITY_ENDIAN_H Index: lldb/include/lldb/Utility/Environment.h =================================================================== --- lldb/include/lldb/Utility/Environment.h +++ lldb/include/lldb/Utility/Environment.h @@ -93,4 +93,4 @@ }; } // namespace llvm -#endif // #ifndef LLDB_UTILITY_ENVIRONMENT_H +#endif // LLDB_UTILITY_ENVIRONMENT_H Index: lldb/include/lldb/Utility/FileSpec.h =================================================================== --- lldb/include/lldb/Utility/FileSpec.h +++ 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 @@ }; } // namespace llvm -#endif // liblldb_FileSpec_h_ +#endif // LLDB_UTILITY_FILESPEC_H Index: lldb/include/lldb/Utility/Flags.h =================================================================== --- lldb/include/lldb/Utility/Flags.h +++ lldb/include/lldb/Utility/Flags.h @@ -116,4 +116,4 @@ } // namespace lldb_private -#endif // liblldb_Flags_h_ +#endif // LLDB_UTILITY_FLAGS_H Index: lldb/include/lldb/Utility/GDBRemote.h =================================================================== --- lldb/include/lldb/Utility/GDBRemote.h +++ 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 @@ } // namespace yaml } // namespace llvm -#endif // liblldb_GDBRemote_h_ +#endif // LLDB_UTILITY_GDBREMOTE_H Index: lldb/include/lldb/Utility/IOObject.h =================================================================== --- lldb/include/lldb/Utility/IOObject.h +++ 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 Index: lldb/include/lldb/Utility/Iterable.h =================================================================== --- lldb/include/lldb/Utility/Iterable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Iterable_h_ +#endif // LLDB_UTILITY_ITERABLE_H Index: lldb/include/lldb/Utility/LLDBAssert.h =================================================================== --- lldb/include/lldb/Utility/LLDBAssert.h +++ 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 @@ const char *file, unsigned int line); } -#endif // utility_LLDBAssert_h_ +#endif // LLDB_UTILITY_LLDBASSERT_H Index: lldb/include/lldb/Utility/Predicate.h =================================================================== --- lldb/include/lldb/Utility/Predicate.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Predicate_h_ +#endif // LLDB_UTILITY_PREDICATE_H Index: lldb/include/lldb/Utility/ProcessInfo.h =================================================================== --- lldb/include/lldb/Utility/ProcessInfo.h +++ lldb/include/lldb/Utility/ProcessInfo.h @@ -250,4 +250,4 @@ } // namespace lldb_private -#endif // #ifndef LLDB_UTILITY_PROCESSINFO_H +#endif // LLDB_UTILITY_PROCESSINFO_H Index: lldb/include/lldb/Utility/RegularExpression.h =================================================================== --- lldb/include/lldb/Utility/RegularExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_RegularExpression_h_ +#endif // LLDB_UTILITY_REGULAREXPRESSION_H Index: lldb/include/lldb/Utility/ReproducerInstrumentation.h =================================================================== --- lldb/include/lldb/Utility/ReproducerInstrumentation.h +++ 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 @@ } // namespace repro } // namespace lldb_private -#endif // LLDB_UTILITY_REPRODUCER_INSTRUMENTATION_H +#endif // LLDB_UTILITY_REPRODUCERINSTRUMENTATION_H Index: lldb/include/lldb/Utility/SelectHelper.h =================================================================== --- lldb/include/lldb/Utility/SelectHelper.h +++ 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 @@ llvm::Optional m_end_time; }; -#endif // liblldb_SelectHelper_h_ +#endif // LLDB_UTILITY_SELECTHELPER_H Index: lldb/include/lldb/Utility/SharedCluster.h =================================================================== --- lldb/include/lldb/Utility/SharedCluster.h +++ 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 @@ } // namespace lldb_private -#endif // utility_SharedCluster_h_ +#endif // LLDB_UTILITY_SHAREDCLUSTER_H Index: lldb/include/lldb/Utility/Status.h =================================================================== --- lldb/include/lldb/Utility/Status.h +++ lldb/include/lldb/Utility/Status.h @@ -217,4 +217,4 @@ } \ } while (0); -#endif // #ifndef LLDB_UTILITY_STATUS_H +#endif // LLDB_UTILITY_STATUS_H Index: lldb/include/lldb/Utility/Stream.h =================================================================== --- lldb/include/lldb/Utility/Stream.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Stream_h_ +#endif // LLDB_UTILITY_STREAM_H Index: lldb/include/lldb/Utility/StreamCallback.h =================================================================== --- lldb/include/lldb/Utility/StreamCallback.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StreamCallback_h +#endif // LLDB_UTILITY_STREAMCALLBACK_H Index: lldb/include/lldb/Utility/StreamString.h =================================================================== --- lldb/include/lldb/Utility/StreamString.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StreamString_h_ +#endif // LLDB_UTILITY_STREAMSTRING_H Index: lldb/include/lldb/Utility/StreamTee.h =================================================================== --- lldb/include/lldb/Utility/StreamTee.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StreamTee_h_ +#endif // LLDB_UTILITY_STREAMTEE_H Index: lldb/include/lldb/Utility/StringExtractor.h =================================================================== --- lldb/include/lldb/Utility/StringExtractor.h +++ 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 @@ uint64_t m_index; }; -#endif // utility_StringExtractor_h_ +#endif // LLDB_UTILITY_STRINGEXTRACTOR_H Index: lldb/include/lldb/Utility/StringLexer.h =================================================================== --- lldb/include/lldb/Utility/StringLexer.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef utility_StringLexer_h_ +#endif // LLDB_UTILITY_STRINGLEXER_H Index: lldb/include/lldb/Utility/StringList.h =================================================================== --- lldb/include/lldb/Utility/StringList.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StringList_h_ +#endif // LLDB_UTILITY_STRINGLIST_H Index: lldb/include/lldb/Utility/StructuredData.h =================================================================== --- lldb/include/lldb/Utility/StructuredData.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StructuredData_h_ +#endif // LLDB_UTILITY_STRUCTUREDDATA_H Index: lldb/include/lldb/Utility/TildeExpressionResolver.h =================================================================== --- lldb/include/lldb/Utility/TildeExpressionResolver.h +++ 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 @@ }; } -#endif // #ifndef LLDB_UTILITY_TILDE_EXPRESSION_RESOLVER_H +#endif // LLDB_UTILITY_TILDEEXPRESSIONRESOLVER_H Index: lldb/include/lldb/Utility/Timeout.h =================================================================== --- lldb/include/lldb/Utility/Timeout.h +++ 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 @@ }; } -#endif // liblldb_Timeout_h_ +#endif // LLDB_UTILITY_TIMEOUT_H Index: lldb/include/lldb/Utility/Timer.h =================================================================== --- lldb/include/lldb/Utility/Timer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Timer_h_ +#endif // LLDB_UTILITY_TIMER_H Index: lldb/include/lldb/Utility/TraceOptions.h =================================================================== --- lldb/include/lldb/Utility/TraceOptions.h +++ 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 @@ }; } -#endif // liblldb_TraceOptions_h_ +#endif // LLDB_UTILITY_TRACEOPTIONS_H Index: lldb/include/lldb/Utility/UriParser.h =================================================================== --- lldb/include/lldb/Utility/UriParser.h +++ 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 @@ }; } -#endif // utility_UriParser_h_ +#endif // LLDB_UTILITY_URIPARSER_H Index: lldb/include/lldb/Utility/UserID.h =================================================================== --- lldb/include/lldb/Utility/UserID.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UserID_h_ +#endif // LLDB_UTILITY_USERID_H Index: lldb/include/lldb/Utility/UserIDResolver.h =================================================================== --- lldb/include/lldb/Utility/UserIDResolver.h +++ lldb/include/lldb/Utility/UserIDResolver.h @@ -53,4 +53,4 @@ } // namespace lldb_private -#endif // #ifndef LLDB_HOST_USERIDRESOLVER_H +#endif // LLDB_UTILITY_USERIDRESOLVER_H Index: lldb/include/lldb/Utility/VASPrintf.h =================================================================== --- lldb/include/lldb/Utility/VASPrintf.h +++ lldb/include/lldb/Utility/VASPrintf.h @@ -17,4 +17,4 @@ bool VASprintf(llvm::SmallVectorImpl &buf, const char *fmt, va_list args); } -#endif // #ifdef LLDB_UTILITY_VASPRINTF_H +#endif // LLDB_UTILITY_VASPRINTF_H Index: lldb/include/lldb/Utility/VMRange.h =================================================================== --- lldb/include/lldb/Utility/VMRange.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_VMRange_h_ +#endif // LLDB_UTILITY_VMRANGE_H Index: lldb/include/lldb/lldb-defines.h =================================================================== --- lldb/include/lldb/lldb-defines.h +++ 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 Index: lldb/include/lldb/lldb-enumerations.h =================================================================== --- lldb/include/lldb/lldb-enumerations.h +++ 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 @@ }; } // namespace lldb -#endif // LLDB_lldb_enumerations_h_ +#endif // LLDB_LLDB_ENUMERATIONS_H Index: lldb/include/lldb/lldb-forward.h =================================================================== --- lldb/include/lldb/lldb-forward.h +++ 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 @@ } // namespace llvm #endif // #if defined(__cplusplus) -#endif // LLDB_lldb_forward_h_ +#endif // LLDB_LLDB_FORWARD_H Index: lldb/include/lldb/lldb-private-defines.h =================================================================== --- lldb/include/lldb/lldb-private-defines.h +++ 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 Index: lldb/include/lldb/lldb-private-enumerations.h =================================================================== --- lldb/include/lldb/lldb-private-enumerations.h +++ 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 @@ }; } -#endif // LLDB_lldb_private_enumerations_h_ +#endif // LLDB_LLDB_PRIVATE_ENUMERATIONS_H Index: lldb/include/lldb/lldb-private-forward.h =================================================================== --- lldb/include/lldb/lldb-private-forward.h +++ 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 UnixSignals; } -#endif // #ifndef LLDB_lldb_private_forward_h_ +#endif // LLDB_LLDB_PRIVATE_FORWARD_H Index: lldb/include/lldb/lldb-private-interfaces.h =================================================================== --- lldb/include/lldb/lldb-private-interfaces.h +++ 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 @@ #endif // #if defined(__cplusplus) -#endif // liblldb_lldb_private_interfaces_h_ +#endif // LLDB_LLDB_PRIVATE_INTERFACES_H Index: lldb/include/lldb/lldb-private-types.h =================================================================== --- lldb/include/lldb/lldb-private-types.h +++ 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 @@ #endif // #if defined(__cplusplus) -#endif // liblldb_lldb_private_types_h_ +#endif // LLDB_LLDB_PRIVATE_TYPES_H Index: lldb/include/lldb/lldb-private.h =================================================================== --- lldb/include/lldb/lldb-private.h +++ 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 @@ #endif // defined(__cplusplus) -#endif // lldb_lldb_private_h_ +#endif // LLDB_LLDB_PRIVATE_H Index: lldb/include/lldb/lldb-public.h =================================================================== --- lldb/include/lldb/lldb-public.h +++ 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 Index: lldb/include/lldb/lldb-types.h =================================================================== --- lldb/include/lldb/lldb-types.h +++ 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 uint64_t queue_id_t; } // namespace lldb -#endif // LLDB_lldb_types_h_ +#endif // LLDB_LLDB_TYPES_H Index: lldb/include/lldb/lldb-versioning.h =================================================================== --- lldb/include/lldb/lldb-versioning.h +++ 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 Index: lldb/source/API/SBBreakpointOptionCommon.h =================================================================== --- lldb/source/API/SBBreakpointOptionCommon.h +++ 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 @@ }; } // namespace lldb -#endif // LLDB_SBBreakpointOptionCommons_h_ +#endif // LLDB_SOURCE_API_SBBREAKPOINTOPTIONCOMMON_H Index: lldb/source/API/SBReproducerPrivate.h =================================================================== --- lldb/source/API/SBReproducerPrivate.h +++ 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" Index: lldb/source/API/SystemInitializerFull.h =================================================================== --- lldb/source/API/SystemInitializerFull.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_API_SYSTEM_INITIALIZER_FULL_H +#endif // LLDB_SOURCE_API_SYSTEMINITIALIZERFULL_H Index: lldb/source/API/Utils.h =================================================================== --- lldb/source/API/Utils.h +++ 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 Index: lldb/source/Commands/CommandObjectApropos.h =================================================================== --- lldb/source/Commands/CommandObjectApropos.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectApropos_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTAPROPOS_H Index: lldb/source/Commands/CommandObjectBreakpoint.h =================================================================== --- lldb/source/Commands/CommandObjectBreakpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectBreakpoint_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINT_H Index: lldb/source/Commands/CommandObjectBreakpointCommand.h =================================================================== --- lldb/source/Commands/CommandObjectBreakpointCommand.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectBreakpointCommand_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTBREAKPOINTCOMMAND_H Index: lldb/source/Commands/CommandObjectCommands.h =================================================================== --- lldb/source/Commands/CommandObjectCommands.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectCommands_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTCOMMANDS_H Index: lldb/source/Commands/CommandObjectDisassemble.h =================================================================== --- lldb/source/Commands/CommandObjectDisassemble.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectDisassemble_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTDISASSEMBLE_H Index: lldb/source/Commands/CommandObjectExpression.h =================================================================== --- lldb/source/Commands/CommandObjectExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectExpression_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTEXPRESSION_H Index: lldb/source/Commands/CommandObjectFrame.h =================================================================== --- lldb/source/Commands/CommandObjectFrame.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectFrame_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTFRAME_H Index: lldb/source/Commands/CommandObjectGUI.h =================================================================== --- lldb/source/Commands/CommandObjectGUI.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectGUI_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTGUI_H Index: lldb/source/Commands/CommandObjectHelp.h =================================================================== --- lldb/source/Commands/CommandObjectHelp.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectHelp_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTHELP_H Index: lldb/source/Commands/CommandObjectLanguage.h =================================================================== --- lldb/source/Commands/CommandObjectLanguage.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_CommandObjectLanguage_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTLANGUAGE_H Index: lldb/source/Commands/CommandObjectLog.h =================================================================== --- lldb/source/Commands/CommandObjectLog.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectLog_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTLOG_H Index: lldb/source/Commands/CommandObjectMemory.h =================================================================== --- lldb/source/Commands/CommandObjectMemory.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectMemory_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTMEMORY_H Index: lldb/source/Commands/CommandObjectPlatform.h =================================================================== --- lldb/source/Commands/CommandObjectPlatform.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectPlatform_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLATFORM_H Index: lldb/source/Commands/CommandObjectPlugin.h =================================================================== --- lldb/source/Commands/CommandObjectPlugin.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectPlugin_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPLUGIN_H Index: lldb/source/Commands/CommandObjectProcess.h =================================================================== --- lldb/source/Commands/CommandObjectProcess.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectProcess_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTPROCESS_H Index: lldb/source/Commands/CommandObjectQuit.h =================================================================== --- lldb/source/Commands/CommandObjectQuit.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectQuit_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTQUIT_H Index: lldb/source/Commands/CommandObjectRegister.h =================================================================== --- lldb/source/Commands/CommandObjectRegister.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectRegister_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTREGISTER_H Index: lldb/source/Commands/CommandObjectReproducer.h =================================================================== --- lldb/source/Commands/CommandObjectReproducer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectReproducer_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTREPRODUCER_H Index: lldb/source/Commands/CommandObjectSettings.h =================================================================== --- lldb/source/Commands/CommandObjectSettings.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectSettings_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSETTINGS_H Index: lldb/source/Commands/CommandObjectSource.h =================================================================== --- lldb/source/Commands/CommandObjectSource.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectSource_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSOURCE_H Index: lldb/source/Commands/CommandObjectStats.h =================================================================== --- lldb/source/Commands/CommandObjectStats.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_CommandObjectLanguage_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTSTATS_H Index: lldb/source/Commands/CommandObjectTarget.h =================================================================== --- lldb/source/Commands/CommandObjectTarget.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectTarget_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTARGET_H Index: lldb/source/Commands/CommandObjectThread.h =================================================================== --- lldb/source/Commands/CommandObjectThread.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectThread_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTHREAD_H Index: lldb/source/Commands/CommandObjectType.h =================================================================== --- lldb/source/Commands/CommandObjectType.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectType_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTTYPE_H Index: lldb/source/Commands/CommandObjectVersion.h =================================================================== --- lldb/source/Commands/CommandObjectVersion.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectVersion_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTVERSION_H Index: lldb/source/Commands/CommandObjectWatchpoint.h =================================================================== --- lldb/source/Commands/CommandObjectWatchpoint.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpoint_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINT_H Index: lldb/source/Commands/CommandObjectWatchpointCommand.h =================================================================== --- lldb/source/Commands/CommandObjectWatchpointCommand.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectWatchpointCommand_h_ +#endif // LLDB_SOURCE_COMMANDS_COMMANDOBJECTWATCHPOINTCOMMAND_H Index: lldb/source/Host/macosx/cfcpp/CFCBundle.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCBundle.h +++ 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 @@ const CFCBundle &operator=(const CFCBundle &) = delete; }; -#endif // #ifndef CoreFoundationCPP_CFBundle_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCBUNDLE_H Index: lldb/source/Host/macosx/cfcpp/CFCData.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCData.h +++ 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 @@ // Classes that inherit from CFCData can see and modify these }; -#endif // #ifndef CoreFoundationCPP_CFData_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCDATA_H Index: lldb/source/Host/macosx/cfcpp/CFCMutableArray.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCMutableArray.h +++ 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 @@ bool can_create = true); }; -#endif // #ifndef CoreFoundationCPP_CFMutableArray_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEARRAY_H Index: lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCMutableDictionary.h +++ 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 @@ // For CFCMutableDictionary only }; -#endif // CoreFoundationCPP_CFMutableDictionary_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLEDICTIONARY_H Index: lldb/source/Host/macosx/cfcpp/CFCMutableSet.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCMutableSet.h +++ 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 @@ // For CFCMutableSet only }; -#endif // CoreFoundationCPP_CFMutableSet_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCMUTABLESET_H Index: lldb/source/Host/macosx/cfcpp/CFCReleaser.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCReleaser.h +++ 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 @@ }; #endif // #ifdef __cplusplus -#endif // #ifndef CoreFoundationCPP_CFReleaser_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCRELEASER_H Index: lldb/source/Host/macosx/cfcpp/CFCString.h =================================================================== --- lldb/source/Host/macosx/cfcpp/CFCString.h +++ 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 @@ std::string &expanded_path); }; -#endif // #ifndef CoreFoundationCPP_CFString_h_ +#endif // LLDB_SOURCE_HOST_MACOSX_CFCPP_CFCSTRING_H Index: lldb/source/Interpreter/CommandObjectScript.h =================================================================== --- lldb/source/Interpreter/CommandObjectScript.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CommandObjectScript_h_ +#endif // LLDB_SOURCE_INTERPRETER_COMMANDOBJECTSCRIPT_H Index: lldb/source/Plugins/ABI/AArch64/ABIAArch64.h =================================================================== --- lldb/source/Plugins/ABI/AArch64/ABIAArch64.h +++ 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: Index: lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h =================================================================== --- lldb/source/Plugins/ABI/AArch64/ABIMacOSX_arm64.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABIMACOSX_ARM64_H Index: lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h =================================================================== --- lldb/source/Plugins/ABI/AArch64/ABISysV_arm64.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_AARCH64_ABISYSV_ARM64_H Index: lldb/source/Plugins/ABI/ARM/ABIARM.h =================================================================== --- lldb/source/Plugins/ABI/ARM/ABIARM.h +++ 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: Index: lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h =================================================================== --- lldb/source/Plugins/ABI/ARM/ABIMacOSX_arm.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_ARM_ABIMACOSX_ARM_H Index: lldb/source/Plugins/ABI/ARM/ABISysV_arm.h =================================================================== --- lldb/source/Plugins/ABI/ARM/ABISysV_arm.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_ARM_ABISYSV_ARM_H Index: lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h =================================================================== --- lldb/source/Plugins/ABI/Hexagon/ABISysV_hexagon.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_hexagon_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_HEXAGON_ABISYSV_HEXAGON_H Index: lldb/source/Plugins/ABI/Mips/ABIMips.h =================================================================== --- lldb/source/Plugins/ABI/Mips/ABIMips.h +++ 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: Index: lldb/source/Plugins/ABI/Mips/ABISysV_mips.h =================================================================== --- lldb/source/Plugins/ABI/Mips/ABISysV_mips.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_mips_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS_H Index: lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h =================================================================== --- lldb/source/Plugins/ABI/Mips/ABISysV_mips64.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_MIPS_ABISYSV_MIPS64_H Index: lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h =================================================================== --- lldb/source/Plugins/ABI/PowerPC/ABIPowerPC.h +++ 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: Index: lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h =================================================================== --- lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_ppc_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC_H Index: lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h =================================================================== --- lldb/source/Plugins/ABI/PowerPC/ABISysV_ppc64.h +++ 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 @@ lldb::ByteOrder GetByteOrder() const; }; -#endif // liblldb_ABISysV_ppc64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_POWERPC_ABISYSV_PPC64_H Index: lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h =================================================================== --- lldb/source/Plugins/ABI/SystemZ/ABISysV_s390x.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_SYSTEMZ_ABISYSV_S390X_H Index: lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABIMacOSX_i386.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABIMacOSX_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIMACOSX_I386_H Index: lldb/source/Plugins/ABI/X86/ABISysV_i386.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABISysV_i386.h +++ 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 @@ using lldb_private::RegInfoBasedABI::RegInfoBasedABI; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_I386_H Index: lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABISysV_x86_64.h +++ 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 @@ using ABIX86_64::ABIX86_64; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABISYSV_X86_64_H Index: lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABIWindows_x86_64.h +++ 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 @@ using ABIX86_64::ABIX86_64; // Call CreateInstance instead. }; -#endif // liblldb_ABISysV_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIWINDOWS_X86_64_H Index: lldb/source/Plugins/ABI/X86/ABIX86.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABIX86.h +++ 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: Index: lldb/source/Plugins/ABI/X86/ABIX86_64.h =================================================================== --- lldb/source/Plugins/ABI/X86/ABIX86_64.h +++ 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 @@ using lldb_private::MCBasedABI::MCBasedABI; }; -#endif // LLDB_PLUGIN_ABI_X86_ABIX86_64_H +#endif // LLDB_SOURCE_PLUGINS_ABI_X86_ABIX86_64_H Index: lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h =================================================================== --- lldb/source/Plugins/Architecture/Arm/ArchitectureArm.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_ARM_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_ARM_ARCHITECTUREARM_H Index: lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h =================================================================== --- lldb/source/Plugins/Architecture/Mips/ArchitectureMips.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_MIPS_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_MIPS_ARCHITECTUREMIPS_H Index: lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h =================================================================== --- lldb/source/Plugins/Architecture/PPC64/ArchitecturePPC64.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_PLUGIN_ARCHITECTURE_PPC64_H +#endif // LLDB_SOURCE_PLUGINS_ARCHITECTURE_PPC64_ARCHITECTUREPPC64_H Index: lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h =================================================================== --- lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h +++ 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 @@ std::unique_ptr m_alternate_disasm_up; }; -#endif // liblldb_DisassemblerLLVM_h_ +#endif // LLDB_SOURCE_PLUGINS_DISASSEMBLER_LLVMC_DISASSEMBLERLLVMC_H Index: lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h =================================================================== --- lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderDarwinKernel); }; -#endif // liblldb_DynamicLoaderDarwinKernel_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_DARWIN_KERNEL_DYNAMICLOADERDARWINKERNEL_H Index: lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h =================================================================== --- lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/DynamicLoaderHexagonDYLD.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderHexagonDYLD); }; -#endif // liblldb_DynamicLoaderHexagonDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_DYNAMICLOADERHEXAGONDYLD_H Index: lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h =================================================================== --- lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/HexagonDYLDRendezvous.h +++ 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 @@ bool FindMetadata(const char *name, PThreadField field, uint32_t &value); }; -#endif // liblldb_HexagonDYLDRendezvous_H_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_HEXAGON_DYLD_HEXAGONDYLDRENDEZVOUS_H Index: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h =================================================================== --- lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderDarwin.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_DynamicLoaderDarwin_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERDARWIN_H Index: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h =================================================================== --- lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOS.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderMacOS); }; -#endif // liblldb_DynamicLoaderMacOS_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOS_H Index: lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h =================================================================== --- lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderMacOSXDYLD); }; -#endif // liblldb_DynamicLoaderMacOSXDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_MACOSX_DYLD_DYNAMICLOADERMACOSXDYLD_H Index: lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h =================================================================== --- lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DYLDRendezvous.h +++ 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 Index: lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h =================================================================== --- lldb/source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderPOSIXDYLD); }; -#endif // liblldb_DynamicLoaderPOSIXDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_POSIX_DYLD_DYNAMICLOADERPOSIXDYLD_H Index: lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h =================================================================== --- lldb/source/Plugins/DynamicLoader/Static/DynamicLoaderStatic.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DynamicLoaderStatic); }; -#endif // liblldb_DynamicLoaderStatic_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_STATIC_DYNAMICLOADERSTATIC_H Index: lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h =================================================================== --- lldb/source/Plugins/DynamicLoader/Windows-DYLD/DynamicLoaderWindowsDYLD.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_Plugins_Process_Windows_DynamicLoaderWindowsDYLD_h_ +#endif // LLDB_SOURCE_PLUGINS_DYNAMICLOADER_WINDOWS_DYLD_DYNAMICLOADERWINDOWSDYLD_H Index: lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ASTResultSynthesizer_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTRESULTSYNTHESIZER_H Index: lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ASTStructExtractor.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ASTStructExtractor_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTSTRUCTEXTRACTOR_H Index: lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ASTUtils.h +++ 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 @@ }; } // namespace lldb_private -#endif // liblldb_ASTUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_ASTUTILS_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangASTImporter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangASTImporter_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTIMPORTER_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangASTMetadata.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangASTMetadata_h +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTMETADATA_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangASTSource_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGASTSOURCE_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangDeclVendor.h +++ 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" Index: lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangDiagnostic.h +++ 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 @@ }; } // namespace lldb_private -#endif /* lldb_ClangDiagnostic_h */ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGDIAGNOSTIC_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangExpressionDeclMap_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONDECLMAP_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionHelper.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangExpression_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONHELPER_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.h +++ 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 @@ }; } -#endif // liblldb_ClangExpressionParser_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONPARSER_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionSourceCode.h +++ 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" Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionVariable.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangExpressionVariable_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXPRESSIONVARIABLE_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangExternalASTSourceCallbacks.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangExternalASTSourceCallbacks_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGEXTERNALASTSOURCECALLBACKS_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangFunctionCaller.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangFunctionCaller_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGFUNCTIONCALLER_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangHost.h +++ 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 { Index: lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangModulesDeclVendor.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangModulesDeclVendor_h +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGMODULESDECLVENDOR_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangPersistentVariables.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangPersistentVariables_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGPERSISTENTVARIABLES_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangUserExpression_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUSEREXPRESSION_H Index: lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangUtil.h +++ 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" Index: lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ClangUtilityFunction.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangUtilityFunction_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CLANGUTILITYFUNCTION_H Index: lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/CppModuleConfiguration.h +++ 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 Index: lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/CxxModuleHandler.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CxxModuleHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_CXXMODULEHANDLER_H Index: lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/IRDynamicChecks.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_IRDynamicChecks_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRDYNAMICCHECKS_H Index: lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.h +++ 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 @@ bool CompleteDataAllocation(); }; -#endif // liblldb_IRForTarget_h_ +#endif // LLDB_SOURCE_PLUGINS_EXPRESSIONPARSER_CLANG_IRFORTARGET_H Index: lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h =================================================================== --- lldb/source/Plugins/ExpressionParser/Clang/ModuleDependencyCollector.h +++ 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" Index: lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h =================================================================== --- lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_EmulateInstructionARM_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATEINSTRUCTIONARM_H Index: lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h =================================================================== --- lldb/source/Plugins/Instruction/ARM/EmulationStateARM.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(EmulationStateARM); }; -#endif // lldb_EmulationStateARM_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM_EMULATIONSTATEARM_H Index: lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h =================================================================== --- lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.h +++ 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 @@ bool m_ignore_conditions; }; -#endif // EmulateInstructionARM64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_ARM64_EMULATEINSTRUCTIONARM64_H Index: lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h =================================================================== --- lldb/source/Plugins/Instruction/MIPS/EmulateInstructionMIPS.h +++ 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 @@ bool m_use_alt_disaasm; }; -#endif // EmulateInstructionMIPS_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS_EMULATEINSTRUCTIONMIPS_H Index: lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h =================================================================== --- lldb/source/Plugins/Instruction/MIPS64/EmulateInstructionMIPS64.h +++ 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 @@ std::unique_ptr m_insn_info; }; -#endif // EmulateInstructionMIPS64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_MIPS64_EMULATEINSTRUCTIONMIPS64_H Index: lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h =================================================================== --- lldb/source/Plugins/Instruction/PPC64/EmulateInstructionPPC64.h +++ 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 @@ } // namespace lldb_private -#endif // EmulateInstructionPPC64_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUCTION_PPC64_EMULATEINSTRUCTIONPPC64_H Index: lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h =================================================================== --- lldb/source/Plugins/InstrumentationRuntime/ASan/InstrumentationRuntimeASan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AddressSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_ASAN_INSTRUMENTATIONRUNTIMEASAN_H Index: lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h =================================================================== --- lldb/source/Plugins/InstrumentationRuntime/MainThreadChecker/InstrumentationRuntimeMainThreadChecker.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_MainThreadCheckerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_MAINTHREADCHECKER_INSTRUMENTATIONRUNTIMEMAINTHREADCHECKER_H Index: lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h =================================================================== --- lldb/source/Plugins/InstrumentationRuntime/TSan/InstrumentationRuntimeTSan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ThreadSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_TSAN_INSTRUMENTATIONRUNTIMETSAN_H Index: lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h =================================================================== --- lldb/source/Plugins/InstrumentationRuntime/UBSan/InstrumentationRuntimeUBSan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_UndefinedBehaviorSanitizerRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_INSTRUMENTATIONRUNTIME_UBSAN_INSTRUMENTATIONRUNTIMEUBSAN_H Index: lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h =================================================================== --- lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.h +++ 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 @@ lldb::addr_t m_jit_descriptor_addr; }; -#endif // liblldb_JITLoaderGDB_h_ +#endif // LLDB_SOURCE_PLUGINS_JITLOADER_GDB_JITLOADERGDB_H Index: lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/BlockPointer.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_BlockPointer_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_BLOCKPOINTER_H Index: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CPlusPlusLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSLANGUAGE_H Index: lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/CPlusPlusNameParser.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CPlusPlusNameParser_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CPLUSPLUSNAMEPARSER_H Index: lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/CxxStringTypes.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CxxStringTypes_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_CXXSTRINGTYPES_H Index: lldb/source/Plugins/Language/CPlusPlus/LibCxx.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/LibCxx.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxx_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXX_H Index: lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/LibCxxAtomic.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxxAtomic_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXATOMIC_H Index: lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/LibCxxVariant.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibCxxVariant_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBCXXVARIANT_H Index: lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/LibStdcpp.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_LibStdCpp_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CPLUSPLUS_LIBSTDCPP_H Index: lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h =================================================================== --- lldb/source/Plugins/Language/CPlusPlus/MSVCUndecoratedNameParser.h +++ 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 Index: lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h =================================================================== --- lldb/source/Plugins/Language/ClangCommon/ClangHighlighter.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ClangHighlighter_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_CLANGCOMMON_CLANGHIGHLIGHTER_H Index: lldb/source/Plugins/Language/ObjC/CF.h =================================================================== --- lldb/source/Plugins/Language/ObjC/CF.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_CF_H Index: lldb/source/Plugins/Language/ObjC/Cocoa.h =================================================================== --- lldb/source/Plugins/Language/ObjC/Cocoa.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_Cocoa_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COCOA_H Index: lldb/source/Plugins/Language/ObjC/CoreMedia.h =================================================================== --- lldb/source/Plugins/Language/ObjC/CoreMedia.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_COREMEDIA_H Index: lldb/source/Plugins/Language/ObjC/NSDictionary.h =================================================================== --- lldb/source/Plugins/Language/ObjC/NSDictionary.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_NSDictionary_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSDICTIONARY_H Index: lldb/source/Plugins/Language/ObjC/NSSet.h =================================================================== --- lldb/source/Plugins/Language/ObjC/NSSet.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_NSSet_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSET_H Index: lldb/source/Plugins/Language/ObjC/NSString.h =================================================================== --- lldb/source/Plugins/Language/ObjC/NSString.h +++ 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 @@ } // namespace formatters } // namespace lldb_private -#endif // liblldb_CF_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_NSSTRING_H Index: lldb/source/Plugins/Language/ObjC/ObjCLanguage.h =================================================================== --- lldb/source/Plugins/Language/ObjC/ObjCLanguage.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ObjCLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJC_OBJCLANGUAGE_H Index: lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h =================================================================== --- lldb/source/Plugins/Language/ObjCPlusPlus/ObjCPlusPlusLanguage.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CPlusPlusLanguage_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGE_OBJCPLUSPLUS_OBJCPLUSPLUSLANGUAGE_H Index: lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/CPlusPlus/CPPLanguageRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_CPPLanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_CPPLANGUAGERUNTIME_H Index: lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/ItaniumABILanguageRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ItaniumABILanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_CPLUSPLUS_ITANIUMABI_ITANIUMABILANGUAGERUNTIME_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCClassDescriptorV2.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCClassDescriptorV2_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCCLASSDESCRIPTORV2_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCDeclVendor_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCDECLVENDOR_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIME_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV1.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCRuntimeV1_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV1_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCRuntimeV2_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCRUNTIMEV2_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTrampolineHandler.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_AppleObjCTrampolineHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTRAMPOLINEHANDLER_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCTypeEncodingParser.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_AppleObjCTypeEncodingParser_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLEOBJCTYPEENCODINGPARSER_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleThreadPlanStepThroughObjCTrampoline.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_AppleThreadPlanStepThroughObjCTrampoline_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_APPLEOBJCRUNTIME_APPLETHREADPLANSTEPTHROUGHOBJCTRAMPOLINE_H Index: lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/ObjC/ObjCLanguageRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ObjCLanguageRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_OBJC_OBJCLANGUAGERUNTIME_H Index: lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptExpressionOpts.h +++ 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" Index: lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_RenderScriptRuntime_h_ +#endif // LLDB_SOURCE_PLUGINS_LANGUAGERUNTIME_RENDERSCRIPT_RENDERSCRIPTRUNTIME_RENDERSCRIPTRUNTIME_H Index: lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptScriptGroup.h +++ 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 Index: lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h =================================================================== --- lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptx86ABIFixups.h +++ 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" Index: lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h =================================================================== --- lldb/source/Plugins/MemoryHistory/asan/MemoryHistoryASan.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_MemoryHistoryASan_h_ +#endif // LLDB_SOURCE_PLUGINS_MEMORYHISTORY_ASAN_MEMORYHISTORYASAN_H Index: lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h =================================================================== --- lldb/source/Plugins/ObjectContainer/BSD-Archive/ObjectContainerBSDArchive.h +++ 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 @@ Archive::shared_ptr m_archive_sp; }; -#endif // liblldb_ObjectContainerBSDArchive_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_BSD_ARCHIVE_OBJECTCONTAINERBSDARCHIVE_H Index: lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h =================================================================== --- lldb/source/Plugins/ObjectContainer/Universal-Mach-O/ObjectContainerUniversalMachO.h +++ 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 @@ std::vector &fat_archs); }; -#endif // liblldb_ObjectContainerUniversalMachO_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTCONTAINER_UNIVERSAL_MACH_O_OBJECTCONTAINERUNIVERSALMACHO_H Index: lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h =================================================================== --- lldb/source/Plugins/ObjectFile/Breakpad/BreakpadRecords.h +++ 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 @@ } // namespace breakpad } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_BREAKPADRECORDS_H Index: lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h =================================================================== --- lldb/source/Plugins/ObjectFile/Breakpad/ObjectFileBreakpad.h +++ 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 @@ } // namespace breakpad } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_BREAKPAD_OBJECTFILEBREAKPAD_H Index: lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h =================================================================== --- lldb/source/Plugins/ObjectFile/ELF/ELFHeader.h +++ 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 @@ } // End namespace elf. -#endif // #ifndef liblldb_ELFHeader_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_ELFHEADER_H Index: lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h =================================================================== --- lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.h +++ 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 @@ std::shared_ptr GetGnuDebugDataObjectFile(); }; -#endif // liblldb_ObjectFileELF_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_ELF_OBJECTFILEELF_H Index: lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h =================================================================== --- lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.h +++ 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 @@ lldb::ObjectFileJITDelegateWP m_delegate_wp; }; -#endif // liblldb_ObjectFileJIT_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_JIT_OBJECTFILEJIT_H Index: lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h =================================================================== --- lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.h +++ 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 @@ bool m_allow_assembly_emulation_unwind_plans; }; -#endif // liblldb_ObjectFileMachO_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_MACH_O_OBJECTFILEMACHO_H Index: lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h =================================================================== --- lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h +++ 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 @@ lldb_private::UUID m_uuid; }; -#endif // liblldb_ObjectFilePECOFF_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_OBJECTFILEPECOFF_H Index: lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h =================================================================== --- lldb/source/Plugins/ObjectFile/PECOFF/PECallFrameInfo.h +++ 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 @@ lldb_private::DataExtractor m_exception_dir; }; -#endif // liblldb_PECallFrameInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_PECOFF_PECALLFRAMEINFO_H Index: lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h =================================================================== --- lldb/source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h +++ 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" Index: lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h =================================================================== --- lldb/source/Plugins/ObjectFile/wasm/ObjectFileWasm.h +++ 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 @@ } // namespace wasm } // namespace lldb_private -#endif // LLDB_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H +#endif // LLDB_SOURCE_PLUGINS_OBJECTFILE_WASM_OBJECTFILEWASM_H Index: lldb/source/Plugins/Platform/Android/AdbClient.h =================================================================== --- lldb/source/Plugins/Platform/Android/AdbClient.h +++ 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 @@ } // namespace platform_android } // namespace lldb_private -#endif // liblldb_AdbClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_ADBCLIENT_H Index: lldb/source/Plugins/Platform/Android/PlatformAndroid.h =================================================================== --- lldb/source/Plugins/Platform/Android/PlatformAndroid.h +++ 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 @@ } // namespace platofor_android } // namespace lldb_private -#endif // liblldb_PlatformAndroid_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROID_H Index: lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h =================================================================== --- lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h +++ 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 @@ } // namespace platform_android } // namespace lldb_private -#endif // liblldb_PlatformAndroidRemoteGDBServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_ANDROID_PLATFORMANDROIDREMOTEGDBSERVER_H Index: lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h =================================================================== --- lldb/source/Plugins/Platform/FreeBSD/PlatformFreeBSD.h +++ 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 @@ } // namespace platform_freebsd } // namespace lldb_private -#endif // liblldb_PlatformFreeBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_FREEBSD_PLATFORMFREEBSD_H Index: lldb/source/Plugins/Platform/Linux/PlatformLinux.h =================================================================== --- lldb/source/Plugins/Platform/Linux/PlatformLinux.h +++ 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 @@ } // namespace platform_linux } // namespace lldb_private -#endif // liblldb_PlatformLinux_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_LINUX_PLATFORMLINUX_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformAppleSimulator.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformAppleSimulator); }; -#endif // liblldb_PlatformAppleSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLESIMULATOR_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformAppleTVSimulator.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformAppleTVSimulator); }; -#endif // liblldb_PlatformAppleTVSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLETVSIMULATOR_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformAppleWatchSimulator); }; -#endif // liblldb_PlatformAppleWatchSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMAPPLEWATCHSIMULATOR_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformDarwin); }; -#endif // liblldb_PlatformDarwin_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWIN_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.h +++ 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 @@ #endif // __APPLE__ -#endif // liblldb_PlatformDarwinKernel_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMDARWINKERNEL_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformMacOSX.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformMacOSX); }; -#endif // liblldb_PlatformMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMMACOSX_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleBridge.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleBridge); }; -#endif // liblldb_PlatformRemoteAppleBridge_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEBRIDGE_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleTV.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleTV); }; -#endif // liblldb_PlatformRemoteAppleTV_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLETV_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteAppleWatch.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformRemoteAppleWatch); }; -#endif // liblldb_PlatformRemoteAppleWatch_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEAPPLEWATCH_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteDarwinDevice.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformRemoteDarwinDevice); }; -#endif // liblldb_PlatformRemoteDarwinDevice_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEDARWINDEVICE_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformRemoteiOS.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformRemoteiOS); }; -#endif // liblldb_PlatformRemoteiOS_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMREMOTEIOS_H Index: lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/PlatformiOSSimulator.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformiOSSimulator); }; -#endif // liblldb_PlatformiOSSimulator_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_PLATFORMIOSSIMULATOR_H Index: lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h =================================================================== --- lldb/source/Plugins/Platform/MacOSX/objcxx/PlatformiOSSimulatorCoreSimulatorSupport.h +++ 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 @@ }; } -#endif // liblldb_PlatformiOSSimulatorCoreSimulatorSupport_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_MACOSX_OBJCXX_PLATFORMIOSSIMULATORCORESIMULATORSUPPORT_H Index: lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h =================================================================== --- lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.h +++ 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 @@ } // namespace platform_netbsd } // namespace lldb_private -#endif // liblldb_PlatformNetBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_NETBSD_PLATFORMNETBSD_H Index: lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h =================================================================== --- lldb/source/Plugins/Platform/OpenBSD/PlatformOpenBSD.h +++ 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 @@ } // namespace platform_openbsd } // namespace lldb_private -#endif // liblldb_PlatformOpenBSD_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_OPENBSD_PLATFORMOPENBSD_H Index: lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h =================================================================== --- lldb/source/Plugins/Platform/POSIX/PlatformPOSIX.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(PlatformPOSIX); }; -#endif // liblldb_PlatformPOSIX_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_POSIX_PLATFORMPOSIX_H Index: lldb/source/Plugins/Platform/Windows/PlatformWindows.h =================================================================== --- lldb/source/Plugins/Platform/Windows/PlatformWindows.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_PlatformWindows_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_WINDOWS_PLATFORMWINDOWS_H Index: lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h =================================================================== --- lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.h +++ 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 @@ } // namespace platform_gdb_server } // namespace lldb_private -#endif // liblldb_PlatformRemoteGDBServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PLATFORM_GDB_SERVER_PLATFORMREMOTEGDBSERVER_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/CommunicationKDP.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(CommunicationKDP); }; -#endif // liblldb_CommunicationKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_COMMUNICATIONKDP_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(ProcessKDP); }; -#endif // liblldb_ProcessKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDP_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDPLog.h +++ 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 @@ }; } -#endif // liblldb_ProcessKDPLog_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_PROCESSKDPLOG_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm.h +++ 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 @@ ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_arm64.h +++ 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 @@ ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_ARM64_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_i386.h +++ 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 @@ ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_I386_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/RegisterContextKDP_x86_64.h +++ 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 @@ ThreadKDP &m_kdp_thread; }; -#endif // liblldb_RegisterContextKDP_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_REGISTERCONTEXTKDP_X86_64_H Index: lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h =================================================================== --- lldb/source/Plugins/Process/MacOSX-Kernel/ThreadKDP.h +++ 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 @@ virtual bool CalculateStopInfo(); }; -#endif // liblldb_ThreadKDP_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACOSX_KERNEL_THREADKDP_H Index: lldb/source/Plugins/Process/Utility/ARMDefines.h =================================================================== --- lldb/source/Plugins/Process/Utility/ARMDefines.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_ARMDefines_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMDEFINES_H Index: lldb/source/Plugins/Process/Utility/ARMUtils.h =================================================================== --- lldb/source/Plugins/Process/Utility/ARMUtils.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_ARMUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_ARMUTILS_H Index: lldb/source/Plugins/Process/Utility/AuxVector.h =================================================================== --- lldb/source/Plugins/Process/Utility/AuxVector.h +++ 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" Index: lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h =================================================================== --- lldb/source/Plugins/Process/Utility/DynamicRegisterInfo.h +++ 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 @@ // all registers bool m_finalized = false; }; -#endif // lldb_DynamicRegisterInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_DYNAMICREGISTERINFO_H Index: lldb/source/Plugins/Process/Utility/FreeBSDSignals.h =================================================================== --- lldb/source/Plugins/Process/Utility/FreeBSDSignals.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_FreeBSDSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_FREEBSDSIGNALS_H Index: lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h =================================================================== --- lldb/source/Plugins/Process/Utility/GDBRemoteSignals.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_GDBRemoteSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_GDBREMOTESIGNALS_H Index: lldb/source/Plugins/Process/Utility/HistoryThread.h =================================================================== --- lldb/source/Plugins/Process/Utility/HistoryThread.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_HistoryThread_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYTHREAD_H Index: lldb/source/Plugins/Process/Utility/HistoryUnwind.h =================================================================== --- lldb/source/Plugins/Process/Utility/HistoryUnwind.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_HistoryUnwind_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_HISTORYUNWIND_H Index: lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h =================================================================== --- lldb/source/Plugins/Process/Utility/InferiorCallPOSIX.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_InferiorCallPOSIX_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INFERIORCALLPOSIX_H Index: lldb/source/Plugins/Process/Utility/InstructionUtils.h =================================================================== --- lldb/source/Plugins/Process/Utility/InstructionUtils.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_InstructionUtils_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_INSTRUCTIONUTILS_H Index: lldb/source/Plugins/Process/Utility/LinuxProcMaps.h =================================================================== --- lldb/source/Plugins/Process/Utility/LinuxProcMaps.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_LinuxProcMaps_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXPROCMAPS_H Index: lldb/source/Plugins/Process/Utility/LinuxSignals.h =================================================================== --- lldb/source/Plugins/Process/Utility/LinuxSignals.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_LinuxSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LINUXSIGNALS_H Index: lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h =================================================================== --- lldb/source/Plugins/Process/Utility/MipsLinuxSignals.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_MipsLinuxSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_MIPSLINUXSIGNALS_H Index: lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h =================================================================== --- lldb/source/Plugins/Process/Utility/NativeRegisterContextRegisterInfo.h +++ 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 Index: lldb/source/Plugins/Process/Utility/NetBSDSignals.h =================================================================== --- lldb/source/Plugins/Process/Utility/NetBSDSignals.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_NetBSDSignals_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_NETBSDSIGNALS_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDarwinConstants.h +++ 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 -#endif // LLDB_REGISTERCONTEXTDARWINCONSTANTS_H +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWINCONSTANTS_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm.h +++ 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 @@ static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_arm64.h +++ 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 @@ static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_ARM64_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_i386.h +++ 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 @@ static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_i386_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_I386_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDarwin_x86_64.h +++ 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 @@ static const lldb_private::RegisterInfo *GetRegisterInfos(); }; -#endif // liblldb_RegisterContextDarwin_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDARWIN_X86_64_H Index: lldb/source/Plugins/Process/Utility/RegisterContextDummy.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextDummy.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_RegisterContextDummy_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTDUMMY_H Index: lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_i386.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_mips64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_powerpc.h +++ 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 @@ uint32_t GetRegisterCount() const override; }; -#endif // liblldb_RegisterContextFreeBSD_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTFREEBSD_POWERPC_H Index: lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextFreeBSD_x86_64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextHistory.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextHistory.h +++ 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 @@ }; } // namespace lldb_private -#endif // lldb_RegisterContextHistory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTHISTORY_H Index: lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLLDB.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_RegisterContextLLDB_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTLLDB_H Index: lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLinux_i386.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLinux_mips64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLinux_s390x.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextLinux_x86_64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextMacOSXFrameBackchain.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(RegisterContextMacOSXFrameBackchain); }; -#endif // lldb_RegisterContextMacOSXFrameBackchain_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMACOSXFRAMEBACKCHAIN_H Index: lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextMach_arm.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextMach_i386.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextMach_x86_64.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/RegisterContextMemory.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextMemory.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(RegisterContextMemory); }; -#endif // lldb_RegisterContextMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTMEMORY_H Index: lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_i386.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextNetBSD_x86_64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_i386.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextOpenBSD_x86_64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm.h +++ 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 @@ virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_arm64.h +++ 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 @@ virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_ARM64_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_mips64.h +++ 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 @@ virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_MIPS64_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_powerpc.h +++ 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 @@ virtual bool WriteVMX() = 0; }; -#endif // liblldb_RegisterContextPOSIX_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_POWERPC_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_ppc64le.h +++ 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 @@ lldb::ByteOrder GetByteOrder(); }; -#endif // liblldb_RegisterContextPOSIX_ppc64le_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_PPC64LE_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_s390x.h +++ 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 @@ virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_S390X_H Index: lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextPOSIX_x86.h +++ 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 @@ virtual bool WriteFPR() = 0; }; -#endif // liblldb_RegisterContextPOSIX_x86_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTPOSIX_X86_H Index: lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_RegisterContextThreadMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXTTHREADMEMORY_H Index: lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextWindows_i386.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContextWindows_x86_64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterContext_mips.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContext_mips.h +++ 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 @@ MSA_linux_mips msa; // MSA registers. }; -#endif // liblldb_RegisterContext_mips64_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_MIPS_H Index: lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContext_powerpc.h +++ 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 @@ dwarf_v31_powerpc, }; -#endif // liblldb_RegisterContext_powerpc_H_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERCONTEXT_POWERPC_H Index: lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContext_s390x.h +++ 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 Index: lldb/source/Plugins/Process/Utility/RegisterContext_x86.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterContext_x86.h +++ 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 Index: lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfoInterface.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm.h +++ 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 @@ uint32_t m_register_info_count; }; -#endif // liblldb_RegisterInfoPOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOPOSIX_ARM_H Index: lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_arm64.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfoPOSIX_ppc64le.h +++ 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" Index: lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_arm.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM_H + //===-- RegisterInfos_arm.h -------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -1617,3 +1621,5 @@ {DEFINE_DBG(wcr, 15)}}; #endif // DECLARE_REGISTER_INFOS_ARM_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_arm64.h @@ -1,3 +1,11 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM64_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM64_H + +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM64_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_ARM64_H + //===-- RegisterInfos_arm64.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -787,3 +795,7 @@ }; #endif // DECLARE_REGISTER_INFOS_ARM64_STRUCT + +#endif + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_i386.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_I386_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_I386_H + //===-- RegisterInfos_i386.h ------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -303,3 +307,5 @@ #undef DEFINE_GPR_PSEUDO_8L #endif // DECLARE_REGISTER_INFOS_I386_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_mips.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_MIPS_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_MIPS_H + //===-- RegisterInfos_mips.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -303,3 +307,5 @@ #undef DEFINE_MSA_INFO #endif // DECLARE_REGISTER_INFOS_MIPS_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_mips64.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_MIPS64_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_MIPS64_H + //===-- RegisterInfos_mips64.h ----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -433,3 +437,5 @@ #undef MSA_OFFSET #endif // DECLARE_REGISTER_INFOS_MIPS64_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_powerpc.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_POWERPC_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_POWERPC_H + //===-- RegisterInfos_powerpc.h ---------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -226,3 +230,5 @@ #endif // DECLARE_REGISTER_INFOS_POWERPC_STRUCT #undef GPR_OFFSET + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64_H + //===-- RegisterInfos_ppc64.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -327,3 +331,5 @@ #undef DEFINE_VMX_PPC64 #endif // DECLARE_REGISTER_INFOS_PPC64_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_ppc64le.h @@ -1,3 +1,11 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64LE_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64LE_H + +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64LE_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_PPC64LE_H + //===-- RegisterInfos_ppc64le.h ---------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -472,3 +480,7 @@ #undef DEFINE_VSX #endif // DECLARE_REGISTER_INFOS_PPC64LE_STRUCT + +#endif + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_s390x.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_S390X_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_S390X_H + //===-- RegisterInfos_s390x.h -----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -122,3 +126,5 @@ #undef DEFINE_FPR_NODWARF #endif // DECLARE_REGISTER_INFOS_S390X_STRUCT + +#endif Index: lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h =================================================================== --- lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h +++ lldb/source/Plugins/Process/Utility/RegisterInfos_x86_64.h @@ -1,3 +1,7 @@ +#ifndef LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_X86_64_H + +#define LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_REGISTERINFOS_X86_64_H + //===-- RegisterInfos_x86_64.h ----------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. @@ -467,3 +471,5 @@ #undef GPR_OFFSET #undef FPR_OFFSET #undef YMM_OFFSET + +#endif Index: lldb/source/Plugins/Process/Utility/StopInfoMachException.h =================================================================== --- lldb/source/Plugins/Process/Utility/StopInfoMachException.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_StopInfoMachException_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_STOPINFOMACHEXCEPTION_H Index: lldb/source/Plugins/Process/Utility/ThreadMemory.h =================================================================== --- lldb/source/Plugins/Process/Utility/ThreadMemory.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(ThreadMemory); }; -#endif // liblldb_ThreadMemory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_THREADMEMORY_H Index: lldb/source/Plugins/Process/Utility/UnwindLLDB.h =================================================================== --- lldb/source/Plugins/Process/Utility/UnwindLLDB.h +++ 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 @@ } // namespace lldb_private -#endif // lldb_UnwindLLDB_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDLLDB_H Index: lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h =================================================================== --- lldb/source/Plugins/Process/Utility/UnwindMacOSXFrameBackchain.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(UnwindMacOSXFrameBackchain); }; -#endif // lldb_UnwindMacOSXFrameBackchain_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_UNWINDMACOSXFRAMEBACKCHAIN_H Index: lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-arm-register-enums.h +++ 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 @@ }; } -#endif // #ifndef lldb_arm64_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM_REGISTER_ENUMS_H Index: lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-arm64-register-enums.h +++ 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 @@ }; } -#endif // #ifndef lldb_arm64_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_ARM64_REGISTER_ENUMS_H Index: lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-mips-freebsd-register-enums.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-mips-linux-register-enums.h +++ 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 @@ }; } -#endif // #ifndef lldb_mips_linux_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_MIPS_LINUX_REGISTER_ENUMS_H Index: lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-ppc64-register-enums.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-ppc64le-register-enums.h +++ 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 @@ 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 Index: lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-s390x-register-enums.h +++ 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 @@ }; } -#endif // #ifndef lldb_s390x_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_S390X_REGISTER_ENUMS_H Index: lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h =================================================================== --- lldb/source/Plugins/Process/Utility/lldb-x86-register-enums.h +++ 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 @@ }; } -#endif // #ifndef lldb_x86_register_enums_h +#endif // LLDB_SOURCE_PLUGINS_PROCESS_UTILITY_LLDB_X86_REGISTER_ENUMS_H Index: lldb/source/Plugins/Process/elf-core/ProcessElfCore.h =================================================================== --- lldb/source/Plugins/Process/elf-core/ProcessElfCore.h +++ 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 @@ llvm::Error parseLinuxNotes(llvm::ArrayRef notes); }; -#endif // liblldb_ProcessElfCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_PROCESSELFCORE_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm.h +++ 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 @@ lldb_private::DataExtractor m_gpr; }; -#endif // liblldb_RegisterContextCorePOSIX_arm_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_arm64.h +++ 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 @@ lldb_private::DataExtractor m_gpr; }; -#endif // liblldb_RegisterContextCorePOSIX_arm64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_ARM64_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_mips64.h +++ 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 @@ lldb_private::DataExtractor m_fpr; }; -#endif // liblldb_RegisterContextCorePOSIX_mips64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_MIPS64_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_powerpc.h +++ 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 @@ lldb_private::DataExtractor m_vec; }; -#endif // liblldb_RegisterContextCorePOSIX_powerpc_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_POWERPC_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_ppc64le.h +++ 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 @@ lldb_private::DataExtractor m_vsx; }; -#endif // liblldb_RegisterContextCorePOSIX_ppc64le_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_PPC64LE_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_s390x.h +++ 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 @@ lldb_private::DataExtractor m_fpr; }; -#endif // liblldb_RegisterContextCorePOSIX_s390x_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_S390X_H Index: lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterContextPOSIXCore_x86_64.h +++ 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 @@ std::unique_ptr m_fpregset; }; -#endif // liblldb_RegisterContextCorePOSIX_x86_64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERCONTEXTPOSIXCORE_X86_64_H Index: lldb/source/Plugins/Process/elf-core/RegisterUtilities.h =================================================================== --- lldb/source/Plugins/Process/elf-core/RegisterUtilities.h +++ 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 @@ } // namespace lldb_private -#endif // #ifndef LLDB_REGISTERUTILITIES_H +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_REGISTERUTILITIES_H Index: lldb/source/Plugins/Process/elf-core/ThreadElfCore.h =================================================================== --- lldb/source/Plugins/Process/elf-core/ThreadElfCore.h +++ 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 @@ bool CalculateStopInfo() override; }; -#endif // liblldb_ThreadElfCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_ELF_CORE_THREADELFCORE_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteClientBase.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECLIENTBASE_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunication.h +++ 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 @@ }; } // namespace llvm -#endif // liblldb_GDBRemoteCommunication_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATION_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationClient_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONCLIENT_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationHistory.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationHistory_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONHISTORY_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationReplayServer.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationReplayServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONREPLAYSERVER_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServer.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServer_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVER_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerCommon.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerCommon_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERCOMMON_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerLLGS.h +++ 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 @@ -230,4 +230,4 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerLLGS_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERLLGS_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_GDBRemoteCommunicationServerPlatform_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTECOMMUNICATIONSERVERPLATFORM_H Index: lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/GDBRemoteRegisterContext.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // lldb_GDBRemoteRegisterContext_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_GDBREMOTEREGISTERCONTEXT_H Index: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ProcessGDBRemote_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTE_H Index: lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemoteLog.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ProcessGDBRemoteLog_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_PROCESSGDBREMOTELOG_H Index: lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h =================================================================== --- lldb/source/Plugins/Process/gdb-remote/ThreadGDBRemote.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // liblldb_ThreadGDBRemote_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_GDB_REMOTE_THREADGDBREMOTE_H Index: lldb/source/Plugins/Process/mach-core/ProcessMachCore.h =================================================================== --- lldb/source/Plugins/Process/mach-core/ProcessMachCore.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(ProcessMachCore); }; -#endif // liblldb_ProcessMachCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_PROCESSMACHCORE_H Index: lldb/source/Plugins/Process/mach-core/ThreadMachCore.h =================================================================== --- lldb/source/Plugins/Process/mach-core/ThreadMachCore.h +++ 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 @@ bool CalculateStopInfo() override; }; -#endif // liblldb_ThreadMachCore_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MACH_CORE_THREADMACHCORE_H Index: lldb/source/Plugins/Process/minidump/MinidumpParser.h =================================================================== --- lldb/source/Plugins/Process/minidump/MinidumpParser.h +++ 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 @@ } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_MinidumpParser_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPPARSER_H Index: lldb/source/Plugins/Process/minidump/MinidumpTypes.h =================================================================== --- lldb/source/Plugins/Process/minidump/MinidumpTypes.h +++ 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 @@ } // namespace minidump } // namespace lldb_private -#endif // liblldb_MinidumpTypes_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_MINIDUMPTYPES_H Index: lldb/source/Plugins/Process/minidump/NtStructures.h =================================================================== --- lldb/source/Plugins/Process/minidump/NtStructures.h +++ 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 @@ #endif // liblldb_Plugins_Process_Minidump_NtStructures_h_ } // namespace minidump } // namespace lldb_private + +#endif Index: lldb/source/Plugins/Process/minidump/ProcessMinidump.h =================================================================== --- lldb/source/Plugins/Process/minidump/ProcessMinidump.h +++ 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 @@ } // namespace minidump } // namespace lldb_private -#endif // liblldb_ProcessMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_PROCESSMINIDUMP_H Index: lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h =================================================================== --- lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM.h +++ 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 @@ } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_ARM_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM_H Index: lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h =================================================================== --- lldb/source/Plugins/Process/minidump/RegisterContextMinidump_ARM64.h +++ 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 @@ } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_ARM64_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_ARM64_H Index: lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h =================================================================== --- lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_32.h +++ 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 @@ } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_x86_32_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_32_H Index: lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h =================================================================== --- lldb/source/Plugins/Process/minidump/RegisterContextMinidump_x86_64.h +++ 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 @@ } // end namespace minidump } // end namespace lldb_private -#endif // liblldb_RegisterContextMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_REGISTERCONTEXTMINIDUMP_X86_64_H Index: lldb/source/Plugins/Process/minidump/ThreadMinidump.h =================================================================== --- lldb/source/Plugins/Process/minidump/ThreadMinidump.h +++ 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 @@ } // namespace minidump } // namespace lldb_private -#endif // liblldb_ThreadMinidump_h_ +#endif // LLDB_SOURCE_PLUGINS_PROCESS_MINIDUMP_THREADMINIDUMP_H Index: lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h =================================================================== --- lldb/source/Plugins/ScriptInterpreter/None/ScriptInterpreterNone.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_ScriptInterpreterNone_h_ +#endif // LLDB_SOURCE_PLUGINS_SCRIPTINTERPRETER_NONE_SCRIPTINTERPRETERNONE_H Index: lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h =================================================================== --- lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.h +++ 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 @@ }; } -#endif /* StructuredDataPluginDarwinLog_hpp */ +#endif // LLDB_SOURCE_PLUGINS_STRUCTUREDDATA_DARWINLOG_STRUCTUREDDATADARWINLOG_H Index: lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h =================================================================== --- lldb/source/Plugins/SymbolFile/Breakpad/SymbolFileBreakpad.h +++ 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" Index: lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/AppleDWARFIndex.h +++ 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 @@ }; } // namespace lldb_private -#endif // LLDB_APPLEDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_APPLEDWARFINDEX_H Index: lldb/source/Plugins/SymbolFile/DWARF/DIERef.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DIERef.h +++ 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 @@ }; } // namespace llvm -#endif // SymbolFileDWARF_DIERef_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DIEREF_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParser.h +++ 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 @@ const lldb_private::ExecutionContext *exe_ctx = nullptr); }; -#endif // SymbolFileDWARF_DWARFASTParser_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSER_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h +++ 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 @@ uint32_t encoding = 0; }; -#endif // SymbolFileDWARF_DWARFASTParserClang_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFASTPARSERCLANG_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFAbbreviationDeclaration.h +++ 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 @@ DWARFAttribute::collection m_attributes; }; -#endif // liblldb_DWARFAbbreviationDeclaration_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFABBREVIATIONDECLARATION_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFAttribute.h +++ 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 @@ collection m_infos; }; -#endif // SymbolFileDWARF_DWARFAttribute_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFATTRIBUTE_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFBaseDIE.h +++ 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 @@ 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 Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h +++ 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 @@ friend class DWARFUnit; }; -#endif // SymbolFileDWARF_DWARFCompileUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFCOMPILEUNIT_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFContext.h +++ 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" Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDIE.h +++ 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 @@ lldb_private::DWARFExpression *frame_base) const; }; -#endif // SymbolFileDWARF_DWARFDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDIE_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h +++ 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 @@ }; } -#endif // liblldb_DWARFDataExtractor_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDATAEXTRACTOR_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAbbrev.h +++ 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 @@ mutable DWARFAbbreviationDeclarationCollMapConstIter m_prev_abbr_offset_pos; }; -#endif // SymbolFileDWARF_DWARFDebugAbbrev_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGABBREV_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugArangeSet.h +++ 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 @@ DescriptorColl m_arange_descriptors; }; -#endif // SymbolFileDWARF_DWARFDebugArangeSet_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGESET_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h +++ 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 @@ RangeToDIE m_aranges; }; -#endif // SymbolFileDWARF_DWARFDebugAranges_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGARANGES_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DWARFDebugInfo); }; -#endif // SymbolFileDWARF_DWARFDebugInfo_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFO_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.h +++ 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 @@ dw_tag_t m_tag = llvm::dwarf::DW_TAG_null; }; -#endif // SymbolFileDWARF_DWARFDebugInfoEntry_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGINFOENTRY_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugMacro.h +++ 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 @@ lldb_private::DebugMacrosSP &debug_macros_sp); }; -#endif // SymbolFileDWARF_DWARFDebugMacro_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGMACRO_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h +++ 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 @@ range_map m_range_map; }; -#endif // SymbolFileDWARF_DWARFDebugRanges_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEBUGRANGES_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDeclContext.h +++ 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 @@ lldb::LanguageType m_language; }; -#endif // SymbolFileDWARF_DWARFDeclContext_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDECLCONTEXT_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFDefines.h +++ 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 @@ } // namespace lldb_private -#endif // SymbolFileDWARF_DWARFDefines_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFDEFINES_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFFormValue.h +++ 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 @@ ValueType m_value; // Contains all data for the form }; -#endif // SymbolFileDWARF_DWARFFormValue_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFFORMVALUE_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFIndex.h +++ 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 @@ }; } // namespace lldb_private -#endif // LLDB_DWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFINDEX_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h +++ 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 @@ friend class DWARFUnit; }; -#endif // SymbolFileDWARF_DWARFTypeUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFTYPEUNIT_H Index: lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(DWARFUnit); }; -#endif // SymbolFileDWARF_DWARFUnit_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DWARFUNIT_H Index: lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/DebugNamesDWARFIndex.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_DEBUGNAMESDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_DEBUGNAMESDWARFINDEX_H Index: lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h +++ 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 @@ static const char *GetAtomTypeName(uint16_t atom); }; -#endif // SymbolFileDWARF_HashedNameToDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_HASHEDNAMETODIE_H Index: lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/LogChannelDWARF.h +++ 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 @@ }; } -#endif // SymbolFileDWARF_LogChannelDWARF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_LOGCHANNELDWARF_H Index: lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/ManualDWARFIndex.h +++ 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 @@ }; } // namespace lldb_private -#endif // LLDB_MANUALDWARFINDEX_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_MANUALDWARFINDEX_H Index: lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/NameToDIE.h +++ 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 @@ lldb_private::UniqueCStringMap m_map; }; -#endif // SymbolFileDWARF_NameToDIE_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_NAMETODIE_H Index: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h +++ 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 @@ std::vector m_lldb_cu_to_dwarf_unit; }; -#endif // SymbolFileDWARF_SymbolFileDWARF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARF_H Index: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.h +++ 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 @@ DWARFDebugAranges *debug_aranges); }; -#endif // #ifndef SymbolFileDWARF_SymbolFileDWARFDebugMap_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDEBUGMAP_H Index: lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwo.h +++ 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 @@ SymbolFileDWARF &m_base_symbol_file; }; -#endif // SymbolFileDWARFDwo_SymbolFileDWARFDwo_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_SYMBOLFILEDWARFDWO_H Index: lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h =================================================================== --- lldb/source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.h +++ 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 @@ collection m_collection; }; -#endif // lldb_UniqueDWARFASTType_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_DWARF_UNIQUEDWARFASTTYPE_H Index: lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/CodeViewRegisterMapping.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/DWARFLocationExpression.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h +++ 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 @@ } // namespace npdb } // namespace lldb_private -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_PDBASTBUILDER_H Index: lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/PdbFPOProgramToDWARFExpression.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/PdbIndex.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h +++ 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" Index: lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h +++ 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 @@ } // namespace npdb } // namespace lldb_private -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_SYMBOLFILENATIVEPDB_H Index: lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h =================================================================== --- lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h +++ 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 @@ } // namespace npdb } // namespace lldb_private -#endif // LLDB_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_NATIVEPDB_UDTRECORDCOMPLETER_H Index: lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h =================================================================== --- lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.h +++ 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 @@ DeclContextToUidMap m_decl_context_to_uid; }; -#endif // LLDB_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_PDBASTPARSER_H Index: lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h =================================================================== --- lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.h +++ 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" Index: lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h =================================================================== --- lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h +++ 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 @@ lldb_private::UniqueCStringMap m_func_method_names; }; -#endif // lldb_Plugins_SymbolFile_PDB_SymbolFilePDB_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_PDB_SYMBOLFILEPDB_H Index: lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h =================================================================== --- lldb/source/Plugins/SymbolFile/Symtab/SymbolFileSymtab.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(SymbolFileSymtab); }; -#endif // liblldb_SymbolFileSymtab_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLFILE_SYMTAB_SYMBOLFILESYMTAB_H Index: lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h =================================================================== --- lldb/source/Plugins/SymbolVendor/ELF/SymbolVendorELF.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(SymbolVendorELF); }; -#endif // liblldb_SymbolVendorELF_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_ELF_SYMBOLVENDORELF_H Index: lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h =================================================================== --- lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(SymbolVendorMacOSX); }; -#endif // liblldb_SymbolVendorMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_MACOSX_SYMBOLVENDORMACOSX_H Index: lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h =================================================================== --- lldb/source/Plugins/SymbolVendor/wasm/SymbolVendorWasm.h +++ 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 @@ } // namespace wasm } // namespace lldb_private -#endif // liblldb_SymbolVendorWasm_h_ +#endif // LLDB_SOURCE_PLUGINS_SYMBOLVENDOR_WASM_SYMBOLVENDORWASM_H Index: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h =================================================================== --- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetItemInfoHandler.h +++ 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 @@ } // using namespace lldb_private -#endif // lldb_AppleGetItemInfoHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETITEMINFOHANDLER_H Index: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h =================================================================== --- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetPendingItemsHandler.h +++ 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 @@ } // using namespace lldb_private -#endif // lldb_AppleGetPendingItemsHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETPENDINGITEMSHANDLER_H Index: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h =================================================================== --- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetQueuesHandler.h +++ 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 @@ } // using namespace lldb_private -#endif // lldb_AppleGetQueuesHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETQUEUESHANDLER_H Index: lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h =================================================================== --- lldb/source/Plugins/SystemRuntime/MacOSX/AppleGetThreadItemInfoHandler.h +++ 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 @@ } // using namespace lldb_private -#endif // lldb_AppleGetThreadItemInfoHandler_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_APPLEGETTHREADITEMINFOHANDLER_H Index: lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h =================================================================== --- lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.h +++ 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 @@ DISALLOW_COPY_AND_ASSIGN(SystemRuntimeMacOSX); }; -#endif // liblldb_SystemRuntimeMacOSX_h_ +#endif // LLDB_SOURCE_PLUGINS_SYSTEMRUNTIME_MACOSX_SYSTEMRUNTIMEMACOSX_H Index: lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h =================================================================== --- lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_TypeSystemClang_h_ +#endif // LLDB_SOURCE_PLUGINS_TYPESYSTEM_CLANG_TYPESYSTEMCLANG_H Index: lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h =================================================================== --- lldb/source/Plugins/UnwindAssembly/InstEmulation/UnwindAssemblyInstEmulation.h +++ 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 @@ uint32_t m_forward_branch_offset; }; -#endif // liblldb_UnwindAssemblyInstEmulation_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_INSTEMULATION_UNWINDASSEMBLYINSTEMULATION_H Index: lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h =================================================================== --- lldb/source/Plugins/UnwindAssembly/x86/UnwindAssembly-x86.h +++ 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 @@ lldb_private::x86AssemblyInspectionEngine *m_assembly_inspection_engine; }; -#endif // liblldb_UnwindAssembly_x86_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_UNWINDASSEMBLY_X86_H Index: lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h =================================================================== --- lldb/source/Plugins/UnwindAssembly/x86/x86AssemblyInspectionEngine.h +++ 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 @@ } // namespace lldb_private -#endif // liblldb_x86AssemblyInspectionEngine_h_ +#endif // LLDB_SOURCE_PLUGINS_UNWINDASSEMBLY_X86_X86ASSEMBLYINSPECTIONENGINE_H Index: lldb/source/Utility/ARM64_DWARF_Registers.h =================================================================== --- lldb/source/Utility/ARM64_DWARF_Registers.h +++ 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 @@ } // namespace arm64_dwarf -#endif // utility_ARM64_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM64_DWARF_REGISTERS_H Index: lldb/source/Utility/ARM64_ehframe_Registers.h =================================================================== --- lldb/source/Utility/ARM64_ehframe_Registers.h +++ 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 @@ }; } -#endif // utility_ARM64_ehframe_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM64_EHFRAME_REGISTERS_H Index: lldb/source/Utility/ARM_DWARF_Registers.h =================================================================== --- lldb/source/Utility/ARM_DWARF_Registers.h +++ 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 @@ dwarf_q15 }; -#endif // utility_ARM_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM_DWARF_REGISTERS_H Index: lldb/source/Utility/ARM_ehframe_Registers.h =================================================================== --- lldb/source/Utility/ARM_ehframe_Registers.h +++ 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 @@ ehframe_cpsr }; -#endif // utility_ARM_ehframe_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_ARM_EHFRAME_REGISTERS_H Index: lldb/source/Utility/PPC64LE_DWARF_Registers.h =================================================================== --- lldb/source/Utility/PPC64LE_DWARF_Registers.h +++ 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 @@ } // namespace ppc64le_dwarf -#endif // utility_PPC64LE_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_PPC64LE_DWARF_REGISTERS_H Index: lldb/source/Utility/PPC64_DWARF_Registers.h =================================================================== --- lldb/source/Utility/PPC64_DWARF_Registers.h +++ 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 @@ } // namespace ppc64_dwarf -#endif // utility_PPC64_DWARF_Registers_h_ +#endif // LLDB_SOURCE_UTILITY_PPC64_DWARF_REGISTERS_H Index: lldb/tools/debugserver/source/DNB.h =================================================================== --- lldb/tools/debugserver/source/DNB.h +++ 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" Index: lldb/tools/debugserver/source/DNBArch.h =================================================================== --- lldb/tools/debugserver/source/DNBArch.h +++ 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" Index: lldb/tools/debugserver/source/DNBBreakpoint.h =================================================================== --- lldb/tools/debugserver/source/DNBBreakpoint.h +++ 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 Index: lldb/tools/debugserver/source/DNBDataRef.h =================================================================== --- lldb/tools/debugserver/source/DNBDataRef.h +++ 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 @@ addr_t m_addrDATA; }; -#endif // #ifndef __DNBDataRef_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDATAREF_H Index: lldb/tools/debugserver/source/DNBDefs.h =================================================================== --- lldb/tools/debugserver/source/DNBDefs.h +++ 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 @@ #define UNUSED_IF_ASSERT_DISABLED(x) ((void)(x)) -#endif // #ifndef __DNBDefs_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBDEFS_H Index: lldb/tools/debugserver/source/DNBError.h =================================================================== --- lldb/tools/debugserver/source/DNBError.h +++ 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 @@ mutable std::string m_str; }; -#endif // #ifndef __DNBError_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBERROR_H Index: lldb/tools/debugserver/source/DNBLog.h =================================================================== --- lldb/tools/debugserver/source/DNBLog.h +++ 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 @@ } #endif -#endif // #ifndef __DNBLog_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBLOG_H Index: lldb/tools/debugserver/source/DNBRegisterInfo.h =================================================================== --- lldb/tools/debugserver/source/DNBRegisterInfo.h +++ 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 Index: lldb/tools/debugserver/source/DNBThreadResumeActions.h =================================================================== --- lldb/tools/debugserver/source/DNBThreadResumeActions.h +++ 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 @@ mutable std::vector m_signal_handled; }; -#endif // #ifndef __DNBThreadResumeActions_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTHREADRESUMEACTIONS_H Index: lldb/tools/debugserver/source/DNBTimer.h =================================================================== --- lldb/tools/debugserver/source/DNBTimer.h +++ 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 @@ struct timeval m_timeval; }; -#endif // #ifndef __DNBTimer_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_DNBTIMER_H Index: lldb/tools/debugserver/source/JSON.h =================================================================== --- lldb/tools/debugserver/source/JSON.h +++ 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 @@ JSONValue::SP ParseJSONArray(); }; -#endif // utility_JSON_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_JSON_H Index: lldb/tools/debugserver/source/JSONGenerator.h =================================================================== --- lldb/tools/debugserver/source/JSONGenerator.h +++ 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 @@ }; // class JSONGenerator -#endif // __JSONGenerator_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_JSONGENERATOR_H Index: lldb/tools/debugserver/source/MacOSX/CFBundle.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/CFBundle.h +++ 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 @@ CFReleaser m_bundle_url; }; -#endif // #ifndef __CFBundle_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFBUNDLE_H Index: lldb/tools/debugserver/source/MacOSX/CFString.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/CFString.h +++ 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 @@ static const char *GlobPath(const char *path, std::string &expanded_path); }; -#endif // #ifndef __CFString_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFSTRING_H Index: lldb/tools/debugserver/source/MacOSX/CFUtils.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/CFUtils.h +++ 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 @@ }; #endif // #ifdef __cplusplus -#endif // #ifndef __CFUtils_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_CFUTILS_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStore.h +++ 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 @@ ActivityStore(); }; -#endif /* ActivityStore_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_ACTIVITYSTORE_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/ActivityStreamSPI.h +++ 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 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 Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogCollector.h +++ 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 @@ ActivityMap m_activity_map; }; -#endif /* LogStreamCollector_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGCOLLECTOR_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogEvent.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogInterfaces.h +++ 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 @@ class LogMessage; -#endif /* DarwinLogInterfaces_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGINTERFACES_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/DarwinLogTypes.h +++ 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 @@ eFilterTargetSubsystem }; -#endif /* DarwinLogTypes_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_DARWINLOGTYPES_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilter.h +++ 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 @@ bool m_matches_accept; }; -#endif /* LogFilter_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTER_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterChain.h +++ 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 @@ bool m_default_accept; }; -#endif /* LogFilterChain_hpp */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERCHAIN_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterExactMatch.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogFilterRegex.h +++ 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 @@ std::string m_error_text; }; -#endif /* LogFilterSubsystemRegex_hpp */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGFILTERREGEX_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessage.h +++ 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 @@ LogMessage(); }; -#endif /* LogMessage_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGE_H Index: lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/DarwinLog/LogMessageOsLog.h +++ 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 @@ mutable std::string m_message; }; -#endif /* LogMessageOsLog_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_DARWINLOG_LOGMESSAGEOSLOG_H Index: lldb/tools/debugserver/source/MacOSX/Genealogy.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/Genealogy.h +++ 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 @@ bool m_diagnosticd_call_timed_out; }; -#endif // __Genealogy_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_GENEALOGY_H Index: lldb/tools/debugserver/source/MacOSX/GenealogySPI.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/GenealogySPI.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/MachException.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachException.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/MachProcess.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachProcess.h +++ 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 @@ uint32_t (*m_dyld_process_info_get_platform)(void *info); }; -#endif // __MachProcess_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHPROCESS_H Index: lldb/tools/debugserver/source/MacOSX/MachTask.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachTask.h +++ 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 @@ MachTask &operator=(const MachTask &rhs) = delete; }; -#endif // __MachTask_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTASK_H Index: lldb/tools/debugserver/source/MacOSX/MachThread.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachThread.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/MachThreadList.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachThreadList.h +++ 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 @@ bool m_is_64_bit; }; -#endif // #ifndef __MachThreadList_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHTHREADLIST_H Index: lldb/tools/debugserver/source/MacOSX/MachVMMemory.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachVMMemory.h +++ 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 @@ DNBError m_err; }; -#endif // #ifndef __MachVMMemory_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMMEMORY_H Index: lldb/tools/debugserver/source/MacOSX/MachVMRegion.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/MachVMRegion.h +++ 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 @@ m_protection_size; // The size of memory that had its protections changed }; -#endif // #ifndef __MachVMRegion_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_MACHVMREGION_H Index: lldb/tools/debugserver/source/MacOSX/OsLogger.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/OsLogger.h +++ 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 @@ static DNBCallbackLog GetLogFunction(); }; -#endif /* OsLogger_h */ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_OSLOGGER_H Index: lldb/tools/debugserver/source/MacOSX/ThreadInfo.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/ThreadInfo.h +++ 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 @@ }; }; -#endif // __ThreadInfo_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_THREADINFO_H Index: lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/arm/DNBArchImpl.h +++ 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 @@ }; #endif // #if defined (__arm__) -#endif // #ifndef __DebugNubArchMachARM_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM_DNBARCHIMPL_H Index: lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/arm64/DNBArchImplARM64.h +++ 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 @@ #endif // #if defined (ARM_THREAD_STATE64_COUNT) #endif // #if defined (__arm__) -#endif // #ifndef __DNBArchImplARM64_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_ARM64_DNBARCHIMPLARM64_H Index: lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/i386/DNBArchImplI386.h +++ 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 @@ }; #endif // #if defined (__i386__) || defined (__x86_64__) -#endif // #ifndef __DNBArchImplI386_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_I386_DNBARCHIMPLI386_H Index: lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/i386/MachRegisterStatesI386.h +++ 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 Index: lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/x86_64/DNBArchImplX86_64.h +++ 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 @@ }; #endif // #if defined (__i386__) || defined (__x86_64__) -#endif // #ifndef __DNBArchImplX86_64_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_MACOSX_X86_64_DNBARCHIMPLX86_64_H Index: lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h =================================================================== --- lldb/tools/debugserver/source/MacOSX/x86_64/MachRegisterStatesX86_64.h +++ 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 Index: lldb/tools/debugserver/source/PThreadCondition.h =================================================================== --- lldb/tools/debugserver/source/PThreadCondition.h +++ 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 Index: lldb/tools/debugserver/source/PThreadEvent.h =================================================================== --- lldb/tools/debugserver/source/PThreadEvent.h +++ 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 @@ PThreadEvent &operator=(const PThreadEvent &rhs) = delete; }; -#endif // #ifndef __PThreadEvent_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_PTHREADEVENT_H Index: lldb/tools/debugserver/source/PThreadMutex.h =================================================================== --- lldb/tools/debugserver/source/PThreadMutex.h +++ 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 Index: lldb/tools/debugserver/source/PseudoTerminal.h =================================================================== --- lldb/tools/debugserver/source/PseudoTerminal.h +++ 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 @@ PseudoTerminal &operator=(const PseudoTerminal &rhs) = delete; }; -#endif // #ifndef __PseudoTerminal_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_PSEUDOTERMINAL_H Index: lldb/tools/debugserver/source/RNBContext.h =================================================================== --- lldb/tools/debugserver/source/RNBContext.h +++ 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 @@ RNBContext &operator=(const RNBContext &rhs) = delete; }; -#endif // #ifndef __RNBContext_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBCONTEXT_H Index: lldb/tools/debugserver/source/RNBDefs.h =================================================================== --- lldb/tools/debugserver/source/RNBDefs.h +++ 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 @@ extern RNBRemoteSP g_remoteSP; -#endif // #ifndef __RNBDefs_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBDEFS_H Index: lldb/tools/debugserver/source/RNBRemote.h =================================================================== --- lldb/tools/debugserver/source/RNBRemote.h +++ 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 @@ 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 Index: lldb/tools/debugserver/source/RNBServices.h =================================================================== --- lldb/tools/debugserver/source/RNBServices.h +++ 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 Index: lldb/tools/debugserver/source/RNBSocket.h =================================================================== --- lldb/tools/debugserver/source/RNBSocket.h +++ 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 @@ DNBTimer m_timer; }; -#endif // #ifndef __RNBSocket_h__ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_RNBSOCKET_H Index: lldb/tools/debugserver/source/StdStringExtractor.h =================================================================== --- lldb/tools/debugserver/source/StdStringExtractor.h +++ 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 @@ // reached when decoding information }; -#endif // utility_StringExtractor_h_ +#endif // LLDB_TOOLS_DEBUGSERVER_SOURCE_STDSTRINGEXTRACTOR_H Index: lldb/tools/debugserver/source/SysSignal.h =================================================================== --- lldb/tools/debugserver/source/SysSignal.h +++ 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: Index: lldb/tools/debugserver/source/TTYState.h =================================================================== --- lldb/tools/debugserver/source/TTYState.h +++ 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 Index: lldb/tools/driver/Driver.h =================================================================== --- lldb/tools/driver/Driver.h +++ 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 @@ OptionData m_option_data; }; -#endif // lldb_Driver_h_ +#endif // LLDB_TOOLS_DRIVER_DRIVER_H Index: lldb/tools/driver/Platform.h =================================================================== --- lldb/tools/driver/Platform.h +++ 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 @@ #include #endif -#endif // lldb_Platform_h_ +#endif // LLDB_TOOLS_DRIVER_PLATFORM_H Index: lldb/tools/lldb-server/Acceptor.h =================================================================== --- lldb/tools/lldb-server/Acceptor.h +++ 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 @@ } // namespace lldb_server } // namespace lldb_private -#endif // lldb_server_Acceptor_h_ +#endif // LLDB_TOOLS_LLDB_SERVER_ACCEPTOR_H Index: lldb/tools/lldb-server/LLDBServerUtilities.h =================================================================== --- lldb/tools/lldb-server/LLDBServerUtilities.h +++ 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 @@ }; } } + +#endif Index: lldb/tools/lldb-server/SystemInitializerLLGS.h =================================================================== --- lldb/tools/lldb-server/SystemInitializerLLGS.h +++ 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 @@ void Terminate() override; }; -#endif // LLDB_SYSTEMINITIALIZERLLGS_H +#endif // LLDB_TOOLS_LLDB_SERVER_SYSTEMINITIALIZERLLGS_H Index: lldb/tools/lldb-test/FormatUtil.h =================================================================== --- lldb/tools/lldb-test/FormatUtil.h +++ 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" Index: lldb/tools/lldb-test/SystemInitializerTest.h =================================================================== --- lldb/tools/lldb-test/SystemInitializerTest.h +++ 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 @@ } // namespace lldb_private -#endif // LLDB_API_SYSTEM_INITIALIZER_FULL_H +#endif // LLDB_TOOLS_LLDB_TEST_SYSTEMINITIALIZERTEST_H Index: lldb/tools/lldb-vscode/BreakpointBase.h =================================================================== --- lldb/tools/lldb-vscode/BreakpointBase.h +++ 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" Index: lldb/tools/lldb-vscode/ExceptionBreakpoint.h =================================================================== --- lldb/tools/lldb-vscode/ExceptionBreakpoint.h +++ 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 Index: lldb/tools/lldb-vscode/FunctionBreakpoint.h =================================================================== --- lldb/tools/lldb-vscode/FunctionBreakpoint.h +++ 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" Index: lldb/tools/lldb-vscode/IOStream.h =================================================================== --- lldb/tools/lldb-vscode/IOStream.h +++ 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 Index: lldb/tools/lldb-vscode/JSONUtils.h =================================================================== --- lldb/tools/lldb-vscode/JSONUtils.h +++ 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" Index: lldb/tools/lldb-vscode/LLDBUtils.h =================================================================== --- lldb/tools/lldb-vscode/LLDBUtils.h +++ 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" Index: lldb/tools/lldb-vscode/SourceBreakpoint.h =================================================================== --- lldb/tools/lldb-vscode/SourceBreakpoint.h +++ 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" Index: lldb/tools/lldb-vscode/SourceReference.h =================================================================== --- lldb/tools/lldb-vscode/SourceReference.h +++ 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" Index: lldb/tools/lldb-vscode/VSCode.h =================================================================== --- lldb/tools/lldb-vscode/VSCode.h +++ 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 Index: lldb/tools/lldb-vscode/VSCodeForward.h =================================================================== --- lldb/tools/lldb-vscode/VSCodeForward.h +++ 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; Index: lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h =================================================================== --- lldb/unittests/Process/gdb-remote/GDBRemoteTestUtils.h +++ 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 @@ } // namespace process_gdb_remote } // namespace lldb_private -#endif // lldb_unittests_Process_gdb_remote_GDBRemoteTestUtils_h +#endif // LLDB_UNITTESTS_PROCESS_GDB_REMOTE_GDBREMOTETESTUTILS_H Index: lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h =================================================================== --- lldb/unittests/TestingSupport/Host/NativeProcessTestUtils.h +++ 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" Index: lldb/unittests/TestingSupport/MockTildeExpressionResolver.h =================================================================== --- lldb/unittests/TestingSupport/MockTildeExpressionResolver.h +++ 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" Index: lldb/unittests/TestingSupport/TestUtilities.h =================================================================== --- lldb/unittests/TestingSupport/TestUtilities.h +++ 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" Index: lldb/unittests/gtest_common.h =================================================================== --- lldb/unittests/gtest_common.h +++ 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 Index: lldb/unittests/tools/lldb-server/tests/MessageObjects.h =================================================================== --- lldb/unittests/tools/lldb-server/tests/MessageObjects.h +++ 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 @@ std::ostream &operator<<(std::ostream &OS, const RegisterValue &RegVal); } -#endif // LLDB_SERVER_TESTS_MESSAGEOBJECTS_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_MESSAGEOBJECTS_H Index: lldb/unittests/tools/lldb-server/tests/TestBase.h =================================================================== --- lldb/unittests/tools/lldb-server/tests/TestBase.h +++ 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 @@ } // namespace llgs_tests -#endif // LLDB_SERVER_TESTS_TESTBASE_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTBASE_H Index: lldb/unittests/tools/lldb-server/tests/TestClient.h =================================================================== --- lldb/unittests/tools/lldb-server/tests/TestClient.h +++ 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 @@ } // namespace llgs_tests -#endif // LLDB_SERVER_TESTS_TESTCLIENT_H +#endif // LLDB_UNITTESTS_TOOLS_LLDB_SERVER_TESTS_TESTCLIENT_H Index: lldb/utils/TableGen/LLDBTableGenBackends.h =================================================================== --- lldb/utils/TableGen/LLDBTableGenBackends.h +++ 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" Index: lldb/utils/TableGen/LLDBTableGenUtils.h =================================================================== --- lldb/utils/TableGen/LLDBTableGenUtils.h +++ 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