[Lldb-commits] [PATCH] D62008: DWARF: Parse type units from the debug_types section
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 16 08:00:26 PDT 2019
labath updated this revision to Diff 199831.
labath added a comment.
- don't bail out if you see the debug_types section
- rename a variable in the test to work around the old "Multiple internal symbols found for 'a'" problem
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62008/new/
https://reviews.llvm.org/D62008
Files:
lit/SymbolFile/DWARF/Inputs/debug-types-basic.cpp
lit/SymbolFile/DWARF/Inputs/debug-types-expressions.cpp
lit/SymbolFile/DWARF/debug-types-basic.test
lit/SymbolFile/DWARF/debug-types-expressions.test
lit/SymbolFile/DWARF/lit.local.cfg
source/Plugins/SymbolFile/DWARF/CMakeLists.txt
source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFTypeUnit.h
source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp
source/Plugins/SymbolFile/DWARF/DWARFUnit.h
source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62008.199831.patch
Type: text/x-patch
Size: 16017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190516/bbf4e4c8/attachment.bin>
More information about the lldb-commits
mailing list