aboutsummaryrefslogtreecommitdiffstats
path: root/debug/CtoDwarf.ml
Commit message (Expand)AuthorAgeFilesLines
* Fixed error in handling of anonymous struct/union/enum types.Bernhard Schommer2015-08-241-8/+15
* Revert "Added support for the location of non static global variables."Bernhard Schommer2015-08-231-1/+1
* Do not add subsize tag to array types without size such as flexible array me...Bernhard Schommer2015-08-231-10/+14
* Added support for the location of non static global variables.Bernhard Schommer2015-08-181-1/+1
* Allow forward declarations of structure and union types in the debug informat...Bernhard Schommer2015-07-031-11/+49
* Allow Anonymous structs, unions and enums in debug info.Bernhard Schommer2015-07-021-9/+9
* Add bulitin typedes during C to dwarf translation.Bernhard Schommer2015-07-021-6/+9
* Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-1/+1
* Print all files ever encountered in the filenum.Bernhard Schommer2015-04-011-0/+1
* Refactored code, added comments and changed handling of types with attributes...Bernhard Schommer2015-03-301-316/+417
* Compute the size of structs using the result of the packing and bitfield tran...Bernhard Schommer2015-03-261-8/+17
* Added missing functions for printing the structs and unions. Still missing pr...Bernhard Schommer2015-03-241-7/+122
* Added translation fucntion for declarations and fundefinitions.Bernhard Schommer2015-03-231-46/+112
* Activating the printing of the debug information for supported architecture.Bernhard Schommer2015-03-191-1/+19
* Added function to convert C types into their dwarf represnation.Bernhard Schommer2015-03-181-1/+167
* Added file for the translation of the C Ast to Dwarf debugging information.Bernhard Schommer2015-03-161-0/+18