[PATCH] D53364: [llvm-dwarfdump] - Add the support of parsing .debug_loclists.

Eric Christopher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 23 00:34:36 PDT 2018


echristo added a comment.

In https://reviews.llvm.org/D53364#1271569, @wolfgangp wrote:

> I just wanted to let you know that I am currently working on a patch to refactor some of the rangelists code (see: https://reviews.llvm.org/D51081) with the objective to
>
> 1. fold the pre-v5 functionality (.debug_ranges) into DWARF5 so we can get rid of DebugRangelists.{cpp,.h}
> 2. templatize more of the DWARFListTable usage so it could be also used for location lists
>
>   Unfortunately the first submission attempt caused some problems with TSan tests that I don't have access to, so there is still some work to be done. Once I'm past this I would like to suggest basing the location list table handling on the same framework, if you are OK with that.


Sounds good to me :)

-eric


Repository:
  rL LLVM

https://reviews.llvm.org/D53364





More information about the llvm-commits mailing list