This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from ce05f5be5 [lit, lldbsuite] Add a bug reference to the failing TestLinux [...] new b035d3f8b General cleanup to minimize the .debug_types patch
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/lldb/lldb-forward.h | 1 + .../SymbolFile/DWARF/DWARFASTParserClang.cpp | 6 +- .../Plugins/SymbolFile/DWARF/DWARFASTParserGo.cpp | 3 +- source/Plugins/SymbolFile/DWARF/DWARFAttribute.cpp | 3 +- .../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 13 +- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 23 +- source/Plugins/SymbolFile/DWARF/DWARFDIE.cpp | 6 + source/Plugins/SymbolFile/DWARF/DWARFDIE.h | 10 + .../SymbolFile/DWARF/DWARFDataExtractor.cpp | 2 +- .../Plugins/SymbolFile/DWARF/DWARFDataExtractor.h | 2 +- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp | 269 +-------------------- source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.h | 7 - .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 16 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 26 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 49 +++- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 9 +- 16 files changed, 110 insertions(+), 335 deletions(-)