[Lldb-commits] [PATCH] D62073: Introduce DWARFUnitHeader and use it to parse type units out of .debug_info

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon May 20 02:51:14 PDT 2019


labath marked an inline comment as done.
labath added a comment.

In D62073#1507001 <https://reviews.llvm.org/D62073#1507001>, @aprantl wrote:

> Nice! FYI, we have a bot that runs the LLDB dotests against DWARF5 (the last stage http://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake-matrix/) to track the progress.


Cool. That's nice to know. Unfortunately, Green Dragon seems to be in a pretty bad shape (looks like some infrastructure problems), so I can't really see what's the state of things.

In D62073#1507063 <https://reviews.llvm.org/D62073#1507063>, @clayborg wrote:

> Are type units still disabled with the kill switch we had in? Or is this on top of the .debug_types patch?


This is on top the debug_types patch. However, I decided it makes more sense to do things the other way around, so I'm going to flip their order around. I am going to reply to the rest of your message on the debug_types patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62073/new/

https://reviews.llvm.org/D62073





More information about the lldb-commits mailing list