summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.h
Commit message (Expand)AuthorAgeFilesLines
* move mergeAbstractOrigin() and mergeSpecification() from readDwarf.cpp to dwa...Rainer Schuetze2023-04-021-3/+0
* Fix bug in DWARF v4 location decodingAlex Budovski2023-03-241-3/+17
* Add support for anon types in FQN generationAlex Budovski2023-03-241-0/+2
* DWARF tree for fully-qualified name constructionAlex Budovski2023-03-241-17/+48
* Add comments to various filesAlex Budovski2023-03-241-0/+13
* Fix file names in dwarf5 line tablesNeeraj Singh2021-12-021-5/+4
* DWARF5 rnglists and loclistsNeeraj Singh2021-12-021-0/+11
* read all dwarf5 main DIE formsNeeraj Singh2021-12-021-1/+22
* Read DWARF5 header and add DWARF5 constants.Neeraj Singh2021-12-021-6/+7
* more pre-DWARF5 refactoring: unit headers, location cursor, range cursorNeeraj Singh2021-12-021-17/+83
* carry contextual information with the DIECursorNeeraj Singh2021-12-021-4/+16
* Refactor PE image section handling. Add debug logging.Neeraj Singh2021-12-021-4/+26
* Add rudimentary support for DWARF5Johannes Schindelin2021-10-291-0/+23
* fix #61: implement DWARF4 line number headersv0.48Rainer Schuetze2020-05-081-0/+16
* Delay adding lines until we know the end of the line's address rangeMarc Aldorasi2019-02-131-23/+2
* Improve merging DWARF_InfoDataMarc Aldorasi2019-02-061-2/+5
* Exclude artificial functions and inherit attributes from abstract originsMarc Aldorasi2019-02-041-21/+27
* Try harder to get function entry pointsMarc Aldorasi2019-02-041-0/+4
* DWARF: fixed converting unnamed structs/unions as part of other structsRainer Schuetze2019-01-251-0/+2
* fix issue #43: initialize DWARF_LineState's members file_ptr and last_addrRainer Schuetze2018-12-211-0/+3
* DWARF:Rainer Schuetze2018-04-211-4/+4
* fix signed/unsigned warningsRainer Schuetze2018-03-301-3/+3
* dwarflines: fix last insn. address computation for DW_LNE_end_sequencePierre-Marie de Rodat2018-03-231-2/+11
* CV2PDB::addDWARFEnum: new, first attempt at enum types translationPierre-Marie de Rodat2018-03-231-0/+4
* CV2PDB::getDWARFSubrangeInfo: use language-specific default lower boundPierre-Marie de Rodat2018-03-231-0/+2
* DWARF_InfoData: track the DW_AT_language attributePierre-Marie de Rodat2018-03-231-0/+2
* DIECursor::readNext: use -1u for missing DW_AT_ranges attributesPierre-Marie de Rodat2018-03-211-2/+3
* fix DWARF for gcc 4.9.0 and clang 3.6Rainer Schuetze2015-06-121-0/+1
* DWARF: fix struct/class conversion, array limits, replace '.' with '@' in namesRainer Schuetze2015-06-091-1/+1
* DWARF: fix displaying locals if there are no function argumentsRainer Schuetze2015-06-091-0/+3
* fix regression https://github.com/rainers/cv2pdb/issues/5: do not ignore virt...Rainer Schuetze2015-06-011-0/+1
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-081-1/+7
* Build with Visual Studio 10 Compiler (Windows SDK 7.1)Mirko Scholz2015-01-221-0/+1
* Revamped location expression evaluator.Vadim Chugunov2014-12-051-4/+20
* Converted the remaining uses of the old decodeLocation().Vadim Chugunov2014-12-051-8/+23
* Fix decodeLocation.Vadim Chugunov2014-12-051-0/+10
* Revamped DIE reading.Vadim Chugunov2014-12-051-46/+65
* Fixed O^n abbrev search.Vadim Chugunov2014-12-051-0/+308