summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dwarflint: ref_record is now template parametrized by locus typepmachata/dwarflintPetr Machata2011-04-1913-122/+85
* dwarflint: Add comments to locus.hh, simple_locus helpers now in namespacePetr Machata2011-04-199-40/+99
* dwarflint: where.* -> locus.*, drop locus::nextPetr Machata2011-04-1911-32/+18
* dwarflint: Publish cudie_locus, create arange_locus, drop wherePetr Machata2011-04-195-279/+88
* dwarflint: Drop WHERE from check_debug_linePetr Machata2011-04-182-46/+56
* dwarflint: More conversions from WHERE to locusPetr Machata2011-04-1813-116/+100
* dwarflint: ReindentPetr Machata2011-04-181-150/+149
* dwarflint: Extract check_pub_structural from the template classPetr Machata2011-04-182-14/+22
* dwarflin: loc_range_locus instead of WHEREsPetr Machata2011-04-187-43/+70
* dwarflint: where.h -> where.hhPetr Machata2011-04-1810-13/+13
* dwarflint: Add cu_locus, die_locus, use throughout, drop to_wherePetr Machata2011-04-1832-135/+259
* dwarflint: Add clonable_locus template for easier implementation of lociPetr Machata2011-04-186-51/+18
* dwarflint: Fix what seems like malformed alignment testPetr Machata2011-04-141-13/+10
* dwarflint: Drop support for .debug_abbrev and .debug_str from WHEREPetr Machata2011-04-143-9/+6
* Merge branch 'dwarf' into pmachata/dwarflintPetr Machata2011-04-1418-38/+411
|\
| * dwarflint: Add duplicate filtering also for C (non-stream based) wr_messages.Mark Wielaard2011-04-131-2/+6
| * dwarflint: new check_die_line_info die check.Mark Wielaard2011-04-133-0/+146
| * dwarflint: new check_die_decl_call.cc die_check.Mark Wielaard2011-04-132-0/+114
| * Add elfutils::dwarf::attribute_type::find_integrate ().Mark Wielaard2011-04-122-19/+29
| * dwarflint: check_dups_abstract_origin use wr_message id for filtering dups.Mark Wielaard2011-04-111-0/+1
| * dwarflint: Don't assert in check_debug_info can trigger an assert.Mark Wielaard2011-04-115-6/+68
| * Run elflint and dwarflint on c++ programs.Mark Wielaard2011-04-112-0/+4
| * Merge branch 'default_dups' into dwarfMark Wielaard2011-04-093-4/+12
| |\
| | * dwarflint: Default to --dups=16.Mark Wielaard2011-04-083-4/+12
| * | dwarflint: check_dups_abstract_origin more specific and add member variables.Mark Wielaard2011-04-091-5/+22
| * | dwarflint: anonymous typedef unions also can have linkage_name extension.Mark Wielaard2011-04-082-2/+5
| * | dwarflint: GNU upper_bound is allowed to also be a block (dwarf3 in dwarf2).Mark Wielaard2011-04-081-0/+4
| |/
* | dwarflint: Abbrevs and abbrev attribs have a dedicated locus typePetr Machata2011-04-147-102/+234
* | dwarflint: Fix file list at locstat_SOURCESPetr Machata2011-04-141-0/+1
* | dwarflint: Drop obsolete 'extern "C"' at readctx.hhPetr Machata2011-04-141-8/+0
* | dwarflint: Simplify the interface of addr_recordPetr Machata2011-04-135-32/+24
* | dwarflint: Drop section_id::rel_*Petr Machata2011-04-139-63/+106
* | dwarflint: Drop sec_locexpr, make loci clonablePetr Machata2011-04-1312-65/+139
* | dwarflint: where_reset_* now do trivial dispatch to where::reset_*Petr Machata2011-04-132-14/+28
* | dwarflint: Drop WIPE, add more ctors throughoutPetr Machata2011-04-1315-57/+74
* | dwarflint: Initialize whole abbrev/abbrev_attrib instead of just the wherePetr Machata2011-04-132-10/+25
* | dwarflint: Revamp where, step 1Petr Machata2011-04-1221-534/+637
|/
* Merge branch 'dwarf' of git://git.fedorahosted.org/git/elfutils into dwarfMark Wielaard2011-04-0827-287/+172
|\
| * dwarflint: Simplify formatting of wheresPetr Machata2011-04-081-55/+42
| * Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfPetr Machata2011-04-081-28/+38
| |\
| * | dwarflint: Drop checkdescriptor::{prereq,inherit}Petr Machata2011-04-0826-232/+130
* | | dwarflint: check_linkage_external_die keep symbol table and double check.Mark Wielaard2011-04-081-11/+132
* | | dwarflint: expected-at GNU extension for anonymous typedef structs and enums.Mark Wielaard2011-04-081-0/+2
* | | dwarflint: check_dups_abstract_origin allow subprogram defined outside body.Mark Wielaard2011-04-081-0/+9
| |/ |/|
* | Merge branch 'dwarf' of git://git.fedorahosted.org/git/elfutils into dwarfMark Wielaard2011-04-089-178/+226
|\ \ | |/
| * Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfPetr Machata2011-04-071-0/+1
| |\
| * | dwarflint: More support for message tresholds and composed messagesPetr Machata2011-04-078-167/+209
| * | dwarflint: Use stream operations for wr_form_leb128_messagesPetr Machata2011-04-071-4/+4
| * | dwarflint: Convert WHERE to a functionPetr Machata2011-04-071-7/+13
* | | Turn check_dups_abstract_origin into a die_check class.Mark Wielaard2011-04-071-26/+27