aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.mli
Commit message (Expand)AuthorAgeFilesLines
* Print only debug info for printed functions.Bernhard Schommer2019-04-161-2/+2
* Removed the open AST.Bernhard Schommer2017-02-061-6/+5
* Code cleanup.Bernhard Schommer2016-03-101-1/+1
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-031-0/+2
* bug 17567, typosMichael Schmidt2015-11-041-1/+1
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-8/+4
* Reworked the section interface for the debug information.Bernhard Schommer2015-10-141-10/+11
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-1/+1
* Changed definition of implem for debug information.Bernhard Schommer2015-10-121-32/+32
* Unified function for adding the atom identifier.Bernhard Schommer2015-10-121-4/+2
* Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-2/+4
* First try of debug information for gcc.Bernhard Schommer2015-10-021-2/+6
* Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-011-6/+6
* Only print locations for symbols that are present in the assembler.Bernhard Schommer2015-10-011-0/+2
* Remove unused globals also from the debug informations.Bernhard Schommer2015-10-011-0/+2
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-2/+8
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-0/+2
* More refactoring of the Debug Information.Bernhard Schommer2015-09-271-1/+29
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-3/+5
* Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-0/+7
* Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-1/+1
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-2/+3
* New version of adding scopes etc.Bernhard Schommer2015-09-201-1/+3
* Started implementing the scope for the Debug Informations.Bernhard Schommer2015-09-181-0/+2
* First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-0/+3
* Move more functionality in the new interface.Bernhard Schommer2015-09-161-3/+5
* Add the debug interface file.Bernhard Schommer2015-09-161-0/+23