]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
2009-03-26  Petr MachataUse newly-available --depth from dwarf-print in the... pmachata/dwarf
2009-03-26  Petr MachataMerge branch 'dwarf' into pmachata/dwarf
2009-03-26  Roland McGrathAdd output limiting to dwarf-print test.
2009-03-25  Petr Machata<dwarf>: Different way to test the iterator fix
2009-03-25  Petr Machata<dwarf>: Don't swallow last attribute
2009-03-25  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-03-25  Roland McGrathtemplate tweaks for known-dwarf.h lookup, new dwarf...
2009-03-25  Roland McGrathMove some generic stuff to subr.hh
2009-03-24  Roland McGrathClean up build hacks for libdw C++ code, still kludged...
2009-03-24  Petr Machatadwarflint: Suppress pubtypes messages even if we are...
2009-03-24  Petr Machatadwarflint: Report "address range with no base address...
2009-03-24  Petr Machatadwarflint: Fix computation of offset of abbreviation...
2009-03-24  Petr Machatadwarflint: Fix computation of offsets in location expre...
2009-03-23  Petr Machatadwarflint: Width of DW_LNE_set_address depends on 64...
2009-03-20  Petr Machatadwarflint: Fix read_ctx_read_form, it returned false...
2009-03-20  Petr Machatadwarflint: Only report "cause by this" messages when...
2009-03-20  Petr Machatadwarflint: Fix reporting of .debug_abbrev unnecessary...
2009-03-20  Petr Machatadwarflint: Fix handling of DW_LNE_end_sequence
2009-03-20  Petr Machatadwarflint: Better handling of empty line programs
2009-03-20  Petr Machatadwarflint: Fix reporting of .debug_line table address
2009-03-20  Petr Machatadwarflint: Fix loading of opcode length table, check...
2009-03-16  Petr Machatadwarflint: Fix coverage map endpoint computation
2009-03-16  Petr Machatadwarflint: Fix SEGV in marking invalid directory as...
2009-03-13  Petr MachataFix 32-bit compilation
2009-03-13  Petr Machatadwarflint: When --nohl is given, don't run check_matchi...
2009-03-12  Petr Machatadwarflint: Be more descriptive about error in relocatio...
2009-03-12  Petr Machatadwarflint: More tools for message filtering
2009-03-12  Petr Machatadwarflint: Use a macro to initialize structures
2009-03-05  Petr Machatadwarflint: Re-tag categories of some messages
2009-03-05  Petr Machatadwarflint: Better message filtering system
2009-03-05  Petr Machatadwarflint: fixes in reporting in check_line_structural
2009-03-05  Petr Machatadwarflint: Improve error messages in check_read_[us...
2009-03-05  Petr Machatadwarflint: Fix a buglet in wr_format_leb128_message
2009-03-05  Petr Machatadwarflint: Add --nohl switch that turns off high-level...
2009-03-04  Petr Machatadwarflint: Check references from .debug_info to .debug_line
2009-03-04  Petr Machatadwarflint: Fix the way wr_message_padding_n0 gets called
2009-03-04  Petr Machatadwarflint: Check sub_ctx instead of ctx when deciding...
2009-03-03  Petr Machatadwarflint: Validate DW_AT_stmt_list and record referenc...
2009-03-03  Petr Machatadwarflint: Describe the field that lacks a relocation
2009-02-28  Petr Machatadwarflint: Validate opcode stream in .debug_line
2009-02-28  Petr Machatadwarflint: Keep whether the elf file is 64-bit in struc...
2009-02-27  Petr Machatadwarflint: Check for unused include directories in...
2009-02-27  Petr Machatadwarflint: checking headers of .debug_line
2009-02-27  Petr Machatadwarflint: rename wr_checked_read_sleb128 to checked_re...
2009-02-27  Petr Machatadwarflint: new function read_ctx_read_str
2009-02-27  Petr Machatarelocation_skip_rest only takes section_data parameter now
2009-02-27  Petr MachataSimplify some code
2009-02-27  Petr MachataDrop read_ctx_read_version, implement supported_version...
2009-02-27  Roland McGrathTrack containing DIE tag in C++ reader attr_value inter...
2009-02-25  Petr MachataCatch exceptions around value space operations
2009-02-25  Petr MachataCheck for expected value space of attributes
2009-02-25  Petr MachataMove expected_at_map to file of its own, drop acceptabl...
2009-02-20  Petr MachataAllow DW_AT_artificial at DW_TAG_variable
2009-02-20  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-02-20  Petr MachataCheck optional/expected/required attributes
2009-02-20  Petr MachataMake dwarfstrings.h usable from C++ by hiding the imple...
2009-02-20  Roland McGrathMerge commit 'elfutils-0.140' into dwarf
2009-02-19  Petr MachataAlways report relocation errors with offset
2009-02-19  Petr MachataStore relocations in own data structure
2009-02-19  Petr MachataCheck relocations in .debug_aranges
2009-02-19  Petr MachataPass string table into process_file
2009-02-18  Petr MachataDrop unnecessary function arguments at process_file
2009-02-18  Petr MachataReport relocation offset as soon as we know it
2009-02-18  Petr MachataDifferentiate between completely invalid and 8/16-bit...
2009-02-18  Petr MachataHandle DW_AT_entry_pc when deciding what the reloc...
2009-02-18  Petr MachataAccept SHN_COMMON relocations
2009-02-18  Petr MachataFix formatting of where formed as sec_rel of sec_locexpr
2009-02-18  Petr MachataFix operation of reloc functions when relocation data...
2009-02-18  Petr MachataDrop unnecessary function arguments at relocate_one
2009-02-18  Petr MachataChecking relocations of .debug_pubnames and .debug_pubtypes
2009-02-18  Petr MachataDrop unnecessary function arguments
2009-02-18  Petr MachataBits
2009-02-17  Petr MachataNew class hl_ctx for storing information useful across...
2009-02-16  Ulrich Drepper0.140 release. elfutils-0.140
2009-02-16  Petr MachataCheck DW_OP_addr relocations
2009-02-16  Petr MachataFix free of literal string
2009-02-16  Petr MachataFix an invalid read inside free'd (realloc error)
2009-02-16  Petr MachataWarn if some location seems to lack a relocation
2009-02-16  Petr MachataPass elf_file down into check_debug_info_structural
2009-02-16  Petr MachataRename relocation_data.elf to relocation_data.file
2009-02-16  Petr MachataCheck that both relocs' symbols of address range have...
2009-02-16  Petr MachataImprove relocation handling
2009-02-16  Petr MachataRelocate location expression blocks
2009-02-16  Petr MachataFix checking of relocations of .debug_loc, .debug_ranges
2009-02-16  Petr MachataBetter diagnostics for range overlaps
2009-02-15  Roland McGrathFix last commit.
2009-02-15  Roland McGrathHandle attribute tag GNU_Power_ABI_Struct_Return.
2009-02-13  Petr MachataCheck for relocations of unreferenced portions of ...
2009-02-13  Petr MachataConsider relocations below ELF_T_HALF and DW_FORM_data2...
2009-02-13  Petr MachataReplace assert with error message
2009-02-13  Roland McGrathFix build_id vaddr calculation for ET_REL modules.
2009-02-12  Petr MachataSort location/range references before checking
2009-02-12  Petr MachataChecking relocations in .debug_loc, .debug_ranges
2009-02-11  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-02-11  Petr MachataChecking relocations in .debug_info
2009-02-11  Roland McGrathtypo
2009-02-11  Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-02-11  Ulrich DrepperDon't write uninitialized data into zeroth section...
2009-02-11  Roland McGrathOmit module sanity checks on offline modules.
2009-02-11  Roland McGrathMerge commit 'origin/master' into dwarf
next