56 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			CMake
		
	
	
	
add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
 | 
						|
  AppleDWARFIndex.cpp
 | 
						|
  DebugNamesDWARFIndex.cpp
 | 
						|
  DIERef.cpp
 | 
						|
  DWARFAbbreviationDeclaration.cpp
 | 
						|
  DWARFASTParserClang.cpp
 | 
						|
  DWARFAttribute.cpp
 | 
						|
  DWARFBaseDIE.cpp
 | 
						|
  DWARFCompileUnit.cpp
 | 
						|
  DWARFDataExtractor.cpp
 | 
						|
  DWARFDebugAbbrev.cpp
 | 
						|
  DWARFDebugAranges.cpp
 | 
						|
  DWARFDebugArangeSet.cpp
 | 
						|
  DWARFDebugInfo.cpp
 | 
						|
  DWARFDebugInfoEntry.cpp
 | 
						|
  DWARFDebugLine.cpp
 | 
						|
  DWARFDebugMacro.cpp
 | 
						|
  DWARFDebugMacinfo.cpp
 | 
						|
  DWARFDebugMacinfoEntry.cpp
 | 
						|
  DWARFDebugRanges.cpp
 | 
						|
  DWARFDeclContext.cpp
 | 
						|
  DWARFDefines.cpp
 | 
						|
  DWARFDIE.cpp
 | 
						|
  DWARFDIECollection.cpp
 | 
						|
  DWARFFormValue.cpp
 | 
						|
  DWARFIndex.cpp
 | 
						|
  DWARFUnit.cpp
 | 
						|
  HashedNameToDIE.cpp
 | 
						|
  LogChannelDWARF.cpp
 | 
						|
  ManualDWARFIndex.cpp
 | 
						|
  NameToDIE.cpp
 | 
						|
  SymbolFileDWARF.cpp
 | 
						|
  SymbolFileDWARFDwo.cpp
 | 
						|
  SymbolFileDWARFDwoDwp.cpp
 | 
						|
  SymbolFileDWARFDwp.cpp
 | 
						|
  SymbolFileDWARFDebugMap.cpp
 | 
						|
  UniqueDWARFASTType.cpp
 | 
						|
 | 
						|
  LINK_LIBS
 | 
						|
    clangAST
 | 
						|
    clangBasic
 | 
						|
    lldbCore
 | 
						|
    lldbExpression
 | 
						|
    lldbHost
 | 
						|
    lldbInterpreter
 | 
						|
    lldbSymbol
 | 
						|
    lldbTarget
 | 
						|
    lldbUtility
 | 
						|
    lldbPluginObjCLanguage
 | 
						|
    lldbPluginCPlusPlusLanguage
 | 
						|
    lldbPluginExpressionParserClang
 | 
						|
  LINK_COMPONENTS
 | 
						|
    DebugInfoDWARF
 | 
						|
    Support
 | 
						|
  )
 |