summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DWARF tree for fully-qualified name constructionAlex Budovski2023-03-246-110/+443
* Add constants for BASE_{USER/DWARF}_TYPEAlex Budovski2023-03-243-31/+40
* Upgrade VCXProj to VS 2022Alex Budovski2023-03-241-4/+4
* Add comments to various filesAlex Budovski2023-03-244-0/+38
* Merge pull request #85 from GroundControl-Solutions/vs-2022-supportv0.52Rainer Schuetze2023-03-121-0/+1
|\
| * Fixed building with VS 2022Marc Aldorasi2023-03-101-0/+1
|/
* Merge pull request #81 from dennisameling/windows-arm64Rainer Schuetze2022-09-193-3/+91
|\
| * Apply PR feedbackDennis Ameling2022-09-191-2/+2
| * Only upload bin for x64Dennis Ameling2022-09-181-0/+1
| * Throw runtime error on ARM64 cvt80to64Dennis Ameling2022-09-181-1/+6
| * Fix BUILD_PLATFORM referenceDennis Ameling2022-09-171-1/+1
| * Add Windows ARM64 supportDennis Ameling2022-09-172-1/+83
|/
* fix issue #75: avoid emitting bad debug info if struct description exceeds 64...Rainer Schuetze2022-05-284-8/+22
* fix issue #76: Invalid form=11 for directory indexRainer Schuetze2022-05-111-10/+10
* update versin to 0.51v0.51Rainer Schuetze2022-04-032-1/+7
* fix issue #72: Hang when vswhere produces no outputRainer Schuetze2022-03-271-1/+3
* 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
|/