This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 4ff1c19ef [Symbol] Search symbols with name and type in a symbol file new 742fac821 [LLDB] - Add support for DW_FORM_rnglistx and relative DW_RLE [...]
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: .../{debug_addrx.yaml => debug_rnglistx_rlex.yaml} | 20 ++++---- lit/Breakpoint/debug_rnglistx_rlex.test | 28 ++++++++++ .../SymbolFile/DWARF/DWARFDebugInfoEntry.cpp | 37 ++++++++----- .../Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp | 60 ++++++++++++++++++++-- source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.h | 9 ++-- source/Plugins/SymbolFile/DWARF/DWARFFormValue.cpp | 3 ++ source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp | 2 + 7 files changed, 128 insertions(+), 31 deletions(-) copy lit/Breakpoint/Inputs/{debug_addrx.yaml => debug_rnglistx_rlex.yaml} (53%) create mode 100644 lit/Breakpoint/debug_rnglistx_rlex.test