summaryrefslogtreecommitdiffstats
path: root/src/cv2pdb.cpp
Commit message (Expand)AuthorAgeFilesLines
* DWARF tree for fully-qualified name constructionAlex Budovski2023-03-241-0/+3
* Add constants for BASE_{USER/DWARF}_TYPEAlex Budovski2023-03-241-28/+33
* Refactor PE image section handling. Add debug logging.Neeraj Singh2021-12-021-3/+17
* adapt wchar/dchar to newer versions of dmd, add cent/ucentRainer Schuetze2020-03-091-1/+4
* DWARF: fix writing info for aggregates larger than 32kBRainer Schuetze2019-07-181-4/+4
* emit "elemtype[keytype]" instead of "dAssocArray"Rainer Schuetze2018-12-161-37/+43
* Debug directory aligning moved to PEImage::replaceDebugSection.AlexWhiter2018-04-081-3/+0
* Fixed misspelled identifier.AlexWhiter2018-04-071-1/+1
* Cleanup of RSDS block after allocation.AlexWhiter2018-04-071-3/+3
* 1. If exe-file consisted of just a disk letter and a file name (i.e. c:file.e...AlexWhiter2018-04-051-4/+7
* RSDS section writing into EXE with symbols in DBG file.AlexWhiter2018-03-301-5/+5
* CV2PDB::appendModifierType: uncomment code to add paddingPierre-Marie de Rodat2018-03-231-2/+2
* Fix LF_ENUMERATE emission for values > 0x8000Pierre-Marie de Rodat2018-03-231-6/+10
* Reduce complexity of best CFA lookupsPierre-Marie de Rodat2018-03-231-0/+1
* * DWARF: fix crash with AUX data in symbol tableRainer Schuetze2017-11-301-3/+9
* * search VS2017 registry entries to find mspdb140.dllRainer Schuetze2017-09-021-31/+251
* * when using mspdb120.dll (VS2013) or later, do not emit view helpersRainer Schuetze2017-06-181-21/+63
* add mago support for AA with dmd >= 2.068Rainer Schuetze2017-05-141-33/+71
* Version 0.39: do not assume sorted line numbers per segmentRainer Schuetze2017-01-201-2/+6
* * do not uncompress names in field listsRainer Schuetze2016-08-091-2/+4
* Truncate symbols that are too longMarc Aldorasi2016-03-141-1/+1
* allow anonymous typedefsRainer Schuetze2015-09-071-1/+1
* add -debug option, some whitespace cleanupRainer Schuetze2015-09-071-36/+44
* write correct machine type for x64Rainer Schuetze2015-06-131-1/+1
* add support for VS 2015Rainer Schuetze2015-06-031-0/+1
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-78/+78
* 2013-11-16 Version 0.28sagitario2013-11-251-0/+1
* v0.25sagitario2012-06-181-6/+7
* Version 0.24sagitario2012-05-011-4/+12
* tabifysagitario2012-03-031-43/+43
* * disabled named enumerator for D basic types to avoid debugger troubles di...sagitario2012-02-121-28/+82
* * fixed decoding of compressed symbolssagitario2011-05-081-9/+40
* now converting only class pointers to references, not pointers to structs or ...sagitario2010-12-031-1/+8
* * more fixes for names longer than 300 characterssagitario2010-10-251-8/+8
* * fixed error with nested types longer than 255 characterssagitario2010-10-241-14/+16
* (no commit message)sagitario2010-09-041-2/+3
* fixed crash when working with -C (introduced in last version)sagitario2010-08-101-0/+2
* Version 0.15sagitario2010-08-081-126/+442
* * improved support for 64-integer types sagitario2010-06-231-23/+111
* when a dynamic array type is detected for a DMC compiled executable (command...sagitario2010-06-141-2/+12
* Version 0.13sagitario2010-06-041-4/+28
* (no commit message)sagitario2010-04-131-11/+31
* * names of local function are now demangledsagitario2010-03-121-1605/+1605
* added patch to convert binaries produced by Metroworks CodeWarriorsagitario2010-02-111-3/+7
* Version 0.11sagitario2009-12-291-7/+135
* now converting entries LF_FRIENDCLS, LF_VBCLASS and LF_IVBCLASSsagitario2009-07-171-10/+39
* * entries LF_FRIENDCLS, LF_FRIENDFCN, LF_VBCLASS and LF_IVBCLASS written by...sagitario2009-07-161-0/+15
* skip friend function declarationssagitario2009-07-161-0/+8
* v0.9:sagitario2009-06-191-5/+132
* v0.8:sagitario2009-06-111-1/+1