aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Added functions for printing of the abbreviations.Bernhard Schommer2014-11-112-3/+17
|
* Generalised functionality for the printing of the abbreviations.Bernhard Schommer2014-11-111-0/+266
|
* Added more functions to print the abbreviations.Bernhard Schommer2014-11-061-72/+47
|
* More functions for printing the abbreviations.Bernhard Schommer2014-10-311-44/+40
|
* Started implementing functions to compute the abbreviations for the diab ↵Bernhard Schommer2014-10-291-6/+6
| | | | compiler.
* Added the type information to the global information stored for each atom.Bernhard Schommer2014-10-271-1/+4
|
* Added more functionality to DwarfUtil.Bernhard Schommer2014-10-241-0/+39
|
* Added a file for utility functions on the Dwarf types.Bernhard Schommer2014-10-232-42/+66
|
* Added type for all tags.Bernhard Schommer2014-10-211-1/+22
|
* Fixed smaller mistakes.Bernhard Schommer2014-10-211-8/+7
|
* Removed more not needed attributes.Bernhard Schommer2014-10-201-92/+32
|
* Removed more not needed attributes from the tag types.Bernhard Schommer2014-10-171-19/+50
|
* Started revising the tag types to only include attributes which are actually ↵Bernhard Schommer2014-10-151-17/+10
| | | | used debuggers.
* Added the rest of the type for the tags mentioned in appendix 1 of the dwarf ↵Bernhard Schommer2014-10-151-1/+56
| | | | 2 standard.
* Added more types.Bernhard Schommer2014-10-141-0/+125
|
* Added a file containing definitions for the types used to store the debug ↵Bernhard Schommer2014-10-131-0/+121
information. The types follow the Current Attributes by Tag Value in Appendix 1 of the Dwarf 2 standard.