summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add check_self_referential_die pass to dwarflint.upstream/mjw/check_self_referential_dieMark Wielaard2011-03-172-0/+87
* Merge branch 'dwarf' of ssh://git.fedorahosted.org/git/elfutils into dwarfPetr Machata2011-03-175-228/+222
|\
| * Workaround weird (buggy) self referential DW_AT_containing_type case.Mark Wielaard2011-03-161-1/+9
| * Add reference chain cycle detection.Mark Wielaard2011-03-161-7/+28
| * Calculate reference hash before finalizing, store in die_info.Mark Wielaard2011-03-161-3/+63
| * Add get_die_info to references, use for hash calculation.Mark Wielaard2011-03-161-16/+15
| * Never recalculate local hash, always reuse die_info stored one.Mark Wielaard2011-03-161-1/+1
| * Fetch local hash from pending or finalized entry die. Use it in attr_value.Mark Wielaard2011-03-161-4/+12
| * Don't finalize entries on first go, just create and store die_info for them.Mark Wielaard2011-03-161-17/+24
| * Calculate local_hash only on finalizing entry, store in die_info.Mark Wielaard2011-03-161-87/+66
| * Add local hash for children_types.Mark Wielaard2011-03-161-3/+22
| * Add local_hash to attributes_type and use it for die hash.Mark Wielaard2011-03-161-6/+35
| * Turn copier::entry into a value_reference so what_space works on it.Mark Wielaard2011-03-161-1/+1
| * Introduce local_hash for dwarf_output debug_info_die.Mark Wielaard2011-03-161-13/+46
| * Add the *info () hack in dwarf_output, so we can rely on it for now.Mark Wielaard2011-03-161-0/+6
| * DW_AT_*_file is allowed to be zero, meaning "no file".Mark Wielaard2011-03-162-3/+20
| * Remove unused output-shape from dwarf_output collector.Mark Wielaard2011-03-163-193/+1
* | dwarflint: Better validation of .debug_line table header lengthPetr Machata2011-03-175-7/+33
|/
* dwarflint: Replace over-zealous assert with a warningPetr Machata2011-03-143-3/+12
* dwarflint: Fix "die chain not terminated by a null entry" for CU DIEPetr Machata2011-03-104-10/+11
* dwarflint: Missing DW_LNE_end_sequence OK in empty line number programPetr Machata2011-03-106-22/+21
* dwarflint: Fix last-die-has-sibling-attr message, don't let such to high-levelPetr Machata2011-03-103-4/+17
* dwarflint: Detect and diagnose empty CUPetr Machata2011-03-101-4/+8
* dwarflint: Check that CU DIE has stmt_list if children have decl_filePetr Machata2011-03-093-4/+15
* dwarflint: Properly diagnose DW_AT_sibling with value of 0Petr Machata2011-03-093-2/+23
* dwarflint: Fix attribute and form validation in .debug_abbrev and .debug_infoPetr Machata2011-03-098-56/+68
* dwarflint: Fix a SEGV for invalid address size in CU headerPetr Machata2011-03-096-22/+53
* dwarflint: Clarify error message when CU headers can't be parsedPetr Machata2011-03-091-2/+4
* dwarflint: Check that there's enough data for .debug_line opcodePetr Machata2011-03-095-8/+29
* dwarflint: Don't let sibling address mismatches to high-levelPetr Machata2011-03-083-1/+6
* dwarflint: Don't let unterminated strings in .debug_str to high-levelPetr Machata2011-03-081-4/+9
* dwarflint: We should not let the abbrev code 0 propagate upPetr Machata2011-03-082-1/+10
* dwarflint: Update TODOPetr Machata2011-03-081-0/+7
* dwarflint: Fix the check that DIE chains are terminated with null entryPetr Machata2011-03-083-9/+17
* dwarflint: Put the --dump-offsets option to the right groupPetr Machata2011-03-081-5/+5
* dwarflint: Fix iteration over low-level attributesPetr Machata2011-03-083-3/+7
* dwarflint: Fail low-level cases if toplevel CU DIE has wrong tagPetr Machata2011-03-073-5/+20
* dwarflint: Check that the name of relocated section is validPetr Machata2011-03-073-3/+11
* dwarflint: More thorough checking of Dw4Ch7.5 (toplevel CU DIE)Petr Machata2011-03-071-6/+18
* dwarflint: Rename readctx.{c,h} to .{cc,hh}Petr Machata2011-03-076-11/+11
* dwarflint: A note in TODOPetr Machata2011-03-071-0/+7
* dwarflint: Add Mark's test case for the previous commitPetr Machata2011-03-073-1/+322
* dwarflint: Check for excess DIEs on top levelPetr Machata2011-03-071-4/+10
* dwarflint: Drop useless variable prev_abbrev in check_debug_infoPetr Machata2011-03-071-2/+0
* dwarflint: Publish the option --dump-offsetsPetr Machata2011-03-042-2/+3
* dwarflint: Add Mark's test casesPetr Machata2011-03-036-4/+531
* dwarflint: Be lazy when looking into CU headers for check_debug_abbrevPetr Machata2011-03-033-10/+24
* dwarflint: Fix all-dies-itPetr Machata2011-03-035-31/+128
* dwarflint: Fail check_debug_info test if serious error turns upPetr Machata2011-03-022-32/+16
* dwarflint: Check that the relocation is formed using a defined symbolPetr Machata2011-03-011-0/+8