aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DebugInit.ml
Commit message (Collapse)AuthorAgeFilesLines
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-2/+5
| | | | scopes before the last statement.
* More refactoring of the Debug Information.Bernhard Schommer2015-09-271-0/+73
In order to remove unnecessary dependecies the implemenation type is made and the DebugInit file initializes the fields in the record. This allows it to move more functions behind the Debug interface without introducing circular dependencies.