This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 257ecc3b3 [PDB] Improve performance of the PDB DIA plugin new 13690f0f3 [LLDB] - Implement the support for the .debug_loclists section.
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/Expression/DWARFExpression.h | 1 + include/lldb/lldb-enumerations.h | 1 + source/Core/Section.cpp | 2 ++ source/Expression/DWARFExpression.cpp | 12 ++++++++++++ source/Expression/IRExecutionUnit.cpp | 3 +++ source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 6 ++++++ source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 ++++ source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp | 3 +++ source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 4 ++-- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 16 +++++++++++++++- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 4 ++++ source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDwp.cpp | 2 +- source/Symbol/ObjectFile.cpp | 1 + 13 files changed, 55 insertions(+), 4 deletions(-)