[Lldb-commits] [PATCH] D156774: [lldb][DWARFASTParserClang] Resolve nested types when parsing structures
    Vlad Serebrennikov via Phabricator via lldb-commits 
    lldb-commits at lists.llvm.org
       
    Wed Aug  9 06:48:03 PDT 2023
    
    
  
Endill added a comment.
In D156774#4572947 <https://reviews.llvm.org/D156774#4572947>, @Michael137 wrote:
> Are you still planning on moving this forward? Otherwise I could commandeer the revision to get this in. I do think it's a useful bug to address
I do. Locally I've been preparing additional changes on top of this patch that expose enums in SBType, so that I can do end-to-end test to ensure this sufficiently addresses my use case.
On top of that, I'm planning to redo this patch after the example of `DW_TAG_subprogram` per your suggestion.
Unfortunately, I didn't have time last week for this, and now I'm knee deep into triaging old Clang bugs. I'm not finished with that until number of open issues is brought under 20k :)
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D156774/new/
https://reviews.llvm.org/D156774
    
    
More information about the lldb-commits
mailing list