summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #71 from GroundControl-Solutions/non-contiguous-functionsRainer Schuetze2022-01-245-34/+119
|\
| * Added test for S_SEPCODE entriesMarc Aldorasi2022-01-141-0/+21
| * Fixed improperly splitting a range containing the entry pointMarc Aldorasi2022-01-121-1/+1
| * Use the default msvc version instead of forcing v120_xp only for 32-bit relea...Marc Aldorasi2022-01-111-2/+2
| * Add function entries for non-contiguous functionsMarc Aldorasi2022-01-113-32/+96
|/
* fix for UNC path (#70)sonyps52013142021-12-291-0/+10
* fix version displayv0.50Rainer Schuetze2021-12-131-1/+1
* fix github action building dumplinesRainer Schuetze2021-12-131-1/+1
* update to veersion 0.50Rainer Schuetze2021-12-134-3/+10
* Merge pull request #69 from neerajsi-msft/dwarf5Rainer Schuetze2021-12-1011-398/+1031
|\
| * ci: verify DWARF5 symbolsJohannes Schindelin2021-12-031-1/+6
| * Fix file names in dwarf5 line tablesNeeraj Singh2021-12-022-25/+74
| * DWARF5 rnglists and loclistsNeeraj Singh2021-12-022-31/+169
| * read all dwarf5 main DIE formsNeeraj Singh2021-12-022-5/+115
| * Read DWARF5 header and add DWARF5 constants.Neeraj Singh2021-12-025-17/+123
| * more pre-DWARF5 refactoring: unit headers, location cursor, range cursorNeeraj Singh2021-12-025-152/+243
| * carry contextual information with the DIECursorNeeraj Singh2021-12-024-77/+91
| * Refactor PE image section handling. Add debug logging.Neeraj Singh2021-12-029-171/+291
|/
* update to version 0.49v0.49Rainer Schuetze2021-11-062-1/+7
* Merge pull request #66 from dscho/vswhereRainer Schuetze2021-11-032-0/+122
|\
| * Verify in the GitHub workflow that cv2pdb can handle GCC's outputJohannes Schindelin2021-11-031-1/+28
| * Add a GitHub workflow to build cv2pdbJohannes Schindelin2021-11-031-0/+28
| * Allow the mspdb DLL to be found via vswhere.exeJohannes Schindelin2021-11-031-0/+67
|/
* Merge pull request #67 from dscho/dwarf5Rainer Schuetze2021-10-305-27/+174
|\
| * Add rudimentary support for DWARF5Johannes Schindelin2021-10-295-27/+174
|/
* fix #61: implement DWARF4 line number headersv0.48Rainer Schuetze2020-05-082-4/+39
* Merge pull request #60 from oltolm/cache_onlyRainer Schuetze2020-05-053-26/+38
|\
| * introduce a symbol cacheoltolm2020-05-043-26/+38
|/
* 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
|/