aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Expand)AuthorAgeFilesLines
* Various improvements in the wording of diagnostics.Michael Schmidt2018-08-021-1/+1
* Reverted reintroduced quote of compilation dir.Bernhard Schommer2017-09-191-2/+2
* No verbose debug info in default mode.Bernhard Schommer2017-07-141-5/+17
* Hybrid 64bit/32bit PowerPC portBernhard Schommer2017-05-031-2/+2
* Better fix for problems with quoting in files.Bernhard Schommer2017-03-202-4/+4
* Quote directory for comp_dir entry.Bernhard Schommer2017-03-201-2/+2
* Introduced configuration variable for gnu systems.Bernhard Schommer2017-02-131-7/+6
* Simplified DebugInformation interface.Bernhard Schommer2017-02-063-83/+36
* Remove open AST.Bernhard Schommer2017-02-061-4/+3
* Removed the open AST.Bernhard Schommer2017-02-062-10/+8
* Do not print anonymous member names in debug infoBernhard Schommer2017-01-245-4/+6
* Use quoted strings.Bernhard Schommer2017-01-181-5/+6
* More verbose dwarf.Bernhard Schommer2016-12-073-4/+6
* Compute the correct size of location expressions.Bernhard Schommer2016-12-011-1/+1
* Reset all Hashtbls.Bernhard Schommer2016-11-252-10/+14
* Do not use hardcoded register number for sp.Bernhard Schommer2016-11-251-10/+10
* Use 64 bit address in debug information.Bernhard Schommer2016-11-102-19/+23
* macosx needs all strings in degub_str.Bernhard Schommer2016-10-251-1/+2
* Pass range info to the children.Bernhard Schommer2016-10-251-1/+2
* Refactored debugging options.Bernhard Schommer2016-10-141-2/+36
* Added sizetyp for subarray bounds. Fix 19894Bernhard Schommer2016-09-223-21/+43
* Use asprintf instead of printing to a buffer.Bernhard Schommer2016-07-261-5/+2
* Activate advanced debug information for arm, ia32.Bernhard Schommer2016-06-281-1/+1
* Merge branch 'master' into cleanupBernhard Schommer2016-03-211-10/+0
|\
* | Added an interface file for DebugInformation.Bernhard Schommer2016-03-185-43/+183
* | Code cleanup.Bernhard Schommer2016-03-107-25/+12
|/
* More unique debug types.Bernhard Schommer2016-01-143-26/+26
* Sort strings in the debug_str section.Bernhard Schommer2015-12-041-0/+1
* Fixed regression introduce by merge of PR#69.Bernhard Schommer2015-12-034-0/+16
* Added now option to control debug output.Bernhard Schommer2015-11-161-17/+20
* Do not enforce locations for function parameters.Bernhard Schommer2015-11-101-1/+3
* Merge branch 'master' of git+ssh://ssh.absint.com/common/repositories/git/too...Michael Schmidt2015-11-061-2/+2
|\
| * Do not print parameter names in function types.Bernhard Schommer2015-11-061-2/+2
* | bug 17567, typosMichael Schmidt2015-11-064-11/+11
|/
* New option to control the debug information build.Bernhard Schommer2015-11-042-5/+12
* bug 17567, typosMichael Schmidt2015-11-041-3/+3
* bug 17567, typosMichael Schmidt2015-11-042-2/+2
* Implemented the usage of DW_AT_ranges for non-contiguous address ranges.Bernhard Schommer2015-10-164-59/+127
* First step to implemente address ranges for the gnu backend.Bernhard Schommer2015-10-157-76/+95
* More verbose debug printer.Bernhard Schommer2015-10-143-226/+273
* Reworked the section interface for the debug information.Bernhard Schommer2015-10-143-20/+30
* bug 17392: remove trailing whitespace in source filesMichael Schmidt2015-10-147-78/+78
* Changed the type of the debug sections with additional string.Bernhard Schommer2015-10-131-3/+4
* Implement the usage of the debug_str section for the gcc backend.Bernhard Schommer2015-10-133-470/+537
* Remove unused members from debug types.Bernhard Schommer2015-10-133-21/+0
* Removed unused function.Bernhard Schommer2015-10-131-7/+2
* Changed definition of implem for debug information.Bernhard Schommer2015-10-124-171/+134
* Use a more descriptive type for diab debug entries.Bernhard Schommer2015-10-123-13/+25
* Move strip functions to Cutil.Bernhard Schommer2015-10-121-41/+1
* Do not insert atom to global variable mapping.Bernhard Schommer2015-10-121-18/+1