]> git.ipfire.org Git - thirdparty/elfutils.git/shortlog
thirdparty/elfutils.git
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  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-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-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 McGrathMerge commit 'origin/master' into dwarf
2009-02-11  Roland McGrathRemove assert depending on confluence of guesses withou...
2009-02-11  Roland McGrathMerge branch 'dwarf' of ssh://git.fedorahosted.org...
2009-02-10  Petr MachataMore work on relocation
2009-02-10  Ulrich DrepperFix crash in libdw with empty input files.
2009-02-10  Petr MachataFix SEGV on absence of relocation data
2009-02-10  Petr MachataBetter diagnostics for relocation checking; a couple...
2009-02-10  Petr MachataSome reloc handling in .debug_info
2009-02-10  Petr MachataCheck ultimate form, not a form stored at abbreviation...
2009-02-10  Petr MachataOnly initialize coverage map if we want to find holes...
2009-02-10  Petr MachataMove some code around
2009-02-09  Petr MachataIsolated validation of REL/RELA sections
2009-02-07  Roland McGrathMerge commit 'origin/master' into dwarf
2009-02-06  Ulrich DrepperAlso fix output for DW_CFA_val_expression.
2009-02-06  Ulrich DrepperRemove commented-out call in readelf.
2009-02-06  Ulrich DrepperFix DW_CFA_expression output in readelf.
2009-02-06  Ulrich DrepperYet more label fixes in readelf output of debug_info.
2009-02-06  Ulrich DrepperMinor code cleanups in objdump.
2009-02-06  Ulrich DrepperMerge branch 'master' of ssh://git.fedorahosted.org...
2009-02-06  Ulrich DrepperMinor output problems in readelf debug_info section...
2009-02-06  Ulrich DrepperDocument possible ld problem.
2009-02-05  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-02-05  Petr MachataTurn off hole-finder for coverage maps
2009-02-05  Petr MachataUnaligned rangeptr pointers deserve message with impact...
2009-02-04  Roland McGrathComments
2009-02-04  Roland McGrathFix dwarf::ranges::const_iterator::operator* end-case...
2009-02-04  Roland McGrathRevert "Handle it specially when dwarf_ranges returns 1"
2009-02-04  Petr MachataIn .debug_{loc, ranges} validator, report messages...
2009-02-04  Petr MachataAdd --ref option that turns on reference reporting...
2009-02-04  Petr MachataRange checking for .debug_loc and .debug_ranges
2009-02-04  Petr MachataRewrite some code in coverage_map_found_hole
2009-02-03  Petr MachataReorganize coverage map handling
2009-02-03  Petr MachataDo the .debug_loc and .debug_ranges validation after...
2009-02-02  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-02-02  Petr MachataSomehow I managed to overlook this...
2009-02-02  Petr MachataUse sorted container to do the comparisons
2009-02-02  Petr MachataImplement check for ranges/aranges mismatch
2009-02-02  Petr MachataFix a bug and make some errors not showstoppers in...
2009-02-02  Petr Machataconst-correctify output and where formatting functions
2009-02-02  Petr MachataHandle it specially when dwarf_ranges returns 1
2009-02-02  Ulrich DrepperBetter spacing in objdump output for relocation sections.
2009-02-02  Roland McGrathImplement attribute values in dwarf_edit.
2009-02-02  Ulrich DrepperReduce common code in objdump.
2009-02-02  Roland McGrathVarious fixes; started location list reader interface.
2009-02-02  Ulrich DrepperPrint symbol offsets in relation list output from objdu...
2009-02-02  Ulrich DrepperDocument possible elf_strptr problem.
2009-02-02  Ulrich DrepperFix argument handling in ar.
2009-02-02  Ulrich DrepperDocument possible optimization in libelf.
2009-02-02  Ulrich DrepperFix error handling in a few programs.
2009-02-01  Roland McGrathMerge commit 'origin/master' into dwarf
2009-02-01  Roland McGrathzip.m4: Fix --with/--without argument handling.
2009-01-31  Petr MachataMerge branch 'dwarf' of ssh://pmachata@git.fedorahosted...
2009-01-31  Petr MachataValidate .debug_aranges overlaps, uncovered parts,...
2009-01-31  Petr MachataFix REALLOC macro
2009-01-31  Petr MachataSplit dwarflint into C and C++ part
2009-01-31  Petr MachataFix formatting of wheres
2009-01-30  Roland McGrathFix container equality tests to handle size mismatch.
2009-01-29  Roland McGrathMerge branch 'dwarf' of ssh://git.fedorahosted.org...
2009-01-29  Petr MachataFill in message formatting info for .debug_ranges
2009-01-29  Petr MachataValidate several location expression opcodes
2009-01-29  Petr MachataFix i386 compilation
2009-01-29  Roland McGrathSafety checks in iterators.
2009-01-29  Roland McGrathC++ reader interface for line info
2009-01-29  Roland McGrathMerge commit 'origin/master' into dwarf
2009-01-29  Roland McGrathFiddle internal type decls for C++ scoping.
2009-01-29  Roland McGrathMerge commit 'origin/master' into dwarf
2009-01-29  Roland McGrath(struct Dwarf_Files_s): Replace dbg field with cu field.
next