aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DwarfTypes.mli
Commit message (Expand)AuthorAgeFilesLines
* Added base address if needed.Bernhard Schommer2020-02-061-8/+17
* Reworked range entries.Bernhard Schommer2019-04-161-2/+4
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-241-1/+1
* More verbose dwarf.Bernhard Schommer2016-12-071-1/+1
* Use 64 bit address in debug information.Bernhard Schommer2016-11-101-0/+1
* Added sizetyp for subarray bounds. Fix 19894Bernhard Schommer2016-09-221-1/+1
* Code cleanup.Bernhard Schommer2016-03-101-2/+1
* bug 17567, typosMichael Schmidt2015-11-061-1/+1
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-161-4/+8
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-151-6/+8
* More verbose debug printer.Bernhard Schommer2015-10-141-2/+26
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-141-3/+3
* Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-131-38/+44
* Remove unused members from debug types.Bernhard Schommer2015-10-131-5/+0
* Use a more descriptive type for diab debug entries.Bernhard Schommer2015-10-121-1/+10
* Fast fix for functions in different sections in one compilation unit for gcc.Bernhard Schommer2015-10-061-1/+1
* First try of debug information for gcc.Bernhard Schommer2015-10-021-4/+5
* Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-021-1/+7
* Cleanup of now no longer needed functions.Bernhard Schommer2015-10-011-1/+0
* Change the way the debug sections are printed.Bernhard Schommer2015-09-281-7/+9
* Added location for the formal parameters and move the end of allBernhard Schommer2015-09-281-0/+1
* Added printing the reference address for the LocRef and started refactoring oldBernhard Schommer2015-09-271-34/+0
* Added translation of the range lists to location entries.Bernhard Schommer2015-09-251-0/+1
* Added support for the locations of stack allocated local variables.Bernhard Schommer2015-09-251-8/+18
* Record the scope structure during unblocking.Bernhard Schommer2015-09-221-2/+2
* Merge branch 'debugscopes' into debug_locationsBernhard Schommer2015-09-211-0/+1
|\
| * Various changes in the debug printer.Bernhard Schommer2015-09-071-0/+1
| * Revert "Added support for the location of non static global variables."Bernhard Schommer2015-08-231-1/+0
* | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-171-9/+13
* | Move more functionality in the new interface.Bernhard Schommer2015-09-161-1/+0
* | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-211-6/+9
|/
* Added support for the location of non static global variables.Bernhard Schommer2015-08-181-0/+1
* Allow forward declarations of structure and union types in the debug informat...Bernhard Schommer2015-07-031-1/+1
* Do not search for high and low pc of inlined functions.Bernhard Schommer2015-07-021-1/+1
* Allow Anonymous structs, unions and enums in debug info.Bernhard Schommer2015-07-021-3/+3
* Added more comments and fixed issue in DwarfPrinter.mliBernhard Schommer2015-03-301-1/+2
* Added missing functions for printing the structs and unions. Still missing pr...Bernhard Schommer2015-03-241-4/+5
* Added translation fucntion for declarations and fundefinitions.Bernhard Schommer2015-03-231-5/+16
* Added function to convert C types into their dwarf represnation.Bernhard Schommer2015-03-181-0/+259