summaryrefslogtreecommitdiffstats
path: root/src/dwarf2pdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF: support debug_frame (CFA) and debug_loc (for frame base)Rainer Schuetze2015-06-131-25/+411
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-121-14/+70
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-091-12/+12
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-091-2/+9
* fixes for gcc 4.6.3Rainer Schuetze2015-06-081-14/+37
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-081-308/+3
* - remove invalid assertRainer Schuetze2015-03-261-1/+3
* * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lo...Rainer Schuetze2015-02-171-0/+1
* Revamped location expression evaluator.Vadim Chugunov2014-12-051-48/+32
* Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-051-9/+37
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-12/+8
* Redo appendStackVar.Vadim Chugunov2014-12-051-46/+86
* Revamped DIE reading.Vadim Chugunov2014-12-051-39/+38
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-776/+222
* Ticket #15: Crash when parsing .reloc structuresagitario2014-09-241-2/+2
* added support for local variables accessed through espsagitario2014-03-011-12/+35
* fix DWARF conversion for newer gcc versions (4.8.0 or earlier)sagitario2014-02-131-7/+29
* 2012-11-09 Version 0.26sagitario2013-05-251-15/+22
* Version 0.24sagitario2012-05-011-54/+57
* tabifysagitario2012-03-031-1397/+1397
* DWARF TLS supportsagitario2012-02-151-16/+30
* * disabled named enumerator for D basic types to avoid debugger troubles di...sagitario2012-02-121-0/+1690