summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DWRAF: fix BSS handling and symbol-sectionRainer Schuetze2020-03-302-3/+4
* fix issue #59: add DWARF support for symbol to imported dataRainer Schuetze2020-03-265-5/+39
* fix loading 64-bit mspdb140.dll in VS2019Rainer Schuetze2020-03-092-1/+26
* adapt wchar/dchar to newer versions of dmd, add cent/ucentRainer Schuetze2020-03-091-1/+4
* Merge pull request #58 from dscho/invalidate-symbol-tableRainer Schuetze2020-03-091-0/+13
|\
| * Force invalidation of the symbol table offsetJohannes Schindelin2020-03-081-0/+13
|/
* DWARF: fix writing info for aggregates larger than 32kBRainer Schuetze2019-07-183-5/+11
* Merge pull request #51 from marc-groundctl/more-line-numbersRainer Schuetze2019-02-152-70/+74
|\
| * Don't write line sequences containing decreasing addressesMarc Aldorasi2019-02-151-1/+6
| * Removed unnecessary headerMarc Aldorasi2019-02-131-2/+0
| * Delay adding lines until we know the end of the line's address rangeMarc Aldorasi2019-02-132-61/+61
| * VS2013 doesn't like lambdas with auto parametersMarc Aldorasi2019-02-071-1/+1
| * Work around ld bug 24192Marc Aldorasi2019-02-071-6/+1
| * Rewrite line translation to handle decreasing line numbersMarc Aldorasi2019-02-071-30/+36
* | Merge pull request #49 from marc-groundctl/label-more-functionsRainer Schuetze2019-02-083-22/+115
|\ \ | |/
| * Improve merging DWARF_InfoDataMarc Aldorasi2019-02-062-3/+10
| * Exclude artificial functions and inherit attributes from abstract originsMarc Aldorasi2019-02-043-55/+88
| * Try harder to get function entry pointsMarc Aldorasi2019-02-043-3/+56
|/
* DWARF: fixed converting unnamed structs/unions as part of other structsRainer Schuetze2019-01-256-63/+113
* Merge pull request #46 from rainers/readme_mdRainer Schuetze2019-01-242-9/+18
|\
| * adjust fomrattingreadme_mdRainer Schuetze2019-01-242-9/+18
| * rename README to README.MDRainer Schuetze2019-01-241-0/+0
|/
* update README with existing optionsRainer Schuetze2019-01-242-8/+20
* select Windows SDK automaticallyRainer Schuetze2019-01-063-0/+24
* fix issue #43: initialize DWARF_LineState's members file_ptr and last_addrRainer Schuetze2018-12-211-0/+3
* emit "elemtype[keytype]" instead of "dAssocArray"Rainer Schuetze2018-12-161-37/+43
* fix #40: set architecture of .pdb for a 64 bit .dbgRainer Schuetze2018-12-122-7/+12
* fix #41: cv2pdb crashes if mspdb*.dll cannot be loaded from pathRainer Schuetze2018-12-121-1/+3
* add Setup.Configuration package contents and reference them directlyRainer Schuetze2018-09-295-7/+1029
* Merge pull request #38 from akihikodaki/masterRainer Schuetze2018-09-295-0/+55
|\
| * Add Visual Studio detection by the COM APIAkihiko Odaki2018-09-275-0/+55
|/
* DWARF: fix line info translation for pointer_size 8Rainer Schuetze2018-07-183-14/+20
* Merge pull request #34 from dakotahawkins/fix_dumpDebugLineInfoCOFFRainer Schuetze2018-07-181-17/+34
|\
| * Fix PEImage::dumpDebugLineInfoCOFF()Dakota Hawkins2018-07-171-17/+34
|/
* DWARF:Rainer Schuetze2018-04-213-35/+44
* Merge pull request #27 from AlexWhiter/masterRainer Schuetze2018-04-084-10/+13
|\
| * Debug directory aligning moved to PEImage::replaceDebugSection.AlexWhiter2018-04-082-8/+7
| * 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-053-5/+9
|/
* simplify code flowRainer Schuetze2018-03-312-18/+22
* refactor common part of embedded CV and DBG into functionRainer Schuetze2018-03-312-42/+38
* Merge pull request #26 from AlexWhiter/masterRainer Schuetze2018-03-314-18/+44
|\
| * Reverting PEImage.h to the original state.AlexWhiter2018-03-301-0/+1
| * Don't check IMAGE_FILE_DEBUG_STRIPPED flag. Check if DBG file exists instead.AlexWhiter2018-03-302-10/+14
| * Wrong version was previously committed.AlexWhiter2018-03-301-2/+1
| * RSDS section writing into EXE with symbols in DBG file.AlexWhiter2018-03-304-17/+39
| * Fixed the calculation of IMAGE_DEBUG_DIRECTORY offset in DBG files.AlexWhiter2018-03-301-1/+1
|/
* add partial support to convert DBG to PDBRainer Schuetze2018-03-303-3/+67
* fix signed/unsigned warningsRainer Schuetze2018-03-304-8/+11