This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 899e58cf2 Add "var" and "vo" aliases for "frame variable" and "frame va [...] new 94c7f608a [LLDB] - Add basic support for .debug_rnglists section (DWARF5)
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-enumerations.h | 1 + lit/Breakpoint/Inputs/debug_rnglist_basic.yaml | 50 ++++++++++++++++ lit/Breakpoint/debug_rnglist_basic.test | 30 ++++++++++ source/Core/Section.cpp | 2 + source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 3 + .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 3 +- .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 6 +- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 68 ++++++++++++++++++++++ source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 18 +++++- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 22 ++++--- source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.h | 3 + source/Symbol/ObjectFile.cpp | 1 + 12 files changed, 194 insertions(+), 13 deletions(-) create mode 100644 lit/Breakpoint/Inputs/debug_rnglist_basic.yaml create mode 100644 lit/Breakpoint/debug_rnglist_basic.test