summaryrefslogtreecommitdiffstats
path: root/src/dwarflines.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file names in dwarf5 line tablesNeeraj Singh2021-12-021-20/+70
* Read DWARF5 header and add DWARF5 constants.Neeraj Singh2021-12-021-1/+3
* more pre-DWARF5 refactoring: unit headers, location cursor, range cursorNeeraj Singh2021-12-021-4/+9
* Refactor PE image section handling. Add debug logging.Neeraj Singh2021-12-021-28/+22
* Add rudimentary support for DWARF5Johannes Schindelin2021-10-291-26/+137
* fix #61: implement DWARF4 line number headersv0.48Rainer Schuetze2020-05-081-4/+23
* 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-131-38/+59
* 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
* DWARF: fix line info translation for pointer_size 8Rainer Schuetze2018-07-181-9/+15
* - new tool dumplines to display the debug line number infoRainer Schuetze2015-05-081-0/+316