aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Dwarfgen.ml
Commit message (Expand)AuthorAgeFilesLines
* "macosx" is now called "macos"Xavier Leroy2021-01-181-1/+1
* Introduce additional "branch" build information.Bernhard Schommer2020-07-081-2/+2
* Added base address if needed.Bernhard Schommer2020-02-061-5/+11
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-1/+1
* Change to AbsInt version string.Bernhard Schommer2019-05-101-1/+1
* Print only debug info for printed functions.Bernhard Schommer2019-04-161-1/+4
* Reworked range entries.Bernhard Schommer2019-04-161-29/+44
* Relax requirement for ranges for compilation unit.Bernhard Schommer2019-04-161-1/+1
* Reverted reintroduced quote of compilation dir.Bernhard Schommer2017-09-191-2/+2
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-2/+2
* Better fix for problems with quoting in files.Bernhard Schommer2017-03-201-2/+2
* Quote directory for comp_dir entry.Bernhard Schommer2017-03-201-2/+2
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-241-1/+1
* More verbose dwarf.Bernhard Schommer2016-12-071-2/+2
* Reset all Hashtbls.Bernhard Schommer2016-11-251-9/+10
* macosx needs all strings in degub_str.Bernhard Schommer2016-10-251-1/+2
* Pass range info to the children.Bernhard Schommer2016-10-251-1/+2
* Added sizetyp for subarray bounds. Fix 19894Bernhard Schommer2016-09-221-18/+40
* Added an interface file for DebugInformation.Bernhard Schommer2016-03-181-24/+26
* Code cleanup.Bernhard Schommer2016-03-101-1/+1
* More unique debug types.Bernhard Schommer2016-01-141-10/+10
* Added now option to control debug output.Bernhard Schommer2015-11-161-17/+20
* Do not enforce locations for function parameters.Bernhard Schommer2015-11-101-1/+3
* Merge branch 'master' of git+ssh://ssh.absint.com/common/repositories/git/too...Michael Schmidt2015-11-061-2/+2
|\
| * Do not print parameter names in function types.Bernhard Schommer2015-11-061-2/+2
* | bug 17567, typosMichael Schmidt2015-11-061-2/+2
|/
* New option to control the debug information build.Bernhard Schommer2015-11-041-3/+8
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-50/+96
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-19/+24
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-37/+37
* Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-131-399/+450
* Remove unused members from debug types.Bernhard Schommer2015-10-131-6/+0
* Use a more descriptive type for diab debug entries.Bernhard Schommer2015-10-121-1/+8
* Fast fix for functions in different sections in one compilation unit for gcc.Bernhard Schommer2015-10-061-4/+8
* Use rev_map so that the debug locations are in the correct order.Bernhard Schommer2015-10-021-1/+1
* First try of debug information for gcc.Bernhard Schommer2015-10-021-6/+22
* Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-021-44/+48
* Moved the types defined by the Debug Interface into a separate file.Bernhard Schommer2015-10-011-0/+2
* Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-011-1/+1
* Only print locations for symbols that are present in the assembler.Bernhard Schommer2015-10-011-1/+5
* Remove unused globals also from the debug informations.Bernhard Schommer2015-10-011-2/+2
* More robust dwarf generation. Do not add incomplete local variablesBernhard Schommer2015-09-301-13/+29
* Avoid problem with implict declarations.Bernhard Schommer2015-09-301-1/+0
* More fixes for the DebugInformation.Bernhard Schommer2015-09-291-0/+1
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-47/+69
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-16/+22
* Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-26/+62
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-15/+46
* Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-1/+0
* Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-3/+13