[Lldb-commits] [PATCH] D40469: DWZ 02/07: Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 22 11:14:23 PDT 2018


jankratochvil updated this revision to Diff 143476.
jankratochvil retitled this revision from "DWZ 05/11: Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched" to "DWZ 02/07: Match also DW_TAG_partial_unit when DW_TAG_compile_unit is matched".
jankratochvil added a comment.

It is now reworked without `FileOffset` and the remapping to unique DIE offsets for each `DW_TAG_partial_unit` inclusion by `DW_TAG_imported_unit`, as discussed in: https://lists.llvm.org/pipermail/lldb-commits/Week-of-Mon-20180409/040324.html


https://reviews.llvm.org/D40469

Files:
  source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserJava.cpp
  source/Plugins/SymbolFile/DWARF/DWARFASTParserOCaml.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
  source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Plugins/SymbolFile/DWARF/UniqueDWARFASTType.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40469.143476.patch
Type: text/x-patch
Size: 12204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180422/805a6b15/attachment-0001.bin>


More information about the lldb-commits mailing list