clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

You are right. I am slowly seeing that PDB was designed well to be consumed as 
a user would want to, not compressed to the point of obfuscation and very 
difficult to extract data from like DWARF.

So then we really should leave things the way they are and let 
"SymbolFilePDB::ResolveSymbolContext(const lldb_private::FileSpec &, uint32_t, 
bool, uint32_t, lldb_private::SymbolContextList &)" do the search because it 
can do so more efficiently than the manual search we do with DWARF.


http://reviews.llvm.org/D17363



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to