summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-121-1/+4
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-091-1/+3
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-091-1/+5
* fixes for gcc 4.6.3Rainer Schuetze2015-06-081-1/+1
* fix regression https://github.com/rainers/cv2pdb/issues/5: do not ignore virt...Rainer Schuetze2015-06-011-1/+8
* * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lo...Rainer Schuetze2015-02-171-5/+17
* Build with Visual Studio 10 Compiler (Windows SDK 7.1)Mirko Scholz2015-01-221-1/+1
* Revamped location expression evaluator.Vadim Chugunov2014-12-051-178/+203
* Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-051-135/+1
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-2/+2
* Fix decodeLocation.Vadim Chugunov2014-12-051-16/+40
* Revamped DIE reading.Vadim Chugunov2014-12-051-84/+296
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-0/+392