aboutsummaryrefslogtreecommitdiffstats
path: root/debug/Debug.ml
Commit message (Expand)AuthorAgeFilesLines
* 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