summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* cleanup/ignoreRainer Schuetze2017-01-201-4/+0
|
* Version 0.39: do not assume sorted line numbers per segmentRainer Schuetze2017-01-201-22/+61
|
* add some test cases for argument orderingRainer Schuetze2015-02-172-6/+27
|
* revert types convert to *signed* short intRainer Schuetze2014-12-191-0/+1006
| | | | | bump version add Visual D test project for cvtest.d
* * tweaked visualizer macros to display void[], limit array preview to 64 entriesRainer Schuetze2014-12-043-1/+78
| | | | * added VS2013 projects + solution
* release version 0.29sagitario2014-02-191-1/+1
|
* 2012-11-09 Version 0.26sagitario2013-05-251-1/+9
| | | | | | | | | * 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
* v0.25sagitario2012-06-181-0/+7
| | | | * new option -p allows to specify the embedded PDB reference in the binary * added support for VS2012
* Version 0.24sagitario2012-05-011-0/+28
| | | | * supports unicode characters in file names * improve interpretation of DWARF location expression
* DWARF TLS supportsagitario2012-02-151-1/+1
|
* * disabled named enumerator for D basic types to avoid debugger troubles ↵sagitario2012-02-121-8/+81
| | | | | | | displaying arrays * added command line switch -e to enable using named enumerator for D basic types * added DWARF support * added x64 support
* * fixed decoding of compressed symbolssagitario2011-05-081-0/+10
| | | | | * added command line switch * fixed crash with more than 32767 types
* now converting only class pointers to references, not pointers to structs or ↵sagitario2010-12-031-0/+12
| | | | void
* Version 0.15sagitario2010-08-081-2/+52
| | | | | | | | | | | | | * 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
* * improved support for 64-integer types sagitario2010-06-231-0/+2
| | | | | * now adding properties "has nested type" and "is nested type" to class/struct/union/enum types * better support for enumerators: now added as user defined types (DMD patch needed)
* Version 0.13sagitario2010-06-042-2/+41
| | | | | | * adapted to mspdb100.dll which comes with VS2010 * tweaked autoexp.dat modifications to be more stable with uninitialized data * autoexp.snippet now split into two files
* * names of local function are now demangledsagitario2010-03-122-2/+21
| | | * added managed C++ project to integrate cv2pdb with CLR
* v0.8:sagitario2009-06-111-1/+7
| | | | | - tweaked visualizer macros to detect uninitialized associative arrays and to limit expansion to arrays with less than 1024 entries - renamed "data" pointer member of dynamic arrays to "ptr"
* v0.7: corrected number of field entries in classes or structssagitario2009-06-081-0/+2
|
* v0.5: sagitario2009-06-063-12/+152
| | | | | | | * 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-05-081-0/+233