aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Collapse)AuthorAgeFilesLines
...
| * Set structure declaration field to None.Bernhard Schommer2015-09-071-4/+4
| | | | | | | | | | In the case of a structure definition we do not need to set the structure declaration field set to false.
* | New version of adding scopes etc.Bernhard Schommer2015-09-203-15/+62
| | | | | | | | | | Instead of reimplementing the whole scope handling in the debug information use the existing functionality and fill the scopes explicitly in the functions.
* | Started implementing the scope for the Debug Informations.Bernhard Schommer2015-09-184-12/+105
| | | | | | | | | | | | Scopes will be handled by a stack of all open scopes. This stack then can also be used to generate the debug directives to track the scopes through the rest of the passes.
* | First version with computation of dwarf info from debug info.Bernhard Schommer2015-09-178-617/+357
| | | | | | | | | | Introduced a new dwarf generation from the information collected in the DebugInformation and removed the old CtODwarf translation.
* | Move more functionality in the new interface.Bernhard Schommer2015-09-165-27/+59
| | | | | | | | | | | | Added functions to add more information to the debuging interface, like the struct layout with offsets, bitifiled layout and removed the no longer needed mapping from stamp to atom.
* | Add the debug interface file.Bernhard Schommer2015-09-164-12/+176
| | | | | | | | | | | | | | | | The new file Debug.ml contains the interface for generating and printing debug information. In order to generate debug information the init function initializes the necessary functions depending on the -g flag. If the -g is not there all functions are dummy functions which do nothing.
* | Further function to add debug information.Bernhard Schommer2015-09-151-31/+67
| | | | | | | | | | Added the rest of the global declarations and started adding functions to fill in the missing information about struct and union fields etc.
* | 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
| | | | | | | | | | | | The insert_type function add types by adding their subtypes. Also currently the structs or unions are added as empty skeletopn and later during filled during the inserting of the declarations.
* | Started implementing the typ insert methods.Bernhard Schommer2015-09-112-50/+99
| | | | | | | | | | | | In contrast to CtoDwarf this time we use the name to identify everything. To make this work we print the full identifier with stamp to avoid the problems with anonymous structs and unions.
* | 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
| | | | | | | | This reverts commit 861292a6c5e58b4f78bef207c717b801b3fc1fed.
* | Startet implementation of new Debug interface.Bernhard Schommer2015-09-063-1/+88
| | | | | | | | | | | | Added a new file debug/Debug.ml which will be the interface between for generating and printing the debuging information. Currently it contains only the code for the line directived.
* | Added the abbreviation for symbol constants.Bernhard Schommer2015-08-261-0/+1
| |
* | Merge branch 'master' into debug_locationsBernhard Schommer2015-08-262-21/+31
|\| | | | | | | | | | | | | Conflicts: debug/CtoDwarf.ml debug/DwarfPrinter.ml debug/DwarfTypes.mli
| * Fixed abbreviation of DW_TAG_formal_parameter.Bernhard Schommer2015-08-251-1/+1
| | | | | | | | | | | | Dwarf debuging entries for formal parameters were printed as variables. This could lead to confusion in function pointer types and later with local variables.
| * Fixed error in handling of anonymous struct/union/enum types.Bernhard Schommer2015-08-241-8/+15
| | | | | | | | Composite types should be always handled by the composite_type_info table and not by the normal type table.
| * 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
| | | | | | | | This reverts commit b4846ffadfa3fbb73ffa7d9c43e5218adeece8da.
| * Do not add subsize tag to array types without size such as flexible array ↵Bernhard Schommer2015-08-231-10/+14
| | | | | | | | members.
* | 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 ↵Bernhard Schommer2015-07-241-2/+2
| | | | subroutines.
* Allow forward declarations of structure and union types in the debug ↵Bernhard Schommer2015-07-033-14/+52
| | | | information.
* 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 ↵Bernhard Schommer2015-07-011-1/+1
| | | | separate file.
* 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 ↵Bernhard Schommer2015-03-301-316/+417
| | | | attributes to avoid duplications.
* 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 ↵Bernhard Schommer2015-03-262-8/+26
| | | | transformations.
* Added missing functions for printing the structs and unions. Still missing ↵Bernhard Schommer2015-03-243-18/+135
| | | | printing of packed structs.
* 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 ↵Bernhard Schommer2015-03-163-156/+293
| | | | global target dependend option to activate the printing only for targets wher it works.
* 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
| | | | printing for printing the line directives without forcing the assembler to generate debug information.
* Renamed the printer module for the Abbreviations and deactivated adding the ↵Bernhard Schommer2014-12-021-17/+5
| | | | -g option to the assembler.
* 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 ↵Bernhard Schommer2014-11-122-294/+346
| | | | print the debug info.