aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DebugInformation.ml
Commit message (Expand)AuthorAgeFilesLines
* Remove the cparser/Builtins moduleXavier Leroy2019-07-171-1/+1
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-2/+2
* Print only debug info for printed functions.Bernhard Schommer2019-04-161-6/+6
* Avoid generation of empty ranges.Bernhard Schommer2019-04-161-1/+4
* Simplified DebugInformation interface.Bernhard Schommer2017-02-061-0/+33
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-241-0/+1
* Use asprintf instead of printing to a buffer.Bernhard Schommer2016-07-261-5/+2
* Merge branch 'master' into cleanupBernhard Schommer2016-03-211-10/+0
|\
* | Added an interface file for DebugInformation.Bernhard Schommer2016-03-181-18/+30
* | Code cleanup.Bernhard Schommer2016-03-101-4/+4
|/
* More unique debug types.Bernhard Schommer2016-01-141-8/+8
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-031-0/+10
* bug 17567, typosMichael Schmidt2015-11-061-7/+7
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-1/+11
* Reworked the section interface for the debug information.Bernhard Schommer2015-10-141-4/+12
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-29/+29
* Removed unused function.Bernhard Schommer2015-10-131-7/+2
* Changed definition of implem for debug information.Bernhard Schommer2015-10-121-15/+1
* Move strip functions to Cutil.Bernhard Schommer2015-10-121-41/+1
* Do not insert atom to global variable mapping.Bernhard Schommer2015-10-121-18/+1
* Unified function for adding the atom identifier.Bernhard Schommer2015-10-121-11/+17
* Reset all Hashtables.Bernhard Schommer2015-10-081-1/+5
* Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-041-1/+4
* Merge branch 'gnu-debug'Bernhard Schommer2015-10-021-3/+9
|\
| * First try of debug information for gcc.Bernhard Schommer2015-10-021-3/+9
* | Add also all files for local variables.Bernhard Schommer2015-10-021-0/+1
* | Always call print debug_section in the prologue.Bernhard Schommer2015-10-021-1/+1
|/
* Moved the types defined by the Debug Interface into a separate file.Bernhard Schommer2015-10-011-146/+1
* Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-011-11/+11
* Only print locations for symbols that are present in the assembler.Bernhard Schommer2015-10-011-1/+7
* Remove unused globals also from the debug informations.Bernhard Schommer2015-10-011-11/+19
* More robust dwarf generation. Do not add incomplete local variablesBernhard Schommer2015-09-301-1/+1
* Fixed minor issue with parameters that get put on the stack, madeBernhard Schommer2015-09-301-11/+8
* Avoid problem with implict declarations.Bernhard Schommer2015-09-301-3/+18
* More fixes for the DebugInformation.Bernhard Schommer2015-09-291-13/+8
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-2/+23
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-7/+22
* Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-9/+23
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-6/+82
* Added placing labels for live ranges etc.Bernhard Schommer2015-09-241-2/+15
* Also convert the fun stamp + scope id to debug id Hashtable in anBernhard Schommer2015-09-231-4/+6
* Added support for printing local variables and fixed issue with .textBernhard Schommer2015-09-231-3/+5
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-19/+20
* New version of adding scopes etc.Bernhard Schommer2015-09-201-10/+45
* Started implementing the scope for the Debug Informations.Bernhard Schommer2015-09-181-10/+79
* First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-27/+53
* Move more functionality in the new interface.Bernhard Schommer2015-09-161-5/+30
* Add the debug interface file.Bernhard Schommer2015-09-161-10/+48
* Further function to add debug information.Bernhard Schommer2015-09-151-31/+67
* Started adding function information to the debug information.Bernhard Schommer2015-09-151-3/+48