summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CV2PDB: keep track of the default lower bound for the curret unitPierre-Marie de Rodat2018-03-232-0/+22
* DWARF_InfoData: track the DW_AT_language attributePierre-Marie de Rodat2018-03-232-0/+3
* CV2PDB::getDWARFTypeSize: fix computation from lower/upper boundsPierre-Marie de Rodat2018-03-231-1/+1
* CV2PDB::addDWARFArray: refactor to get lower bound info from DWARFPierre-Marie de Rodat2018-03-232-12/+35
* CV2PDB::addDWARFProc: turn uncontiguous ranges into smallest cvring onePierre-Marie de Rodat2018-03-211-1/+26
* CV2PDB: store the current unit's base addressPierre-Marie de Rodat2018-03-212-0/+6
* DIECursor::readNext: use -1u for missing DW_AT_ranges attributesPierre-Marie de Rodat2018-03-211-2/+3
* CV2PDB::createTypes: after formals processing, reset cursor to beginningPierre-Marie de Rodat2018-03-211-1/+0
* CV2PDB::createTypes: handle out of order formal DIEs in subprogramsPierre-Marie de Rodat2018-03-211-1/+1
* DWARF: fix finding sibling with multiple consecutive end tagsRainer Schuetze2018-02-232-1/+3
* * DWARF: fix crash with AUX data in symbol tableRainer Schuetze2017-11-304-4/+16
* build with /LARGEADDRESSAWARERainer Schuetze2017-10-091-0/+2
* * search VS2017 registry entries to find mspdb140.dllRainer Schuetze2017-09-026-37/+343
* fix "try DWARF after unsupport CodeView signature"Rainer Schuetze2017-08-221-2/+6
* try DWARF after unsupport CodeView signatureRainer Schuetze2017-08-191-1/+1
* fix building with VS2012 or earlierRainer Schuetze2017-06-182-8/+18
* * when using mspdb120.dll (VS2013) or later, do not emit view helpersRainer Schuetze2017-06-186-23/+93
* add mago support for AA with dmd >= 2.068Rainer Schuetze2017-05-148-44/+102
* cleanup/ignoreRainer Schuetze2017-01-202-4/+3
* Version 0.39: do not assume sorted line numbers per segmentRainer Schuetze2017-01-205-26/+80
* bump version and document changesv0.38Rainer Schuetze2016-08-092-1/+9
* * do not uncompress names in field listsRainer Schuetze2016-08-093-20/+28
* Merge pull request #13 from marc-groundctl/masterRainer Schuetze2016-03-152-1/+5
|\
| * Truncate symbols that are too longMarc Aldorasi2016-03-142-1/+5
|/
* removed linker option for minimum required windows version for x64Rainer Schuetze2015-10-081-2/+0
* Merge pull request #11 from l0calh05t/masterRainer Schuetze2015-10-086-16/+145
|\
| * fixes #11 (style adjustments)l0calh05t2015-10-081-21/+23
| * fixes #11 (fix for different paths on older VS versions on amd64)l0calh05t2015-10-071-15/+20
| * fixes #11 (missing ExcludedFromBuild for x64 asm file in Win32 Platform)l0calh05t2015-10-071-1/+4
| * initial commit of x64 fixesl0calh05t2015-10-076-4/+123
|/
* allow anonymous typedefsRainer Schuetze2015-09-071-1/+1
* add -debug option, some whitespace cleanupRainer Schuetze2015-09-074-37/+50
* bump version, document changesRainer Schuetze2015-06-172-1/+7
* DWARF: support debug_frame (CFA) and debug_loc (for frame base)Rainer Schuetze2015-06-134-62/+447
* write correct machine type for x64Rainer Schuetze2015-06-131-1/+1
* 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
|/