mirror of
https://github.com/intel/llvm.git
synced 2026-01-15 12:25:46 +08:00
The purpose of these plugins is to make LLDB capable of debugging java code JIT-ed by the android runtime. Differential revision: http://reviews.llvm.org/D17616 llvm-svn: 262015
35 lines
795 B
CMake
35 lines
795 B
CMake
add_lldb_library(lldbPluginSymbolFileDWARF
|
|
DIERef.cpp
|
|
DWARFAbbreviationDeclaration.cpp
|
|
DWARFASTParserClang.cpp
|
|
DWARFASTParserGo.cpp
|
|
DWARFASTParserJava.cpp
|
|
DWARFAttribute.cpp
|
|
DWARFCompileUnit.cpp
|
|
DWARFDataExtractor.cpp
|
|
DWARFDebugAbbrev.cpp
|
|
DWARFDebugAranges.cpp
|
|
DWARFDebugArangeSet.cpp
|
|
DWARFDebugInfo.cpp
|
|
DWARFDebugInfoEntry.cpp
|
|
DWARFDebugLine.cpp
|
|
DWARFDebugMacro.cpp
|
|
DWARFDebugMacinfo.cpp
|
|
DWARFDebugMacinfoEntry.cpp
|
|
DWARFDebugPubnames.cpp
|
|
DWARFDebugPubnamesSet.cpp
|
|
DWARFDebugRanges.cpp
|
|
DWARFDeclContext.cpp
|
|
DWARFDefines.cpp
|
|
DWARFDIE.cpp
|
|
DWARFDIECollection.cpp
|
|
DWARFFormValue.cpp
|
|
HashedNameToDIE.cpp
|
|
LogChannelDWARF.cpp
|
|
NameToDIE.cpp
|
|
SymbolFileDWARF.cpp
|
|
SymbolFileDWARFDwo.cpp
|
|
SymbolFileDWARFDebugMap.cpp
|
|
UniqueDWARFASTType.cpp
|
|
)
|