Skip to content

Commit

Permalink
DWARFUnit split out of DWARFCompileUnit
Browse files Browse the repository at this point in the history
DW_TAG_partial_unit for DWZ can be then presented by DWARFPartialUnit also
inherited from DWARFUnit.

Differential revision: https://reviews.llvm.org/D40466

llvm-svn: 327809
  • Loading branch information
jankratochvil committed Mar 18, 2018
1 parent e1d6a4d commit 2ccddfe
Show file tree
Hide file tree
Showing 5 changed files with 796 additions and 561 deletions.
1 change: 1 addition & 0 deletions lldb/source/Plugins/SymbolFile/DWARF/CMakeLists.txt
Expand Up @@ -23,6 +23,7 @@ add_lldb_library(lldbPluginSymbolFileDWARF PLUGIN
DWARFDIE.cpp
DWARFDIECollection.cpp
DWARFFormValue.cpp
DWARFUnit.cpp
HashedNameToDIE.cpp
LogChannelDWARF.cpp
NameToDIE.cpp
Expand Down

0 comments on commit 2ccddfe

Please sign in to comment.