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

Wolfgang Pieb via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 22 15:42:41 PDT 2018


wolfgangp added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D53364





More information about the llvm-commits mailing list