[Lldb-commits] [PATCH] D18848: Add PDBASTParser and parse type information from PDB

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Apr 14 14:21:56 PDT 2016


clayborg added a comment.

So you will need to make up base types if you have any types that use them. Like if a struct contains an "int", you will need to make an integer up and feed it to your CXXRecordDecl. So you will probably need to add those functions back. You will need them for:

- class/struct/union members
- class/struct method arguments and return values
- arrays
- plain variables whose types are basic types


http://reviews.llvm.org/D18848





More information about the lldb-commits mailing list