aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unified function for adding the atom identifier.Bernhard Schommer2015-10-124-27/+24
* Filled in the rest of the funciton needed for thte debug info under arm.Bernhard Schommer2015-10-091-1/+1
* Reset all Hashtables.Bernhard Schommer2015-10-081-1/+5
* Fast fix for functions in different sections in one compilation unit for gcc.Bernhard Schommer2015-10-063-6/+23
* Ensure that there are file directives for all files used in the debugBernhard Schommer2015-10-044-7/+18
* Use rev_map so that the debug locations are in the correct order.Bernhard Schommer2015-10-021-1/+1
* Merge branch 'gnu-debug'Bernhard Schommer2015-10-027-73/+148
|\
| * First try of debug information for gcc.Bernhard Schommer2015-10-027-30/+88
| * Started implementation of gnu compatible debug information.Bernhard Schommer2015-10-024-48/+65
* | Add also all files for local variables.Bernhard Schommer2015-10-021-0/+1
* | Always call print debug_section in the prologue.Bernhard Schommer2015-10-021-1/+1
|/
* Moved the types defined by the Debug Interface into a separate file.Bernhard Schommer2015-10-013-146/+163
* Cleanup of now no longer needed functions.Bernhard Schommer2015-10-011-1/+0
* Use also fucntion id for local variables since atom is not unique.Bernhard Schommer2015-10-014-21/+21