[Lldb-commits] [PATCH] D40474: DWZ 05/07: Main functionality
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 22 11:17:51 PDT 2018
jankratochvil updated this revision to Diff 143479.
jankratochvil retitled this revision from "DWZ 09/11: Main functionality" to "DWZ 05/07: Main functionality".
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/D40474
Files:
include/lldb/Utility/ConstString.h
include/lldb/Utility/FileSpec.h
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h
source/Plugins/SymbolFile/DWARF/DWARFDataExtractor.h
source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.h
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h
source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFUnit.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h
source/Utility/DataEncoder.cpp
source/Utility/DataExtractor.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40474.143479.patch
Type: text/x-patch
Size: 36439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180422/dc9b0f5a/attachment-0001.bin>
More information about the lldb-commits
mailing list