summaryrefslogtreecommitdiffstats
path: root/dwarflint/tables.cc
Commit message (Collapse)AuthorAgeFilesLines
* dwarflint: Rename tables.* to dwarf_version.*Petr Machata2010-10-071-601/+0
|
* dwarflint: Introduce dwarf_version::extendPetr Machata2010-10-071-352/+87
| | | | | | - Drop support for parental version in std_dwarf, implement the same via the extension mechanism - Drop the huge #if 0 that has been there for about a year or so
* dwarflint: Make DWARF attributes objects, tooPetr Machata2010-10-061-190/+237
|
* dwarflint: Add form::storage_classPetr Machata2010-10-061-21/+52
|
* dwarflint: Minor adjustments in tables.ccPetr Machata2010-10-061-31/+30
| | | | | - After some experimenting with different ways of defining form classes, I'm back to the original code.
* dwarflint: Remove dwarf_version::form_widthPetr Machata2010-10-061-71/+73
| | | | - and a bunch of changes in dwarf_version internals
* dwarflint: Make a bunch of internal types related to dwarf_version publicPetr Machata2010-10-061-244/+194
|
* dwarflint: Use dwarf_version::form_width in check_debug_infoPetr Machata2010-10-061-92/+42
|
* dwarflint: Revamping dwarf tablesPetr Machata2010-10-051-118/+281
| | | | | | | - forms are now objects. The idea being they know how big they are, how to relocate them, perhaps they might know how to extract value from stream. The goal here is to concetrate all the form-related knowledge to a sigle place. It now passes the suite, but is not really done yet.
* dwarflint: Getting rid of compat C bindingsPetr Machata2010-09-221-26/+7
|
* dwarflint: More moving stuff aroundPetr Machata2010-09-211-0/+11
|
* dwarflint: Add missing copyright noticesPetr Machata2010-08-271-0/+25
|
* Move dwarflint to separate directoryPetr Machata2010-08-181-0/+707