This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from b4c12de Try to fix windows build after rL281569 new 8c03377 Add support for DW_AT_ranges_base attribute
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: .../two-files/TestSymbolContextTwoFiles.py | 43 ++++++++++++++++++++++ .../python_api/symbol-context/two-files/decls.h | 16 ++++---- .../python_api/symbol-context/two-files/file1.cpp | 24 ++++++++---- .../python_api/symbol-context/two-files/file2.cpp | 7 ++-- .../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 8 +++- source/Plugins/SymbolFile/DWARF/DWARFCompileUnit.h | 12 +++--- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +-- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 6 ++- source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 3 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 3 +- 10 files changed, 95 insertions(+), 33 deletions(-)