c++ - AST from PDB (e.g. via DIA) -



c++ - AST from PDB (e.g. via DIA) -

i'm using dia sdk useful info pdb file... now, basic question is: how deep can go that? optimum able right downwards abstract syntax tree... remotely possible? if not, how far can go using analysis of debug data?

dia sdk gives access debug info available in pdb through com interface. give general idea, similar whatever available visual studio debugger (symbols, line numbers, etc). means, in general, if debugger appears know something, info should available through dia sdk. specific details, need refer online documentation in msdn.

to specific, abstract syntax tree intenal visual studio not available through api - not dia sdk. local variable type symbols cannot enumerated through dia sdk.

getting list of symbols used vc++ code

c++ debug-symbols pdb-files dia-sdk

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -