summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-123-15/+75
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-094-14/+21
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-093-3/+17
* fixes for gcc 4.6.3Rainer Schuetze2015-06-082-15/+38
* add support for VS 2015Rainer Schuetze2015-06-033-0/+20
* remove user option fileRainer Schuetze2015-06-031-8/+0
* remove DWARF sections from executableRainer Schuetze2015-06-033-4/+28
* fix regression https://github.com/rainers/cv2pdb/issues/5: do not ignore virt...Rainer Schuetze2015-06-013-12/+25
* dumplines: fix OMF symbol indexRainer Schuetze2015-05-101-1/+1
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-0815-336/+975
* - remove invalid assertRainer Schuetze2015-03-263-1184/+1189
* add some test cases for argument orderingRainer Schuetze2015-02-172-6/+27
* * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lo...Rainer Schuetze2015-02-175-103/+120
* Merge pull request #2 from srtlg/devlop-compile-with-winsdk7.1Rainer Schuetze2015-01-234-4/+5
|\
| * Build with Visual Studio 10 Compiler (Windows SDK 7.1)Mirko Scholz2015-01-224-4/+5
|/
* revert types convert to *signed* short intRainer Schuetze2014-12-195-121/+1149
* Merge pull request #1 from vadimcn/masterRainer Schuetze2014-12-1910-3186/+3753
|\
| * Revamped location expression evaluator.Vadim Chugunov2014-12-053-230/+255
| * Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-053-152/+61
| * Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-059-2181/+2351
| * Redo appendStackVar.Vadim Chugunov2014-12-052-47/+87
| * Fix decodeLocation.Vadim Chugunov2014-12-052-16/+50
| * Revamped DIE reading.Vadim Chugunov2014-12-054-172/+402
| * Fixed O^n abbrev search.Vadim Chugunov2014-12-056-966/+1125
|/
* * tweaked visualizer macros to display void[], limit array preview to 64 entriesRainer Schuetze2014-12-0412-19/+504
* Ticket #15: Crash when parsing .reloc structuresagitario2014-09-241-2/+2
* added support for local variables accessed through espsagitario2014-03-014-16/+43
* Version 0.30: fixed crash when converting DWARF for executables without .relo...sagitario2014-02-254-3/+10
* release version 0.29sagitario2014-02-192-1/+5
* fix DWARF conversion for newer gcc versions (4.8.0 or earlier)sagitario2014-02-132-8/+30
* 2013-11-16 Version 0.28sagitario2013-11-255-21/+92
* fix sln and historysagitario2013-05-252-26/+18
* 2012-11-09 Version 0.26sagitario2013-05-2511-81/+153
* v0.25sagitario2012-06-188-44/+119
* Version 0.24sagitario2012-05-0112-134/+212
* (no commit message)sagitario2012-03-141-0/+1
* visualizer: tweak children of AA elementsagitario2012-03-031-0/+6
* tabifysagitario2012-03-0310-1711/+1711
* DWARF TLS supportsagitario2012-02-154-22/+55
* * disabled named enumerator for D basic types to avoid debugger troubles di...sagitario2012-02-1223-149/+3495
* fix crash with compressed symbols expanding to more than 4096 characterssagitario2011-07-124-3/+14
* missing text in CHANGESsagitario2011-05-081-1/+1
* * fixed decoding of compressed symbolssagitario2011-05-0814-152/+376
* changed default D-version to 2.043 to create correct associative array type ...sagitario2010-12-102-2/+3
* now converting only class pointers to references, not pointers to structs or ...sagitario2010-12-037-2/+39
* * more fixes for names longer than 300 characterssagitario2010-10-254-9/+12
* * fixed error with nested types longer than 255 characterssagitario2010-10-245-17/+32
* (no commit message)sagitario2010-09-043-3/+8
* URL typosagitario2010-08-171-1/+1
* fixed crash when working with -C (introduced in last version)sagitario2010-08-103-1/+9