summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix initializing DWARF_InfoData.rangesHEADmasterRainer Schuetze2023-07-061-3/+2
* move mergeAbstractOrigin() and mergeSpecification() from readDwarf.cpp to dwa...Rainer Schuetze2023-04-021-48/+0
* Fix bug in DWARF v4 location decodingAlex Budovski2023-03-241-1/+26
* Add support for anon types in FQN generationAlex Budovski2023-03-241-1/+1
* DWARF tree for fully-qualified name constructionAlex Budovski2023-03-241-53/+149
* Add comments to various filesAlex Budovski2023-03-241-0/+5
* DWARF5 rnglists and loclistsNeeraj Singh2021-12-021-31/+158
* read all dwarf5 main DIE formsNeeraj Singh2021-12-021-4/+93
* Read DWARF5 header and add DWARF5 constants.Neeraj Singh2021-12-021-6/+19
* more pre-DWARF5 refactoring: unit headers, location cursor, range cursorNeeraj Singh2021-12-021-9/+103
* carry contextual information with the DIECursorNeeraj Singh2021-12-021-8/+13
* Refactor PE image section handling. Add debug logging.Neeraj Singh2021-12-021-36/+49
* Improve merging DWARF_InfoDataMarc Aldorasi2019-02-061-1/+5
* Exclude artificial functions and inherit attributes from abstract originsMarc Aldorasi2019-02-041-0/+20
* Try harder to get function entry pointsMarc Aldorasi2019-02-041-0/+8
* DWARF: fixed converting unnamed structs/unions as part of other structsRainer Schuetze2019-01-251-0/+10
* DWARF: fix line info translation for pointer_size 8Rainer Schuetze2018-07-181-2/+2
* DWARF:Rainer Schuetze2018-04-211-5/+7
* Ignore, but still allow block and string forms for DW_AT_const_valuePierre-Marie de Rodat2018-03-231-3/+16
* CV2PDB::addDWARFEnum: new, first attempt at enum types translationPierre-Marie de Rodat2018-03-231-0/+5
* CV2PDB::getDWARFSubrangeInfo: use language-specific default lower boundPierre-Marie de Rodat2018-03-231-1/+5
* DWARF_InfoData: track the DW_AT_language attributePierre-Marie de Rodat2018-03-231-0/+1
* DWARF: fix finding sibling with multiple consecutive end tagsRainer Schuetze2018-02-231-1/+1
* fix building with VS2012 or earlierRainer Schuetze2017-06-181-8/+10
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-121-1/+4
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-091-1/+3
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-091-1/+5
* fixes for gcc 4.6.3Rainer Schuetze2015-06-081-1/+1
* fix regression https://github.com/rainers/cv2pdb/issues/5: do not ignore virt...Rainer Schuetze2015-06-011-1/+8
* * DWARF: fixed issues with DW_FORM_ref_addr, DW_AT_upper_bound and DW_AT_lo...Rainer Schuetze2015-02-171-5/+17
* Build with Visual Studio 10 Compiler (Windows SDK 7.1)Mirko Scholz2015-01-221-1/+1
* Revamped location expression evaluator.Vadim Chugunov2014-12-051-178/+203
* Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-051-135/+1
* Updated mscvpdb.h with latest from WINE.Vadim Chugunov2014-12-051-2/+2
* Fix decodeLocation.Vadim Chugunov2014-12-051-16/+40
* Revamped DIE reading.Vadim Chugunov2014-12-051-84/+296
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-0/+392