summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.sln
Commit message (Collapse)AuthorAgeFilesLines
* fix sln and historysagitario2013-05-251-24/+17
|
* 2012-11-09 Version 0.26sagitario2013-05-251-17/+24
| | | | | | | | | * new option -p allows to specify the embedded PDB reference in the binary * added support for VS2012 2013-05-11 Version 0.27 * fixed crash when converting DWARF locations using 8 bytes or more
* * disabled named enumerator for D basic types to avoid debugger troubles ↵sagitario2012-02-121-0/+41
| | | | | | | displaying arrays * added command line switch -e to enable using named enumerator for D basic types * added DWARF support * added x64 support
* Version 0.15sagitario2010-08-081-1/+2
| | | | | | | | | | | | | * 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
* Version 0.11sagitario2009-12-291-0/+1
| | | | | | | * basic types now show with their D names, not as C types * "enum" prefix removed from type names of enumerator types * added type information for complex data types * dmd-patch needed for long/ulong support * experimental hack to add lexical scope to local variables
* v0.5: sagitario2009-06-061-0/+9
| | | | | | | * fixed error in __viewhelper field of string type, that could screw up type info * added support for wstring and dstring * fixed problems with debug info inside library by combining debug info of different modules into a single pseudo-module * now also replaces '.' by '@' in enumerator types for more consistent debug info
* (no commit message)sagitario2009-06-041-0/+18
|
* (no commit message)sagitario2009-05-081-0/+20