/drpdb

Convert from Microsoft PDB format into a MySQL database

Primary LanguageC++

drpdb

Convert from Microsoft PDB format into a MySQL database

See the wiki page for documentation

##Examples The following tables were created by running drpdb on itself. Graphs were generated by feeding the tables into gephi.

Browsing a small subset of information about the functions in our program (function_overview) drpdb_ex4

Graph of all typedefs drpdb_ex3

drpdb_ex1

.cpp/.h include graph (make_include_graph) drpdb_ex2

Class hierarchy of a portion of VC++'s standard library (make_inheritance_graph) drpdb_ex2