summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.h
Commit message (Expand)AuthorAgeFilesLines
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-121-0/+1
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-091-1/+1
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-091-0/+3
* fix regression https://github.com/rainers/cv2pdb/issues/5: do not ignore virt...Rainer Schuetze2015-06-011-0/+1
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-081-1/+7
* Build with Visual Studio 10 Compiler (Windows SDK 7.1)Mirko Scholz2015-01-221-0/+1
* Revamped location expression evaluator.Vadim Chugunov2014-12-051-4/+20
* Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-051-8/+23
* Fix decodeLocation.Vadim Chugunov2014-12-051-0/+10
* Revamped DIE reading.Vadim Chugunov2014-12-051-46/+65
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-0/+308