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

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 15:12:37 PDT 2016


clayborg added a comment.

In http://reviews.llvm.org/D18848#397787, @zturner wrote:

> Thanks.  One more question.  Does SymbolFile::FindTypes need to be able to handle the case of a null type name (which I guess would indicate to find every type)?


No. It should handle the request without crashing and it should return zero matches, but you don't need to find every type. If we ever did, we would do this with regular expressions.


http://reviews.llvm.org/D18848





More information about the lldb-commits mailing list