aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfPrinter.ml
Commit message (Expand)AuthorAgeFilesLines
* Added base address if needed.Bernhard Schommer2020-02-061-20/+25
* Compatibility with OCaml 4.08 (#302)Xavier Leroy2019-07-081-2/+2
* Fix misspellings in messages, man pages, and commentsXavier Leroy2019-05-311-1/+1
* Simplified offset printing.Bernhard Schommer2019-04-161-2/+3
* Reworked range entries.Bernhard Schommer2019-04-161-8/+23
* Various improvements in the wording of diagnostics.Michael Schmidt2018-08-021-1/+1
* No verbose debug info in default mode.Bernhard Schommer2017-07-141-5/+17
* Better fix for problems with quoting in files.Bernhard Schommer2017-03-201-2/+2
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-241-2/+2
* More verbose dwarf.Bernhard Schommer2016-12-071-1/+3
* Reset all Hashtbls.Bernhard Schommer2016-11-251-1/+4
* Do not use hardcoded register number for sp.Bernhard Schommer2016-11-251-10/+10
* Use 64 bit address in debug information.Bernhard Schommer2016-11-101-19/+22
* Added sizetyp for subarray bounds. Fix 19894Bernhard Schommer2016-09-221-2/+2
* Code cleanup.Bernhard Schommer2016-03-101-8/+3
* Sort strings in the debug_str section.Bernhard Schommer2015-12-041-0/+1
* New option to control the debug information build.Bernhard Schommer2015-11-041-2/+4
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-5/+22
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-23/+34
* More verbose debug printer.Bernhard Schommer2015-10-141-195/+201
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-4/+4
* Changed the type of the debug sections with additional string.Bernhard Schommer2015-10-131-3/+4
* Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-131-33/+43
* Remove unused members from debug types.Bernhard Schommer2015-10-131-10/+0
* Use a more descriptive type for diab debug entries.Bernhard Schommer2015-10-121-11/+7
* Filled in the rest of the funciton needed for thte debug info under arm.Bernhard Schommer2015-10-091-1/+1
* Fast fix for functions in different sections in one compilation unit for gcc.Bernhard Schommer2015-10-061-1/+14
* First try of debug information for gcc.Bernhard Schommer2015-10-021-12/+33
* Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-021-2/+5
* Use different entry_to_label mapping for each compilation unit.Bernhard Schommer2015-10-011-3/+20
* Also add the rest to the producer tag.Bernhard Schommer2015-09-301-1/+2
* Removed newline in version string and add buildnr and tag if existing toBernhard Schommer2015-09-301-1/+6
* More fixes for the DebugInformation.Bernhard Schommer2015-09-291-7/+2
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-29/+28
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-2/+4
* Changed the size expression to 2byte for debug_loc entries.Bernhard Schommer2015-09-281-1/+18
* Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-7/+7
* Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-1/+10
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-16/+59
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-6/+6
* Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-211-3/+5
|\
| * Various changes in the debug printer.Bernhard Schommer2015-09-071-6/+7
* | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-27/+25
* | Move more functionality in the new interface.Bernhard Schommer2015-09-161-4/+0
* | Added the abbreviation for symbol constants.Bernhard Schommer2015-08-261-0/+1
* | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-261-3/+2
|\|
| * Fixed abbreviation of DW_TAG_formal_parameter.Bernhard Schommer2015-08-251-1/+1
| * Also change the order of high and low pc in the compilation unit tag.Bernhard Schommer2015-08-241-1/+1
| * Revert "Added support for the location of non static global variables."Bernhard Schommer2015-08-231-7/+1
* | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-211-10/+10
|/