2011-03-31 |
Mark Wielaard | dwarflint: check_range_out_of_scope only check location... mjw/location-range |
commit | commitdiff | tree |
2011-03-31 |
Mark Wielaard | dwarflint: Allow DW_AT_ranges with const form, as gnu... |
commit | commitdiff | tree |
2011-03-30 |
Mark Wielaard | dwarflint: check_debug_abbrev.cc (load_debug_abbrev... |
commit | commitdiff | tree |
2011-03-30 |
Mark Wielaard | dwarflint: Add GNU_call attributes and tags to expected... |
commit | commitdiff | tree |
2011-03-30 |
Mark Wielaard | Add DW_AT_GNU_call attributes to dwarf-knowledge.cc. |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | dwarflint: Add filtering of duplicate messages |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | dwarflint: Drop wr_warning |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | dwarflint: Drop the "cat" function, use operator| instead |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | Merge branch 'pmachata/dwarflint' into dwarf |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | dwarflint: Rewrite check_duplicate_DW_tag_variable... |
commit | commitdiff | tree |
2011-03-28 |
Petr Machata | dwarflint: Add check_die_tree pass for generic per... |
commit | commitdiff | tree |
2011-03-24 |
Mark Wielaard | Merge branch 'mjw/call_site' into dwarf |
commit | commitdiff | tree |
2011-03-23 |
Petr Machata | Merge branch 'dwarf' of ssh://git.fedorahosted.org... |
commit | commitdiff | tree |
2011-03-23 |
Petr Machata | dwarflint: Tolerate attributes from all DWARF versions... |
commit | commitdiff | tree |
2011-03-23 |
Mark Wielaard | Add support for low-level dwarflint checks for call_sit... mjw/call_site |
commit | commitdiff | tree |
2011-03-23 |
Mark Wielaard | Copy master readelf.c dwarf_tag/attr_string changes... |
commit | commitdiff | tree |
2011-03-23 |
Mark Wielaard | Merge branch 'master' into dwarf |
commit | commitdiff | tree |
2011-03-23 |
Mark Wielaard | Add support for call_site and entry_value to dwarf... |
commit | commitdiff | tree |
2011-03-22 |
Petr Machata | dwarflint: Only add range to CU DIE coverage if low_pc... |
commit | commitdiff | tree |
2011-03-21 |
Petr Machata | dwarflint: Fix reporting of CU x arange mismatch |
commit | commitdiff | tree |
2011-03-19 |
Petr Machata | dwarflint: Check that operand of DW_LNE_set_address... |
commit | commitdiff | tree |
2011-03-19 |
Petr Machata | dwarflint: Do the ET_REL layout starting on address > 0 |
commit | commitdiff | tree |
2011-03-18 |
Mark Wielaard | dwarlint check_debug_line.cc DW_LNS_advance_line takes... |
commit | commitdiff | tree |
2011-03-18 |
Petr Machata | dwarflint: DW_AT_high_pc always has to be >= DW_AT_low_pc |
commit | commitdiff | tree |
2011-03-18 |
Petr Machata | dwarflint: Also cover DW_AT_low_pc == DW_AT_high_pc... |
commit | commitdiff | tree |
2011-03-18 |
Petr Machata | dwarflint: Catch and report exceptions thrown in checks |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Add a check for DW_AT_low_pc > DW_AT_high_pc |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Support DW_AT_high_pc that is constant,... |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | Merge branch 'dwarf' of ssh://git.fedorahosted.org... |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Extract "local function" out of the method |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Add a test case for check_self_referential_die |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | Merge remote-tracking branch 'origin/mjw/check_self_ref... |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Fix message filtering |
commit | commitdiff | tree |
2011-03-17 |
Mark Wielaard | Workaround all self referential ref values, not just... |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: More thorough validation of ELF sections |
commit | commitdiff | tree |
2011-03-17 |
Mark Wielaard | Add check_self_referential_die pass to dwarflint. mjw/check_self_referential_die |
commit | commitdiff | tree |
2011-03-17 |
Petr Machata | dwarflint: Check that .shstrtab is sound |
commit | commitdiff | tree |
2011-03-16 |
Petr Machata | Merge branch 'dwarf' of ssh://git.fedorahosted.org... |
commit | commitdiff | tree |
2011-03-16 |
Petr Machata | dwarflint: Better validation of .debug_line table heade... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Workaround weird (buggy) self referential DW_AT_contain... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Add reference chain cycle detection. |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Calculate reference hash before finalizing, store in... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Add get_die_info to references, use for hash calculation. |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Never recalculate local hash, always reuse die_info... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Fetch local hash from pending or finalized entry die... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Don't finalize entries on first go, just create and... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Calculate local_hash only on finalizing entry, store... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Add local hash for children_types. |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Add local_hash to attributes_type and use it for die... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Turn copier::entry into a value_reference so what_space... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Introduce local_hash for dwarf_output debug_info_die. |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Add the *info () hack in dwarf_output, so we can rely... |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | DW_AT_*_file is allowed to be zero, meaning "no file". |
commit | commitdiff | tree |
2011-03-16 |
Mark Wielaard | Remove unused output-shape from dwarf_output collector. |
commit | commitdiff | tree |
2011-03-14 |
Petr Machata | dwarflint: Replace over-zealous assert with a warning |
commit | commitdiff | tree |
2011-03-11 |
Mark Wielaard | Add new ebl_check_st_other_bits function. mpolacek/autotest |
commit | commitdiff | tree |
2011-03-10 |
Petr Machata | dwarflint: Fix "die chain not terminated by a null... |
commit | commitdiff | tree |
2011-03-10 |
Petr Machata | dwarflint: Missing DW_LNE_end_sequence OK in empty... |
commit | commitdiff | tree |
2011-03-10 |
Petr Machata | dwarflint: Fix last-die-has-sibling-attr message, don... |
commit | commitdiff | tree |
2011-03-10 |
Roland McGrath | Cosmetic cleanup for new test. |
commit | commitdiff | tree |
2011-03-10 |
Petr Machata | Reject requests for abbreviation with code 0 |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Detect and diagnose empty CU |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Check that CU DIE has stmt_list if children... |
commit | commitdiff | tree |
2011-03-09 |
Roland McGrath | Alpha backend: accept any _GLOBAL_OFFSET_TABLE_ value. |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | Check for truncated section in dwarf_child. |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Properly diagnose DW_AT_sibling with value... |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Fix attribute and form validation in .debug_... |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Fix a SEGV for invalid address size in CU... |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Clarify error message when CU headers can... |
commit | commitdiff | tree |
2011-03-09 |
Roland McGrath | libdwfl: Clear errno before using its ambient value. |
commit | commitdiff | tree |
2011-03-09 |
Petr Machata | dwarflint: Check that there's enough data for .debug_li... |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Don't let sibling address mismatches to... |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Don't let unterminated strings in .debug_str... |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: We should not let the abbrev code 0 propagate up |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Update TODO |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Fix the check that DIE chains are terminated... |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Put the --dump-offsets option to the right... |
commit | commitdiff | tree |
2011-03-08 |
Petr Machata | dwarflint: Fix iteration over low-level attributes |
commit | commitdiff | tree |
2011-03-07 |
Marek Polacek | New test for dwarf_getstring. |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Fail low-level cases if toplevel CU DIE... |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Check that the name of relocated section... |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: More thorough checking of Dw4Ch7.5 (toplevel... |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Rename readctx.{c,h} to .{cc,hh} |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: A note in TODO |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Add Mark's test case for the previous commit |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Check for excess DIEs on top level |
commit | commitdiff | tree |
2011-03-07 |
Petr Machata | dwarflint: Drop useless variable prev_abbrev in check_d... |
commit | commitdiff | tree |
2011-03-04 |
Petr Machata | dwarflint: Publish the option --dump-offsets |
commit | commitdiff | tree |
2011-03-03 |
Roland McGrath | Merge branch 'master' of ssh://git.fedorahosted.org... |
commit | commitdiff | tree |
2011-03-03 |
Petr Machata | dwarflint: Add Mark's test cases |
commit | commitdiff | tree |
2011-03-03 |
Petr Machata | dwarflint: Be lazy when looking into CU headers for... |
commit | commitdiff | tree |
2011-03-03 |
Petr Machata | dwarflint: Fix all-dies-it |
commit | commitdiff | tree |
2011-03-02 |
Petr Machata | dwarflint: Fail check_debug_info test if serious error... |
commit | commitdiff | tree |
2011-03-01 |
Petr Machata | dwarflint: Check that the relocation is formed using... |
commit | commitdiff | tree |
2011-03-01 |
Petr Machata | dwarflint: More checks on invalid section indices in... |
commit | commitdiff | tree |
2011-03-01 |
Petr Machata | dwarflint: Extract the relocation logic itself to a... |
commit | commitdiff | tree |
2011-03-01 |
Petr Machata | Fix handling of invalid relocs |
commit | commitdiff | tree |
2011-02-27 |
Jan Kratochvil | Fix readelf --debug-dump=loc crash on multiple input... |
commit | commitdiff | tree |
2011-02-25 |
Mark Wielaard | BUILT_RPATH vs BUILD_RPATH fixup. |
commit | commitdiff | tree |
2011-02-25 |
Petr Machata | Nits |
commit | commitdiff | tree |
next |