aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Expand)AuthorAgeFilesLines
...
| * Set structure declaration field to None.Bernhard Schommer2015-09-071-4/+4
* | New version of adding scopes etc.Bernhard Schommer2015-09-203-15/+62
* | Started implementing the scope for the Debug Informations.Bernhard Schommer2015-09-184-12/+105
* | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-178-617/+357
* | Move more functionality in the new interface.Bernhard Schommer2015-09-165-27/+59
* | Add the debug interface file.Bernhard Schommer2015-09-164-12/+176
* | 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
* | Implemented insert_type function and started implementing add declaration.Bernhard Schommer2015-09-141-13/+206
* | Started implementing the typ insert methods.Bernhard Schommer2015-09-112-50/+99
* | Started implementing the types needed for storing the debug information.Bernhard Schommer2015-09-112-1/+110
* | Revert "Startet implementation of new Debug interface."Bernhard Schommer2015-09-103-88/+1
* | Startet implementation of new Debug interface.Bernhard Schommer2015-09-063-1/+88
* | Added the abbreviation for symbol constants.Bernhard Schommer2015-08-261-0/+1
* | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-262-21/+31
|\|
| * Fixed abbreviation of DW_TAG_formal_parameter.Bernhard Schommer2015-08-251-1/+1
| * Fixed error in handling of anonymous struct/union/enum types.Bernhard Schommer2015-08-241-8/+15
| * 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-233-9/+2
| * Do not add subsize tag to array types without size such as flexible array me...Bernhard Schommer2015-08-231-10/+14
* | Added symbol functions for printing of the location for global variables.Bernhard Schommer2015-08-213-24/+24
|/
* Added support for the location of non static global variables.Bernhard Schommer2015-08-183-2/+9
* Swapped high and low pc in the printing of the debug information for subrouti...Bernhard Schommer2015-07-241-2/+2
* Allow forward declarations of structure and union types in the debug informat...Bernhard Schommer2015-07-033-14/+52
* Do not search for high and low pc of inlined functions.Bernhard Schommer2015-07-022-4/+12
* Allow Anonymous structs, unions and enums in debug info.Bernhard Schommer2015-07-023-18/+18
* Add bulitin typedes during C to dwarf translation.Bernhard Schommer2015-07-021-6/+9
* Removed the version from the compcert.ini file and add it again in a separate...Bernhard Schommer2015-07-011-1/+1
* Changed the producer tag to include more information.Bernhard Schommer2015-05-181-1/+2
* Merged PrintAnnot into PrintAsmaux.Bernhard Schommer2015-05-141-1/+1
* Print all files ever encountered in the filenum.Bernhard Schommer2015-04-011-0/+1
* Added more comments and fixed issue in DwarfPrinter.mliBernhard Schommer2015-03-303-10/+21
* Refactored code, added comments and changed handling of types with attributes...Bernhard Schommer2015-03-301-316/+417
* Refactored the DwarfPrinter and added comments.Bernhard Schommer2015-03-301-106/+80
* Compute the size of structs using the result of the packing and bitfield tran...Bernhard Schommer2015-03-262-8/+26
* Added missing functions for printing the structs and unions. Still missing pr...Bernhard Schommer2015-03-243-18/+135
* Added translation fucntion for declarations and fundefinitions.Bernhard Schommer2015-03-234-69/+148
* Activating the printing of the debug information for supported architecture.Bernhard Schommer2015-03-192-9/+32
* Added function to convert C types into their dwarf represnation.Bernhard Schommer2015-03-184-24/+203
* Added file for the translation of the C Ast to Dwarf debugging information.Bernhard Schommer2015-03-162-7/+18
* Added printers for the rest of the possible tags.Bernhard Schommer2015-03-162-14/+76
* Started implementing the printing functions for the debug info. Added a globa...Bernhard Schommer2015-03-163-156/+293
* Started integrating the debug printing in the common backend_printer.Bernhard Schommer2015-03-113-152/+96
* Starting to remove the seperate printers for each backend.Bernhard Schommer2015-02-022-8/+105
* Started implementation of printing the dwarf entries.Bernhard Schommer2014-12-152-11/+15
* Changed the d1line and d1file to d2line and d2file and prologue and epilogue ...Bernhard Schommer2014-12-041-1/+1
* Renamed the printer module for the Abbreviations and deactivated adding the -...Bernhard Schommer2014-12-021-17/+5
* Removed compile error and added dummy function for the printing of entries.Bernhard Schommer2014-11-172-8/+9
* More functionality for the Printer.Bernhard Schommer2014-11-141-1/+4
* Moved abbreviation printer into a seperate file. The printer should also prin...Bernhard Schommer2014-11-122-294/+346