mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[lldb] Update header guards to be consistent and compliant with LLVM (NFC)
LLDB has a few different styles of header guards and they're not very consistent because things get moved around or copy/pasted. This patch unifies the header guards across LLDB and converts everything to match LLVM's style. Differential revision: https://reviews.llvm.org/D74743
This commit is contained in:
parent
866b7a6519
commit
cdc514e4c6
@ -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
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBAddress_h_
|
||||
#define LLDB_SBAddress_h_
|
||||
#ifndef LLDB_API_SBADDRESS_H
|
||||
#define LLDB_API_SBADDRESS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBModule.h"
|
||||
@ -127,4 +127,4 @@ bool LLDB_API operator==(const SBAddress &lhs, const SBAddress &rhs);
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBAddress_h_
|
||||
#endif // LLDB_API_SBADDRESS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBAttachInfo_h_
|
||||
#define LLDB_SBAttachInfo_h_
|
||||
#ifndef LLDB_API_SBATTACHINFO_H
|
||||
#define LLDB_API_SBATTACHINFO_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -174,4 +174,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBAttachInfo_h_
|
||||
#endif // LLDB_API_SBATTACHINFO_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBBlock_h_
|
||||
#define LLDB_SBBlock_h_
|
||||
#ifndef LLDB_API_SBBLOCK_H
|
||||
#define LLDB_API_SBBLOCK_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBFrame.h"
|
||||
@ -92,4 +92,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBBlock_h_
|
||||
#endif // LLDB_API_SBBLOCK_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBBreakpoint_h_
|
||||
#define LLDB_SBBreakpoint_h_
|
||||
#ifndef LLDB_API_SBBREAKPOINT_H
|
||||
#define LLDB_API_SBBREAKPOINT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -181,4 +181,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBBreakpoint_h_
|
||||
#endif // LLDB_API_SBBREAKPOINT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBBreakpointLocation_h_
|
||||
#define LLDB_SBBreakpointLocation_h_
|
||||
#ifndef LLDB_API_SBBREAKPOINTLOCATION_H
|
||||
#define LLDB_API_SBBREAKPOINTLOCATION_H
|
||||
|
||||
#include "lldb/API/SBBreakpoint.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -100,4 +100,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBBreakpointLocation_h_
|
||||
#endif // LLDB_API_SBBREAKPOINTLOCATION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBBreakpointName_h_
|
||||
#define LLDB_SBBreakpointName_h_
|
||||
#ifndef LLDB_API_SBBREAKPOINTNAME_H
|
||||
#define LLDB_API_SBBREAKPOINTNAME_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -119,4 +119,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBBreakpointName_h_
|
||||
#endif // LLDB_API_SBBREAKPOINTNAME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBBroadcaster_h_
|
||||
#define LLDB_SBBroadcaster_h_
|
||||
#ifndef LLDB_API_SBBROADCASTER_H
|
||||
#define LLDB_API_SBBROADCASTER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -81,4 +81,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBBroadcaster_h_
|
||||
#endif // LLDB_API_SBBROADCASTER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBCommandInterpreter_h_
|
||||
#define LLDB_SBCommandInterpreter_h_
|
||||
#ifndef LLDB_API_SBCOMMANDINTERPRETER_H
|
||||
#define LLDB_API_SBCOMMANDINTERPRETER_H
|
||||
|
||||
#include <memory>
|
||||
|
||||
@ -302,4 +302,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBCommandInterpreter_h_
|
||||
#endif // LLDB_API_SBCOMMANDINTERPRETER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBCommandReturnObject_h_
|
||||
#define LLDB_SBCommandReturnObject_h_
|
||||
#ifndef LLDB_API_SBCOMMANDRETURNOBJECT_H
|
||||
#define LLDB_API_SBCOMMANDRETURNOBJECT_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -124,4 +124,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBCommandReturnObject_h_
|
||||
#endif // LLDB_API_SBCOMMANDRETURNOBJECT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBCommunication_h_
|
||||
#define LLDB_SBCommunication_h_
|
||||
#ifndef LLDB_API_SBCOMMUNICATION_H
|
||||
#define LLDB_API_SBCOMMUNICATION_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
@ -80,4 +80,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBCommunication_h_
|
||||
#endif // LLDB_API_SBCOMMUNICATION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBCompileUnit_h_
|
||||
#define LLDB_SBCompileUnit_h_
|
||||
#ifndef LLDB_API_SBCOMPILEUNIT_H
|
||||
#define LLDB_API_SBCOMPILEUNIT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
@ -92,4 +92,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBCompileUnit_h_
|
||||
#endif // LLDB_API_SBCOMPILEUNIT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBData_h_
|
||||
#define LLDB_SBData_h_
|
||||
#ifndef LLDB_API_SBDATA_H
|
||||
#define LLDB_API_SBDATA_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -152,4 +152,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBData_h_
|
||||
#endif // LLDB_API_SBDATA_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBDebugger_h_
|
||||
#define LLDB_SBDebugger_h_
|
||||
#ifndef LLDB_API_SBDEBUGGER_H
|
||||
#define LLDB_API_SBDEBUGGER_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -319,4 +319,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBDebugger_h_
|
||||
#endif // LLDB_API_SBDEBUGGER_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBDeclaration_h_
|
||||
#define LLDB_SBDeclaration_h_
|
||||
#ifndef LLDB_API_SBDECLARATION_H
|
||||
#define LLDB_API_SBDECLARATION_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
@ -68,4 +68,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBDeclaration_h_
|
||||
#endif // LLDB_API_SBDECLARATION_H
|
||||
|
@ -6,9 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBDefines_h_
|
||||
#define LLDB_SBDefines_h_
|
||||
|
||||
#ifndef LLDB_API_SBDEFINES_H
|
||||
#define LLDB_API_SBDEFINES_H
|
||||
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "lldb/lldb-enumerations.h"
|
||||
@ -99,4 +98,4 @@ typedef bool (*SBBreakpointHitCallback)(void *baton, SBProcess &process,
|
||||
lldb::SBBreakpointLocation &location);
|
||||
}
|
||||
|
||||
#endif // LLDB_SBDefines_h_
|
||||
#endif // LLDB_API_SBDEFINES_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBError_h_
|
||||
#define LLDB_SBError_h_
|
||||
#ifndef LLDB_API_SBERROR_H
|
||||
#define LLDB_API_SBERROR_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -90,4 +90,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBError_h_
|
||||
#endif // LLDB_API_SBERROR_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBEvent_h_
|
||||
#define LLDB_SBEvent_h_
|
||||
#ifndef LLDB_API_SBEVENT_H
|
||||
#define LLDB_API_SBEVENT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -84,4 +84,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBEvent_h_
|
||||
#endif // LLDB_API_SBEVENT_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBExecutionContext_h_
|
||||
#define LLDB_SBExecutionContext_h_
|
||||
#ifndef LLDB_API_SBEXECUTIONCONTEXT_H
|
||||
#define LLDB_API_SBEXECUTIONCONTEXT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -60,4 +60,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBExecutionContext_h_
|
||||
#endif // LLDB_API_SBEXECUTIONCONTEXT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBExpressionOptions_h_
|
||||
#define LLDB_SBExpressionOptions_h_
|
||||
#ifndef LLDB_API_SBEXPRESSIONOPTIONS_H
|
||||
#define LLDB_API_SBEXPRESSIONOPTIONS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -112,4 +112,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBExpressionOptions_h_
|
||||
#endif // LLDB_API_SBEXPRESSIONOPTIONS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBFile_h_
|
||||
#define LLDB_SBFile_h_
|
||||
#ifndef LLDB_API_SBFILE_H
|
||||
#define LLDB_API_SBFILE_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -47,4 +47,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBFile_h_
|
||||
#endif // LLDB_API_SBFILE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBFileSpec_h_
|
||||
#define LLDB_SBFileSpec_h_
|
||||
#ifndef LLDB_API_SBFILESPEC_H
|
||||
#define LLDB_API_SBFILESPEC_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -92,4 +92,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBFileSpec_h_
|
||||
#endif // LLDB_API_SBFILESPEC_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBFileSpecList_h_
|
||||
#define LLDB_SBFileSpecList_h_
|
||||
#ifndef LLDB_API_SBFILESPECLIST_H
|
||||
#define LLDB_API_SBFILESPECLIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -54,4 +54,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBFileSpecList_h_
|
||||
#endif // LLDB_API_SBFILESPECLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBFrame_h_
|
||||
#define LLDB_SBFrame_h_
|
||||
#ifndef LLDB_API_SBFRAME_H
|
||||
#define LLDB_API_SBFRAME_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBValueList.h"
|
||||
@ -202,4 +202,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBFrame_h_
|
||||
#endif // LLDB_API_SBFRAME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBFunction_h_
|
||||
#define LLDB_SBFunction_h_
|
||||
#ifndef LLDB_API_SBFUNCTION_H
|
||||
#define LLDB_API_SBFUNCTION_H
|
||||
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -79,4 +79,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBFunction_h_
|
||||
#endif // LLDB_API_SBFUNCTION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBHostOS_h_
|
||||
#define LLDB_SBHostOS_h_
|
||||
#ifndef LLDB_API_SBHOSTOS_H
|
||||
#define LLDB_API_SBHOSTOS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
@ -41,4 +41,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBHostOS_h_
|
||||
#endif // LLDB_API_SBHOSTOS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBInstruction_h_
|
||||
#define LLDB_SBInstruction_h_
|
||||
#ifndef LLDB_API_SBINSTRUCTION_H
|
||||
#define LLDB_API_SBINSTRUCTION_H
|
||||
|
||||
#include "lldb/API/SBData.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -86,4 +86,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBInstruction_h_
|
||||
#endif // LLDB_API_SBINSTRUCTION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBInstructionList_h_
|
||||
#define LLDB_SBInstructionList_h_
|
||||
#ifndef LLDB_API_SBINSTRUCTIONLIST_H
|
||||
#define LLDB_API_SBINSTRUCTIONLIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -69,4 +69,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBInstructionList_h_
|
||||
#endif // LLDB_API_SBINSTRUCTIONLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBLanguageRuntime_h_
|
||||
#define LLDB_SBLanguageRuntime_h_
|
||||
#ifndef LLDB_API_SBLANGUAGERUNTIME_H
|
||||
#define LLDB_API_SBLANGUAGERUNTIME_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -22,4 +22,4 @@ public:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBLanguageRuntime_h_
|
||||
#endif // LLDB_API_SBLANGUAGERUNTIME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBLaunchInfo_h_
|
||||
#define LLDB_SBLaunchInfo_h_
|
||||
#ifndef LLDB_API_SBLAUNCHINFO_H
|
||||
#define LLDB_API_SBLAUNCHINFO_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -150,4 +150,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBLaunchInfo_h_
|
||||
#endif // LLDB_API_SBLAUNCHINFO_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBLineEntry_h_
|
||||
#define LLDB_SBLineEntry_h_
|
||||
#ifndef LLDB_API_SBLINEENTRY_H
|
||||
#define LLDB_API_SBLINEENTRY_H
|
||||
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -75,4 +75,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBLineEntry_h_
|
||||
#endif // LLDB_API_SBLINEENTRY_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBListener_h_
|
||||
#define LLDB_SBListener_h_
|
||||
#ifndef LLDB_API_SBLISTENER_H
|
||||
#define LLDB_API_SBLISTENER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -105,4 +105,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBListener_h_
|
||||
#endif // LLDB_API_SBLISTENER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBMemoryRegionInfo_h_
|
||||
#define LLDB_SBMemoryRegionInfo_h_
|
||||
#ifndef LLDB_API_SBMEMORYREGIONINFO_H
|
||||
#define LLDB_API_SBMEMORYREGIONINFO_H
|
||||
|
||||
#include "lldb/API/SBData.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -95,4 +95,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBMemoryRegionInfo_h_
|
||||
#endif // LLDB_API_SBMEMORYREGIONINFO_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBMemoryRegionInfoList_h_
|
||||
#define LLDB_SBMemoryRegionInfoList_h_
|
||||
#ifndef LLDB_API_SBMEMORYREGIONINFOLIST_H
|
||||
#define LLDB_API_SBMEMORYREGIONINFOLIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -52,4 +52,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBMemoryRegionInfoList_h_
|
||||
#endif // LLDB_API_SBMEMORYREGIONINFOLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBModule_h_
|
||||
#define LLDB_SBModule_h_
|
||||
#ifndef LLDB_API_SBMODULE_H
|
||||
#define LLDB_API_SBMODULE_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
@ -306,4 +306,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBModule_h_
|
||||
#endif // LLDB_API_SBMODULE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBModuleSpec_h_
|
||||
#define LLDB_SBModuleSpec_h_
|
||||
#ifndef LLDB_API_SBMODULESPEC_H
|
||||
#define LLDB_API_SBMODULESPEC_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBFileSpec.h"
|
||||
@ -119,4 +119,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBModuleSpec_h_
|
||||
#endif // LLDB_API_SBMODULESPEC_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBPlatform_h_
|
||||
#define LLDB_SBPlatform_h_
|
||||
#ifndef LLDB_API_SBPLATFORM_H
|
||||
#define LLDB_API_SBPLATFORM_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -169,4 +169,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBPlatform_h_
|
||||
#endif // LLDB_API_SBPLATFORM_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBProcess_h_
|
||||
#define LLDB_SBProcess_h_
|
||||
#ifndef LLDB_API_SBPROCESS_H
|
||||
#define LLDB_API_SBPROCESS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
@ -416,4 +416,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBProcess_h_
|
||||
#endif // LLDB_API_SBPROCESS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBProcessInfo_h_
|
||||
#define LLDB_SBProcessInfo_h_
|
||||
#ifndef LLDB_API_SBPROCESSINFO_H
|
||||
#define LLDB_API_SBPROCESSINFO_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -62,4 +62,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBProcessInfo_h_
|
||||
#endif // LLDB_API_SBPROCESSINFO_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBQueue_h_
|
||||
#define LLDB_SBQueue_h_
|
||||
#ifndef LLDB_API_SBQUEUE_H
|
||||
#define LLDB_API_SBQUEUE_H
|
||||
|
||||
#include <vector>
|
||||
|
||||
@ -66,4 +66,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBQueue_h_
|
||||
#endif // LLDB_API_SBQUEUE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBQueueItem_h_
|
||||
#define LLDB_SBQueueItem_h_
|
||||
#ifndef LLDB_API_SBQUEUEITEM_H
|
||||
#define LLDB_API_SBQUEUEITEM_H
|
||||
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -46,4 +46,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBQueueItem_h_
|
||||
#endif // LLDB_API_SBQUEUEITEM_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBSection_h_
|
||||
#define LLDB_SBSection_h_
|
||||
#ifndef LLDB_API_SBSECTION_H
|
||||
#define LLDB_API_SBSECTION_H
|
||||
|
||||
#include "lldb/API/SBData.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -98,4 +98,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBSection_h_
|
||||
#endif // LLDB_API_SBSECTION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBSourceManager_h_
|
||||
#define LLDB_SBSourceManager_h_
|
||||
#ifndef LLDB_API_SBSOURCEMANAGER_H
|
||||
#define LLDB_API_SBSOURCEMANAGER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -44,4 +44,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBSourceManager_h_
|
||||
#endif // LLDB_API_SBSOURCEMANAGER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBStream_h_
|
||||
#define LLDB_SBStream_h_
|
||||
#ifndef LLDB_API_SBSTREAM_H
|
||||
#define LLDB_API_SBSTREAM_H
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
@ -106,4 +106,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBStream_h_
|
||||
#endif // LLDB_API_SBSTREAM_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBStringList_h_
|
||||
#define LLDB_SBStringList_h_
|
||||
#ifndef LLDB_API_SBSTRINGLIST_H
|
||||
#define LLDB_API_SBSTRINGLIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -62,4 +62,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBStringList_h_
|
||||
#endif // LLDB_API_SBSTRINGLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SBStructuredData_h
|
||||
#define SBStructuredData_h
|
||||
#ifndef LLDB_API_SBSTRUCTUREDDATA_H
|
||||
#define LLDB_API_SBSTRUCTUREDDATA_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBModule.h"
|
||||
@ -101,4 +101,4 @@ protected:
|
||||
};
|
||||
} // namespace lldb
|
||||
|
||||
#endif /* SBStructuredData_h */
|
||||
#endif // LLDB_API_SBSTRUCTUREDDATA_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBSymbol_h_
|
||||
#define LLDB_SBSymbol_h_
|
||||
#ifndef LLDB_API_SBSYMBOL_H
|
||||
#define LLDB_API_SBSYMBOL_H
|
||||
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -83,4 +83,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBSymbol_h_
|
||||
#endif // LLDB_API_SBSYMBOL_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBSymbolContext_h_
|
||||
#define LLDB_SBSymbolContext_h_
|
||||
#ifndef LLDB_API_SBSYMBOLCONTEXT_H
|
||||
#define LLDB_API_SBSYMBOLCONTEXT_H
|
||||
|
||||
#include "lldb/API/SBBlock.h"
|
||||
#include "lldb/API/SBCompileUnit.h"
|
||||
@ -80,4 +80,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBSymbolContext_h_
|
||||
#endif // LLDB_API_SBSYMBOLCONTEXT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBSymbolContextList_h_
|
||||
#define LLDB_SBSymbolContextList_h_
|
||||
#ifndef LLDB_API_SBSYMBOLCONTEXTLIST_H
|
||||
#define LLDB_API_SBSYMBOLCONTEXTLIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBSymbolContext.h"
|
||||
@ -55,4 +55,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBSymbolContextList_h_
|
||||
#endif // LLDB_API_SBSYMBOLCONTEXTLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTarget_h_
|
||||
#define LLDB_SBTarget_h_
|
||||
#ifndef LLDB_API_SBTARGET_H
|
||||
#define LLDB_API_SBTARGET_H
|
||||
|
||||
#include "lldb/API/SBAddress.h"
|
||||
#include "lldb/API/SBAttachInfo.h"
|
||||
@ -849,4 +849,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTarget_h_
|
||||
#endif // LLDB_API_SBTARGET_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBThread_h_
|
||||
#define LLDB_SBThread_h_
|
||||
#ifndef LLDB_API_SBTHREAD_H
|
||||
#define LLDB_API_SBTHREAD_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -232,4 +232,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBThread_h_
|
||||
#endif // LLDB_API_SBTHREAD_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBThreadCollection_h_
|
||||
#define LLDB_SBThreadCollection_h_
|
||||
#ifndef LLDB_API_SBTHREADCOLLECTION_H
|
||||
#define LLDB_API_SBTHREADCOLLECTION_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -54,4 +54,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBThreadCollection_h_
|
||||
#endif // LLDB_API_SBTHREADCOLLECTION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBThreadPlan_h_
|
||||
#define LLDB_SBThreadPlan_h_
|
||||
#ifndef LLDB_API_SBTHREADPLAN_H
|
||||
#define LLDB_API_SBTHREADPLAN_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -125,4 +125,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBThreadPlan_h_
|
||||
#endif // LLDB_API_SBTHREADPLAN_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTrace_h_
|
||||
#define LLDB_SBTrace_h_
|
||||
#ifndef LLDB_API_SBTRACE_H
|
||||
#define LLDB_API_SBTRACE_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
#include "lldb/API/SBError.h"
|
||||
@ -113,4 +113,4 @@ protected:
|
||||
};
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTrace_h_
|
||||
#endif // LLDB_API_SBTRACE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef SBTRACEOPTIONS_H_
|
||||
#define SBTRACEOPTIONS_H_
|
||||
#ifndef LLDB_API_SBTRACEOPTIONS_H
|
||||
#define LLDB_API_SBTRACEOPTIONS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -56,4 +56,4 @@ protected:
|
||||
};
|
||||
}
|
||||
|
||||
#endif /* SBTRACEOPTIONS_H_ */
|
||||
#endif // LLDB_API_SBTRACEOPTIONS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBType_h_
|
||||
#define LLDB_SBType_h_
|
||||
#ifndef LLDB_API_SBTYPE_H
|
||||
#define LLDB_API_SBTYPE_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -259,4 +259,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBType_h_
|
||||
#endif // LLDB_API_SBTYPE_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeCategory_h_
|
||||
#define LLDB_SBTypeCategory_h_
|
||||
#ifndef LLDB_API_SBTYPECATEGORY_H
|
||||
#define LLDB_API_SBTYPECATEGORY_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -113,4 +113,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeCategory_h_
|
||||
#endif // LLDB_API_SBTYPECATEGORY_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeEnumMember_h_
|
||||
#define LLDB_SBTypeEnumMember_h_
|
||||
#ifndef LLDB_API_SBTYPEENUMMEMBER_H
|
||||
#define LLDB_API_SBTYPEENUMMEMBER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -80,4 +80,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeEnumMember_h_
|
||||
#endif // LLDB_API_SBTYPEENUMMEMBER_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeFilter_h_
|
||||
#define LLDB_SBTypeFilter_h_
|
||||
#ifndef LLDB_API_SBTYPEFILTER_H
|
||||
#define LLDB_API_SBTYPEFILTER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -71,4 +71,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeFilter_h_
|
||||
#endif // LLDB_API_SBTYPEFILTER_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeFormat_h_
|
||||
#define LLDB_SBTypeFormat_h_
|
||||
#ifndef LLDB_API_SBTYPEFORMAT_H
|
||||
#define LLDB_API_SBTYPEFORMAT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -75,4 +75,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeFormat_h_
|
||||
#endif // LLDB_API_SBTYPEFORMAT_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeNameSpecifier_h_
|
||||
#define LLDB_SBTypeNameSpecifier_h_
|
||||
#ifndef LLDB_API_SBTYPENAMESPECIFIER_H
|
||||
#define LLDB_API_SBTYPENAMESPECIFIER_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -62,4 +62,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeNameSpecifier_h_
|
||||
#endif // LLDB_API_SBTYPENAMESPECIFIER_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeSummary_h_
|
||||
#define LLDB_SBTypeSummary_h_
|
||||
#ifndef LLDB_API_SBTYPESUMMARY_H
|
||||
#define LLDB_API_SBTYPESUMMARY_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -136,4 +136,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeSummary_h_
|
||||
#endif // LLDB_API_SBTYPESUMMARY_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBTypeSynthetic_h_
|
||||
#define LLDB_SBTypeSynthetic_h_
|
||||
#ifndef LLDB_API_SBTYPESYNTHETIC_H
|
||||
#define LLDB_API_SBTYPESYNTHETIC_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -77,4 +77,4 @@ protected:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBTypeSynthetic_h_
|
||||
#endif // LLDB_API_SBTYPESYNTHETIC_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBUnixSignals_h_
|
||||
#define LLDB_SBUnixSignals_h_
|
||||
#ifndef LLDB_API_SBUNIXSIGNALS_H
|
||||
#define LLDB_API_SBUNIXSIGNALS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -68,4 +68,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBUnixSignals_h_
|
||||
#endif // LLDB_API_SBUNIXSIGNALS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBValue_h_
|
||||
#define LLDB_SBValue_h_
|
||||
#ifndef LLDB_API_SBVALUE_H
|
||||
#define LLDB_API_SBVALUE_H
|
||||
|
||||
#include "lldb/API/SBData.h"
|
||||
#include "lldb/API/SBDefines.h"
|
||||
@ -430,4 +430,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBValue_h_
|
||||
#endif // LLDB_API_SBVALUE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBValueList_h_
|
||||
#define LLDB_SBValueList_h_
|
||||
#ifndef LLDB_API_SBVALUELIST_H
|
||||
#define LLDB_API_SBVALUELIST_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -72,4 +72,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBValueList_h_
|
||||
#endif // LLDB_API_SBVALUELIST_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBVariablesOptions_h_
|
||||
#define LLDB_SBVariablesOptions_h_
|
||||
#ifndef LLDB_API_SBVARIABLESOPTIONS_H
|
||||
#define LLDB_API_SBVARIABLESOPTIONS_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -79,4 +79,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBValue_h_
|
||||
#endif // LLDB_API_SBVARIABLESOPTIONS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLDB_SBWatchpoint_h_
|
||||
#define LLDB_SBWatchpoint_h_
|
||||
#ifndef LLDB_API_SBWATCHPOINT_H
|
||||
#define LLDB_API_SBWATCHPOINT_H
|
||||
|
||||
#include "lldb/API/SBDefines.h"
|
||||
|
||||
@ -82,4 +82,4 @@ private:
|
||||
|
||||
} // namespace lldb
|
||||
|
||||
#endif // LLDB_SBWatchpoint_h_
|
||||
#endif // LLDB_API_SBWATCHPOINT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Breakpoint_h_
|
||||
#define liblldb_Breakpoint_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINT_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINT_H
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -669,4 +669,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Breakpoint_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINT_H
|
||||
|
@ -6,9 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointID_h_
|
||||
#define liblldb_BreakpointID_h_
|
||||
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTID_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTID_H
|
||||
|
||||
#include "lldb/lldb-private.h"
|
||||
|
||||
@ -95,4 +94,4 @@ protected:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointID_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTID_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointIDList_h_
|
||||
#define liblldb_BreakpointIDList_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTIDLIST_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTIDLIST_H
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
@ -73,4 +73,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointIDList_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTIDLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointList_h_
|
||||
#define liblldb_BreakpointList_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTLIST_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTLIST_H
|
||||
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
@ -173,4 +173,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointList_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointLocation_h_
|
||||
#define liblldb_BreakpointLocation_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATION_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTLOCATION_H
|
||||
|
||||
#include <memory>
|
||||
#include <mutex>
|
||||
@ -350,4 +350,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointLocation_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointLocationCollection_h_
|
||||
#define liblldb_BreakpointLocationCollection_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H
|
||||
|
||||
#include <mutex>
|
||||
#include <vector>
|
||||
@ -175,4 +175,4 @@ public:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointLocationCollection_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONCOLLECTION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointLocationList_h_
|
||||
#define liblldb_BreakpointLocationList_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_H
|
||||
|
||||
#include <map>
|
||||
#include <mutex>
|
||||
@ -212,4 +212,4 @@ public:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointLocationList_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTLOCATIONLIST_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 <memory>
|
||||
#include <string>
|
||||
@ -205,4 +205,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Breakpoint_Name_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTNAME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointOptions_h_
|
||||
#define liblldb_BreakpointOptions_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTOPTIONS_H
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -406,4 +406,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointOptions_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTOPTIONS_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"
|
||||
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolver_h_
|
||||
#define liblldb_BreakpointResolver_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H
|
||||
|
||||
#include "lldb/Breakpoint/Breakpoint.h"
|
||||
#include "lldb/Core/Address.h"
|
||||
@ -224,4 +224,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolver_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolverAddress_h_
|
||||
#define liblldb_BreakpointResolverAddress_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H
|
||||
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
#include "lldb/Core/ModuleSpec.h"
|
||||
@ -73,4 +73,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolverAddress_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERADDRESS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolverFileLine_h_
|
||||
#define liblldb_BreakpointResolverFileLine_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H
|
||||
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
|
||||
@ -72,4 +72,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolverFileLine_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILELINE_H
|
||||
|
@ -7,8 +7,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolverFileRegex_h_
|
||||
#define liblldb_BreakpointResolverFileRegex_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H
|
||||
|
||||
#include <set>
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
@ -74,4 +74,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolverFileRegex_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERFILEREGEX_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolverName_h_
|
||||
#define liblldb_BreakpointResolverName_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
@ -91,4 +91,4 @@ protected:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolverName_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERNAME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointResolverScripted_h_
|
||||
#define liblldb_BreakpointResolverScripted_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H
|
||||
|
||||
#include "lldb/lldb-forward.h"
|
||||
#include "lldb/Breakpoint/BreakpointResolver.h"
|
||||
@ -74,4 +74,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointResolverScripted_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTRESOLVERSCRIPTED_H
|
||||
|
@ -6,9 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointSite_h_
|
||||
#define liblldb_BreakpointSite_h_
|
||||
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTSITE_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTSITE_H
|
||||
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
@ -231,4 +230,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointSite_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTSITE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_BreakpointSiteList_h_
|
||||
#define liblldb_BreakpointSiteList_h_
|
||||
#ifndef LLDB_BREAKPOINT_BREAKPOINTSITELIST_H
|
||||
#define LLDB_BREAKPOINT_BREAKPOINTSITELIST_H
|
||||
|
||||
#include <functional>
|
||||
#include <map>
|
||||
@ -170,4 +170,4 @@ protected:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_BreakpointSiteList_h_
|
||||
#endif // LLDB_BREAKPOINT_BREAKPOINTSITELIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Stoppoint_h_
|
||||
#define liblldb_Stoppoint_h_
|
||||
#ifndef LLDB_BREAKPOINT_STOPPOINT_H
|
||||
#define LLDB_BREAKPOINT_STOPPOINT_H
|
||||
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
@ -42,4 +42,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Stoppoint_h_
|
||||
#endif // LLDB_BREAKPOINT_STOPPOINT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_StoppointCallbackContext_h_
|
||||
#define liblldb_StoppointCallbackContext_h_
|
||||
#ifndef LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H
|
||||
#define LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H
|
||||
|
||||
#include "lldb/Target/ExecutionContext.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
@ -48,4 +48,4 @@ public:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_StoppointCallbackContext_h_
|
||||
#endif // LLDB_BREAKPOINT_STOPPOINTCALLBACKCONTEXT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_StoppointLocation_h_
|
||||
#define liblldb_StoppointLocation_h_
|
||||
#ifndef LLDB_BREAKPOINT_STOPPOINTLOCATION_H
|
||||
#define LLDB_BREAKPOINT_STOPPOINTLOCATION_H
|
||||
|
||||
#include "lldb/Utility/UserID.h"
|
||||
#include "lldb/lldb-private.h"
|
||||
@ -83,4 +83,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_StoppointLocation_h_
|
||||
#endif // LLDB_BREAKPOINT_STOPPOINTLOCATION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Watchpoint_h_
|
||||
#define liblldb_Watchpoint_h_
|
||||
#ifndef LLDB_BREAKPOINT_WATCHPOINT_H
|
||||
#define LLDB_BREAKPOINT_WATCHPOINT_H
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -209,4 +209,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Watchpoint_h_
|
||||
#endif // LLDB_BREAKPOINT_WATCHPOINT_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_WatchpointList_h_
|
||||
#define liblldb_WatchpointList_h_
|
||||
#ifndef LLDB_BREAKPOINT_WATCHPOINTLIST_H
|
||||
#define LLDB_BREAKPOINT_WATCHPOINTLIST_H
|
||||
|
||||
#include <list>
|
||||
#include <mutex>
|
||||
@ -203,4 +203,4 @@ protected:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_WatchpointList_h_
|
||||
#endif // LLDB_BREAKPOINT_WATCHPOINTLIST_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_WatchpointOptions_h_
|
||||
#define liblldb_WatchpointOptions_h_
|
||||
#ifndef LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H
|
||||
#define LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
@ -198,4 +198,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_WatchpointOptions_h_
|
||||
#endif // LLDB_BREAKPOINT_WATCHPOINTOPTIONS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Address_h_
|
||||
#define liblldb_Address_h_
|
||||
#ifndef LLDB_CORE_ADDRESS_H
|
||||
#define LLDB_CORE_ADDRESS_H
|
||||
|
||||
#include "lldb/lldb-defines.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
@ -515,4 +515,4 @@ bool operator!=(const Address &lhs, const Address &rhs);
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Address_h_
|
||||
#endif // LLDB_CORE_ADDRESS_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_AddressRange_h_
|
||||
#define liblldb_AddressRange_h_
|
||||
#ifndef LLDB_CORE_ADDRESSRANGE_H
|
||||
#define LLDB_CORE_ADDRESSRANGE_H
|
||||
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/lldb-forward.h"
|
||||
@ -247,4 +247,4 @@ protected:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_AddressRange_h_
|
||||
#endif // LLDB_CORE_ADDRESSRANGE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_AddressResolver_h_
|
||||
#define liblldb_AddressResolver_h_
|
||||
#ifndef LLDB_CORE_ADDRESSRESOLVER_H
|
||||
#define LLDB_CORE_ADDRESSRESOLVER_H
|
||||
|
||||
#include "lldb/Core/AddressRange.h"
|
||||
#include "lldb/Core/SearchFilter.h"
|
||||
@ -60,4 +60,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_AddressResolver_h_
|
||||
#endif // LLDB_CORE_ADDRESSRESOLVER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_AddressResolverFileLine_h_
|
||||
#define liblldb_AddressResolverFileLine_h_
|
||||
#ifndef LLDB_CORE_ADDRESSRESOLVERFILELINE_H
|
||||
#define LLDB_CORE_ADDRESSRESOLVERFILELINE_H
|
||||
|
||||
#include "lldb/Core/AddressResolver.h"
|
||||
#include "lldb/Core/SearchFilter.h"
|
||||
@ -53,4 +53,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_AddressResolverFileLine_h_
|
||||
#endif // LLDB_CORE_ADDRESSRESOLVERFILELINE_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_AddressResolverName_h_
|
||||
#define liblldb_AddressResolverName_h_
|
||||
#ifndef LLDB_CORE_ADDRESSRESOLVERNAME_H
|
||||
#define LLDB_CORE_ADDRESSRESOLVERNAME_H
|
||||
|
||||
#include "lldb/Core/AddressResolver.h"
|
||||
#include "lldb/Core/SearchFilter.h"
|
||||
@ -59,4 +59,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_AddressResolverName_h_
|
||||
#endif // LLDB_CORE_ADDRESSRESOLVERNAME_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Communication_h_
|
||||
#define liblldb_Communication_h_
|
||||
#ifndef LLDB_CORE_COMMUNICATION_H
|
||||
#define LLDB_CORE_COMMUNICATION_H
|
||||
|
||||
#include "lldb/Host/HostThread.h"
|
||||
#include "lldb/Utility/Broadcaster.h"
|
||||
@ -364,4 +364,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Communication_h_
|
||||
#endif // LLDB_CORE_COMMUNICATION_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Debugger_h_
|
||||
#define liblldb_Debugger_h_
|
||||
#ifndef LLDB_CORE_DEBUGGER_H
|
||||
#define LLDB_CORE_DEBUGGER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -440,4 +440,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Debugger_h_
|
||||
#endif // LLDB_CORE_DEBUGGER_H
|
||||
|
@ -6,8 +6,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef liblldb_Disassembler_h_
|
||||
#define liblldb_Disassembler_h_
|
||||
#ifndef LLDB_CORE_DISASSEMBLER_H
|
||||
#define LLDB_CORE_DISASSEMBLER_H
|
||||
|
||||
#include "lldb/Core/Address.h"
|
||||
#include "lldb/Core/EmulateInstruction.h"
|
||||
@ -553,4 +553,4 @@ private:
|
||||
|
||||
} // namespace lldb_private
|
||||
|
||||
#endif // liblldb_Disassembler_h_
|
||||
#endif // LLDB_CORE_DISASSEMBLER_H
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user