aboutsummaryrefslogtreecommitdiffstats
path: root/debug/DebugTypes.mli
Commit message (Collapse)AuthorAgeFilesLines
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-241-0/+1
| | | | | Anonymous members no longer are printed in the debug information. Fix 20798
* Added an interface file for DebugInformation.Bernhard Schommer2016-03-181-0/+20
| | | | | | The interface hides the implementation details, like the huge number of Hashtbls from the rest of the implementatio. Bug 18394
* More unique debug types.Bernhard Schommer2016-01-141-8/+8
| | | | | | The typdef, enumerator and function_type types form the DebugTypes and DwarfTypes shared a some fields. This commits renames them in order to make them more unique and avoid potential name clashes.
* bug 17567, typosMichael Schmidt2015-11-061-1/+1
|
* Updated PR by removing whitespaces. Bug 17450.Bernhard Schommer2015-10-201-3/+3
|
* Moved the types defined by the Debug Interface into a separate file.Bernhard Schommer2015-10-011-0/+160