This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from cbb255f04 [debugserver] Fix LC_BUILD_VERSION load command handling. new a4b4ca0ae Revert "Cleanup DWARFCompileUnit and DWARFUnit in preparation [...] new 64af8b42a [lldb-server] Set a more generous timeout when testing gdbremote.
The 2 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: .../test/tools/lldb-server/gdbremote_testcase.py | 2 +- .../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 580 ++++++++++++++++++- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 106 +++- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 4 +- source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 622 ++++----------------- source/Plugins/SymbolFile/DWARF/DWARFUnit.h | 69 +-- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 12 +- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 2 +- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.h | 2 +- 9 files changed, 829 insertions(+), 570 deletions(-)