summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix initializing DWARF_InfoData.rangesHEADmasterRainer Schuetze2023-07-063-4/+10
* Merge pull request #86 from alexbudfb/dwarftreeRainer Schuetze2023-06-1012-185/+806
|\
| * remove unnecessary BASE_DWARF_TYPE, BASE_USER_TYPE is enough to represent the...Rainer Schuetze2023-04-022-3/+2
| * move mergeAbstractOrigin() and mergeSpecification() from readDwarf.cpp to dwa...Rainer Schuetze2023-04-023-51/+50
| * fix vcxproj files so they don't require a specific VS versionRainer Schuetze2023-04-022-5/+5
| * Support fully qualified names for enumsAlex Budovski2023-03-241-10/+41
| * Support namespaces/nesting for structsAlex Budovski2023-03-242-32/+152
| * Fix bug in DWARF v4 location decodingAlex Budovski2023-03-242-4/+43
| * Add support for anon types in FQN generationAlex Budovski2023-03-243-3/+21
| * Add natvis for DWARF_InfoDataAlex Budovski2023-03-243-3/+38
| * 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
|\