2019-07-30 01:22:10 +08:00
|
|
|
lldb_tablegen(SymbolFileDWARFProperties.inc -gen-lldb-property-defs
|
|
|
|
SOURCE SymbolFileDWARFProperties.td
|
2019-07-26 05:36:37 +08:00
|
|
|
TARGET LLDBPluginSymbolFileDWARFPropertiesGen)
|
|
|
|
|
2019-07-30 01:22:10 +08:00
|
|
|
lldb_tablegen(SymbolFileDWARFPropertiesEnum.inc -gen-lldb-property-enum-defs
|
|
|
|
SOURCE SymbolFileDWARFProperties.td
|
2019-07-26 05:36:37 +08:00
|
|
|
TARGET LLDBPluginSymbolFileDWARFPropertiesEnumGen)
|
|
|
|
|
2017-02-01 06:31:38 +08:00
|
|
|
add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
|
2018-05-21 22:12:52 +08:00
|
|
|
AppleDWARFIndex.cpp
|
2018-06-06 19:35:23 +08:00
|
|
|
DebugNamesDWARFIndex.cpp
|
2015-09-09 18:20:48 +08:00
|
|
|
DIERef.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
DWARFAbbreviationDeclaration.cpp
|
2015-08-28 09:01:03 +08:00
|
|
|
DWARFASTParserClang.cpp
|
2015-08-27 06:57:51 +08:00
|
|
|
DWARFAttribute.cpp
|
2018-05-25 04:44:48 +08:00
|
|
|
DWARFBaseDIE.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
DWARFCompileUnit.cpp
|
2019-03-21 04:49:25 +08:00
|
|
|
DWARFContext.cpp
|
2013-10-25 04:43:47 +08:00
|
|
|
DWARFDataExtractor.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
DWARFDebugAbbrev.cpp
|
|
|
|
DWARFDebugAranges.cpp
|
|
|
|
DWARFDebugArangeSet.cpp
|
|
|
|
DWARFDebugInfo.cpp
|
|
|
|
DWARFDebugInfoEntry.cpp
|
2015-12-16 08:22:08 +08:00
|
|
|
DWARFDebugMacro.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
DWARFDebugRanges.cpp
|
|
|
|
DWARFDeclContext.cpp
|
|
|
|
DWARFDefines.cpp
|
2015-08-27 06:57:51 +08:00
|
|
|
DWARFDIE.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
DWARFFormValue.cpp
|
2018-05-21 22:12:52 +08:00
|
|
|
DWARFIndex.cpp
|
2019-05-22 17:09:39 +08:00
|
|
|
DWARFTypeUnit.cpp
|
2018-03-19 04:09:02 +08:00
|
|
|
DWARFUnit.cpp
|
2015-09-09 18:20:36 +08:00
|
|
|
HashedNameToDIE.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
LogChannelDWARF.cpp
|
2018-05-21 22:12:52 +08:00
|
|
|
ManualDWARFIndex.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
NameToDIE.cpp
|
|
|
|
SymbolFileDWARF.cpp
|
2015-09-09 18:20:48 +08:00
|
|
|
SymbolFileDWARFDwo.cpp
|
2017-08-25 21:56:14 +08:00
|
|
|
SymbolFileDWARFDwoDwp.cpp
|
|
|
|
SymbolFileDWARFDwp.cpp
|
2013-09-25 18:37:32 +08:00
|
|
|
SymbolFileDWARFDebugMap.cpp
|
|
|
|
UniqueDWARFASTType.cpp
|
2017-02-01 06:31:38 +08:00
|
|
|
|
|
|
|
LINK_LIBS
|
|
|
|
lldbCore
|
|
|
|
lldbExpression
|
|
|
|
lldbHost
|
|
|
|
lldbInterpreter
|
|
|
|
lldbSymbol
|
|
|
|
lldbTarget
|
|
|
|
lldbUtility
|
|
|
|
lldbPluginObjCLanguage
|
|
|
|
lldbPluginCPlusPlusLanguage
|
|
|
|
lldbPluginExpressionParserClang
|
2019-10-04 20:03:03 +08:00
|
|
|
CLANG_LIBS
|
|
|
|
clangAST
|
|
|
|
clangBasic
|
2017-02-01 06:31:38 +08:00
|
|
|
LINK_COMPONENTS
|
2017-08-25 21:56:14 +08:00
|
|
|
DebugInfoDWARF
|
2017-02-01 06:31:38 +08:00
|
|
|
Support
|
2013-09-25 18:37:32 +08:00
|
|
|
)
|
2019-07-26 05:36:37 +08:00
|
|
|
|
|
|
|
add_dependencies(lldbPluginSymbolFileDWARF
|
|
|
|
LLDBPluginSymbolFileDWARFPropertiesGen
|
|
|
|
LLDBPluginSymbolFileDWARFPropertiesEnumGen)
|