aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DebugInit.ml
Commit message (Expand)AuthorAgeFilesLines
* Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-131-7/+6
* Simplified DebugInformation interface.Bernhard Schommer2017-02-061-33/+2
* Use quoted strings.Bernhard Schommer2017-01-181-5/+6
* Refactored debugging options.Bernhard Schommer2016-10-141-2/+36
* Activate advanced debug information for arm, ia32.Bernhard Schommer2016-06-281-1/+1
* Added an interface file for DebugInformation.Bernhard Schommer2016-03-181-1/+1
* Code cleanup.Bernhard Schommer2016-03-101-6/+0
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-031-0/+1
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-0/+1
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-8/+9
* Changed definition of implem for debug information.Bernhard Schommer2015-10-121-62/+40
* Unified function for adding the atom identifier.Bernhard Schommer2015-10-121-6/+2
* Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-1/+4
* First try of debug information for gcc.Bernhard Schommer2015-10-021-2/+6
* Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-021-1/+5
* Only print locations for symbols that are present in the assembler.Bernhard Schommer2015-10-011-2/+4
* Remove unused globals also from the debug informations.Bernhard Schommer2015-10-011-2/+4
* Deactivate the debug functions for none advanced targets.Bernhard Schommer2015-09-291-1/+1
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-5/+9
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-2/+5
* More refactoring of the Debug Information.Bernhard Schommer2015-09-271-0/+73