summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use newly-available --depth from dwarf-print in the test casepmachata/dwarfPetr Machata2009-03-263-29/+6
* Merge branch 'dwarf' into pmachata/dwarfPetr Machata2009-03-262-8/+29
|\
| * Add output limiting to dwarf-print test.Roland McGrath2009-03-252-8/+29
* | <dwarf>: Different way to test the iterator fixPetr Machata2009-03-264-126/+30
* | <dwarf>: Don't swallow last attributePetr Machata2009-03-256-4/+172
|/
* Merge branch 'dwarf' of ssh://pmachata@git.fedorahosted.org/git/elfutils into...Petr Machata2009-03-2511-65/+221
|\
| * template tweaks for known-dwarf.h lookup, new dwarf-print test programRoland McGrath2009-03-246-21/+159
| * Move some generic stuff to subr.hhRoland McGrath2009-03-242-42/+42
| * Clean up build hacks for libdw C++ code, still kludged but less so.Roland McGrath2009-03-245-10/+28
* | dwarflint: Suppress pubtypes messages even if we are not in GNU modePetr Machata2009-03-241-3/+2
* | dwarflint: Report "address range with no base address" for all impacted rangesPetr Machata2009-03-241-2/+3
* | dwarflint: Fix computation of offset of abbreviation section addressPetr Machata2009-03-241-1/+1
* | dwarflint: Fix computation of offsets in location expressionsPetr Machata2009-03-241-6/+10
|/
* dwarflint: Width of DW_LNE_set_address depends on 64-bitness of targetPetr Machata2009-03-231-1/+1
* dwarflint: Fix read_ctx_read_form, it returned false for DATA[124] formsPetr Machata2009-03-201-3/+3
* dwarflint: Only report "cause by this" messages when --ref is givenPetr Machata2009-03-201-2/+2
* dwarflint: Fix reporting of .debug_abbrev unnecessary padding offsetsPetr Machata2009-03-201-4/+4
* dwarflint: Fix handling of DW_LNE_end_sequencePetr Machata2009-03-201-4/+1
* dwarflint: Better handling of empty line programsPetr Machata2009-03-201-2/+15
* dwarflint: Fix reporting of .debug_line table addressPetr Machata2009-03-201-1/+1
* dwarflint: Fix loading of opcode length table, check that opcode_base > 0Petr Machata2009-03-201-2/+8
* dwarflint: Fix coverage map endpoint computationPetr Machata2009-03-161-1/+2
* dwarflint: Fix SEGV in marking invalid directory as usedPetr Machata2009-03-161-2/+3
* Fix 32-bit compilationPetr Machata2009-03-131-1/+1
* dwarflint: When --nohl is given, don't run check_matching_ranges, but do run ...Petr Machata2009-03-131-2/+2
* dwarflint: Be more descriptive about error in relocation typePetr Machata2009-03-121-6/+18
* dwarflint: More tools for message filteringPetr Machata2009-03-121-33/+84
* dwarflint: Use a macro to initialize structuresPetr Machata2009-03-121-12/+14
* dwarflint: Re-tag categories of some messagesPetr Machata2009-03-051-17/+19
* dwarflint: Better message filtering systemPetr Machata2009-03-052-75/+222
* dwarflint: fixes in reporting in check_line_structuralPetr Machata2009-03-051-3/+9
* dwarflint: Improve error messages in check_read_[us]leb128Petr Machata2009-03-052-14/+35
* dwarflint: Fix a buglet in wr_format_leb128_messagePetr Machata2009-03-051-1/+1
* dwarflint: Add --nohl switch that turns off high-level checksPetr Machata2009-03-052-2/+14
* dwarflint: Check references from .debug_info to .debug_linePetr Machata2009-03-041-27/+44
* dwarflint: Fix the way wr_message_padding_n0 gets calledPetr Machata2009-03-041-13/+19
* dwarflint: Check sub_ctx instead of ctx when deciding if header has overrunPetr Machata2009-03-041-2/+2
* dwarflint: Validate DW_AT_stmt_list and record references to .debug_linePetr Machata2009-03-031-72/+107
* dwarflint: Describe the field that lacks a relocationPetr Machata2009-03-031-18/+23
* dwarflint: Validate opcode stream in .debug_linePetr Machata2009-02-281-30/+240
* dwarflint: Keep whether the elf file is 64-bit in struct elf_filePetr Machata2009-02-281-2/+3
* dwarflint: Check for unused include directories in .debug_linePetr Machata2009-02-271-4/+18
* dwarflint: checking headers of .debug_linePetr Machata2009-02-272-2/+248
* dwarflint: rename wr_checked_read_sleb128 to checked_read_sleb128Petr Machata2009-02-271-4/+4
* dwarflint: new function read_ctx_read_strPetr Machata2009-02-271-7/+15
* relocation_skip_rest only takes section_data parameter nowPetr Machata2009-02-271-9/+14
* Simplify some codePetr Machata2009-02-271-4/+6
* Drop read_ctx_read_version, implement supported_version insteadPetr Machata2009-02-271-36/+44
* Track containing DIE tag in C++ reader attr_value interface.Roland McGrath2009-02-263-7/+15
* Catch exceptions around value space operationsPetr Machata2009-02-251-10/+19