summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.39: do not assume sorted line numbers per segmentRainer Schuetze2017-01-201-0/+7
|
* Version 0.30: fixed crash when converting DWARF for executables without ↵sagitario2014-02-251-2/+3
| | | | .reloc segment
* * disabled named enumerator for D basic types to avoid debugger troubles ↵sagitario2012-02-121-0/+2
| | | | | | | displaying arrays * added command line switch -e to enable using named enumerator for D basic types * added DWARF support * added x64 support
* Version 0.13sagitario2010-06-041-1/+1
| | | | | | * 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
* Version 0.11sagitario2009-12-291-1/+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-3/+8
| | | | | | | * 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-4/+5
|
* v0.2:sagitario2009-05-161-1/+1
| | | | | | | 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-081-0/+74