[Lldb-commits] [PATCH] D47275: 1/3: DWARFDIE split out to DWARFBasicDIE
Jan Kratochvil via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed May 23 12:01:00 PDT 2018
jankratochvil created this revision.
jankratochvil added reviewers: labath, clayborg.
Herald added subscribers: JDevlieghere, aprantl, mgorny.
As Pavel Labath said in https://reviews.llvm.org/D46810 this is new `DWARFBasicDIE` to be used for `DWARFUnit::GetUnitDIEOnly()`. This patch is only mechanical split without any use of it.
https://reviews.llvm.org/D47275
Files:
source/Plugins/SymbolFile/DWARF/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/DWARFBasicDIE.cpp
source/Plugins/SymbolFile/DWARF/DWARFBasicDIE.h
source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp
source/Plugins/SymbolFile/DWARF/DWARFDIE.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47275.148267.patch
Type: text/x-patch
Size: 28505 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180523/8fd66e25/attachment-0001.bin>
More information about the lldb-commits
mailing list