summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* DWARF TLS supportsagitario2012-02-153-21/+54
|
* * disabled named enumerator for D basic types to avoid debugger troubles ↵sagitario2012-02-1214-90/+3363
| | | | | | | displaying arrays * added command line switch -e to enable using named enumerator for D basic types * added DWARF support * added x64 support
* fix crash with compressed symbols expanding to more than 4096 characterssagitario2011-07-122-2/+8
|
* * fixed decoding of compressed symbolssagitario2011-05-089-147/+349
| | | | | * added command line switch * fixed crash with more than 32767 types
* changed default D-version to 2.043 to create correct associative array type ↵sagitario2010-12-101-1/+1
| | | | information for recent compilers by default
* now converting only class pointers to references, not pointers to structs or ↵sagitario2010-12-034-1/+22
| | | | void
* * more fixes for names longer than 300 characterssagitario2010-10-253-9/+11
|
* * fixed error with nested types longer than 255 characterssagitario2010-10-243-16/+28
|
* (no commit message)sagitario2010-09-041-2/+3
|
* fixed crash when working with -C (introduced in last version)sagitario2010-08-101-0/+2
|
* Version 0.15sagitario2010-08-0811-159/+824
| | | | | | | | | | | | | * 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-233-23/+119
| | | | | * 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)
* when a dynamic array type is detected for a DMC compiled executable ↵sagitario2010-06-141-2/+12
| | | | (command option -C is used), it is converted to int64 (fixing DMC bug)
* Version 0.13sagitario2010-06-046-75/+159
| | | | | | * 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
* (no commit message)sagitario2010-04-1312-74/+94
|
* * names of local function are now demangledsagitario2010-03-127-1687/+2030
| | | * added managed C++ project to integrate cv2pdb with CLR
* added patch to convert binaries produced by Metroworks CodeWarriorsagitario2010-02-111-3/+7
|
* Version 0.11sagitario2009-12-293-7/+144
| | | | | | | * 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
* now converting entries LF_FRIENDCLS, LF_VBCLASS and LF_IVBCLASSsagitario2009-07-171-10/+39
| | | | struct_v2.derived now always set to 0
* * entries LF_FRIENDCLS, LF_FRIENDFCN, LF_VBCLASS and LF_IVBCLASS written ↵sagitario2009-07-161-0/+15
| | | | by DMC are now removed
* skip friend function declarationssagitario2009-07-161-0/+8
|
* v0.9:sagitario2009-06-192-5/+141
| | | | | * fixed line number info at the end of a segment or when switching to another file because of inline expansion * fixed line numbers > 32767 and sections with 0 line number entries
* v0.8:sagitario2009-06-111-1/+1
| | | | | - 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-082-40/+77
|
* v0.6: removed LF_DERIVED info from debug infosagitario2009-06-071-0/+5
|
* v0.5: sagitario2009-06-066-63/+195
| | | | | | | * 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
* v0.4: fix crash when long is used as index or element type of dynamic or ↵sagitario2009-06-051-1/+12
| | | | associative arrays
* (no commit message)sagitario2009-06-046-51/+470
|
* v0.2:sagitario2009-05-163-24/+69
| | | | | | | some minor doc changes replace .debug section in executable rather than rename it, if it the last section. support for field type LF_VFUNCTAB and symbol type S_CONSTANT used by DMC. added stringview to autoexp.dat for full length text display.
* (no commit message)sagitario2009-05-0815-0/+6267