aboutsummaryrefslogtreecommitdiffstats
path: root/debug
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.