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