llvm-project/lldb/source/Plugins/SymbolFile/PDB
Zachary Turner 42dff79068 Initial support for reading type information from PDBs.
This implements a PDBASTParser and corresponding logic in
SymbolFilePDB to do type lookup by name.  This is just a first
pass and leaves many aspects of type lookup unimplemented, and
just focuses on laying the framework.  With this patch, you should
be able to lookup basic types by name from a PDB.

Full class definitions are not completed yet, we will instead
just return a forward declaration of the class.

Differential Revision: http://reviews.llvm.org/D18848
Reviewed by: Greg Clayton

llvm-svn: 266392
2016-04-15 00:21:26 +00:00
..
CMakeLists.txt Initial support for reading type information from PDBs. 2016-04-15 00:21:26 +00:00
PDBASTParser.cpp Initial support for reading type information from PDBs. 2016-04-15 00:21:26 +00:00
PDBASTParser.h Initial support for reading type information from PDBs. 2016-04-15 00:21:26 +00:00
SymbolFilePDB.cpp Initial support for reading type information from PDBs. 2016-04-15 00:21:26 +00:00
SymbolFilePDB.h Initial support for reading type information from PDBs. 2016-04-15 00:21:26 +00:00