[Lldb-commits] [PATCH] D88483: Add possibility to get module from SBType

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 29 15:16:23 PDT 2020


jingham added a comment.

This test is still assuming (1) that main.c is CompUnit(0), etc.  You don't know that's true.  And that there is only one type in each CU (and type 0 is the one you want).  Neither of these is guaranteed.  Can you check all these things, I'd rather not have to go a bunch of rounds on this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88483



More information about the lldb-commits mailing list