summaryrefslogtreecommitdiffstats
path: root/src/cvutil.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-5/+5
|
* tabifysagitario2012-03-031-28/+28
|
* * disabled named enumerator for D basic types to avoid debugger troubles ↵sagitario2012-02-121-1/+33
| | | | | | | displaying arrays * added command line switch -e to enable using named enumerator for D basic types * added DWARF support * added x64 support
* now converting only class pointers to references, not pointers to structs or ↵sagitario2010-12-031-0/+12
| | | | void
* Version 0.15sagitario2010-08-081-0/+169
* thanks to patches by Z3N, the resulting pdb is now usable by more debuggers * now uses shared file access to executable * incomplete structs/classes are now added as user defined types to avoid confusing debugger for following symbols * fixed name demangling of very long names * added name demangling support for @safe/@trusted/@property/pure/nothrow/ref * base classes are added to D/cpp-interfaces to allow viewing the virtual function table pointer * structs, classes and interfaces now have an internal qualifier attached that allows the preview in autoexp.dat to show better info for structs and interfaces