[Lldb-commits] [PATCH] D53193: [LLDB] - Add support for DW_RLE_start_end entries (.debug_rnglists)

George Rimar via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 12 05:26:28 PDT 2018


grimar created this revision.
grimar added reviewers: LLDB, clayborg.
Herald added subscribers: JDevlieghere, aprantl.

DWARF5 describes DW_RLE_start_end as:

>   This is a form of bounded range entry that has two target address operands.
>   Each operand is the same size as used in DW_FORM_addr. These indicate
>   the starting and ending addresses, respectively, that define the address range
>   for which the following location is valid.

The patch implements the support.


https://reviews.llvm.org/D53193

Files:
  lit/Breakpoint/Inputs/debug_rnglist_rlestartend.yaml
  lit/Breakpoint/debug_rnglist_rlestartend.test
  source/Plugins/SymbolFile/DWARF/DWARFDebugRanges.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53193.169377.patch
Type: text/x-patch
Size: 5623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181012/8974dbb7/attachment.bin>


More information about the lldb-commits mailing list