libdwfl: Fix and test aux_sym address_sync with relocated ELF
[platform/upstream/elfutils.git] / libdwfl / ChangeLog
2013-11-18 Josh Stonelibdwfl: Fix and test aux_sym address_sync with relocat...
2013-11-14 Jan KratochvilCode cleanup: Remove const in prototype
2013-11-14 Jan KratochvilFix dwfl_attach_state machine->elf
2013-11-13 Jan KratochvilProvide __libdwfl_module_getsym to get dwfl_file *
2013-11-13 Jan KratochvilFix dwfl_module_addrsym for minidebuginfo
2013-11-07 Jan KratochvilUnwinder for x86*.
2013-11-07 Jan Kratochvildwfl_core_file_report: Remove the use of MAX.
2013-11-07 Jan Kratochvildwfl_core_file_report: Fix a regression of dwfl_core_fi...
2013-11-07 Jan Kratochvildwfl_core_file_report: Fix core files for re-prelink...
2013-11-07 Jan Kratochvildwfl_core_file_report: Code cleanup: Reindentation.
2013-10-30 Jan KratochvilFix executable_for_core for non-dwfl_standard_argp
2013-10-22 Mark Wielaardlibdwfl: Don't report and abort on non-file mappings...
2013-09-12 Mark Wielaardlibdwfl: Fix memory leak in cu.c on bad DWARF.
2013-09-12 Mark Wielaardlibdwfl: proc_maps_report should not fclose the given...
2013-09-12 Mark WielaardFix typo in dwfl_module_getdwarf.c (find_symtab).
2013-08-26 Mark Wielaardlibdwfl/linux-kernel-modules.c (report_kernel): Pass...
2013-07-25 Jan KratochvilFix run-unstrip-n.sh regression on CentOS-5 ppc.
2013-07-23 Jan Kratochvil__libdwfl_elf_address_range: Add missing internal_funct...
2013-07-23 Jan KratochvilFix false match of non-build-id disk library to build...
2013-07-19 Jan Kratochvil__libdwfl_find_elf_build_id: Add missing internal_funct...
2013-07-08 Mark WielaardDon't assert on mod->e_type in __libdwfl_relocate_value.
2013-06-05 Mark Wielaardlibdwfl: link_map.c (report_r_debug) always release...
2013-05-30 Jan KratochvilUse DT_DEBUG library search first.
2013-05-05 Jan KratochvilAdd parameter add_p_vaddr to dwfl_report_elf.
2013-04-27 Mark Wielaardlibdwfl/link_map.c: #include system.h.
2013-04-26 Jan KratochvilUnify {BE,LE}{32,64} in lib/system.h.
2013-04-26 Mark WielaardUpdates for Automake 1.13.
2013-03-20 Jan KratochvilFix dwfl_report_elf BASE alignment
2013-03-12 Mark Wielaardlibdw and libdwfl srcfiles and srclines fixes for parti...
2013-02-22 Mark Wielaardlibdwfl: Try opening files all installed compression...
2013-02-10 Mark Wielaardlibdwfl: Use actual file names in parse_opt failure...
2013-01-30 Jan Kratochvillibdwfl/
2013-01-23 Mark Wielaardlibdwfl: Support auxiliary symbol table only for getsym...
2013-01-22 Mark Wielaardlibdwfl: Add minisymtab support.
2013-01-07 Roland McGrathdwfl_link_map_report: Handle unaligned auxv data.
2012-12-11 Mark WielaardFix two failure condition checks in libdwfl/linux-kerne...
2012-11-29 Jan Kratochvillibdwfl/
2012-11-20 Jan Kratochvillibdwfl/
2012-10-17 Jan Kratochvillibdwfl/
2012-10-17 Jan Kratochvillibdwfl/
2012-10-10 Roland McGrathMerge branch 'jankratochvil/vdso-bias'
2012-10-10 Jan Kratochvillibdwfl/
2012-10-10 Jan Kratochvillibdwfl/
2012-10-01 Mark Wielaardcu.c (cudie_offset): Don't use type_sig8, it might...
2012-10-01 Mark Wielaardderelocate.c (find_section): Check next section exists...
2012-08-07 Petr MachataImplement support for archives with 64-bit symbol table
2012-03-28 Roland McGrathRHBZ#805447: Fix core file grokking for case of truncat...
2011-12-02 Roland McGrathFix elf_from_remote_memory for ELFCLASS64 case.
2011-11-01 Mark WielaardUse index of first global symbol to speed up dwfl_modul...
2011-10-31 Mark Wielaarddwfl_module_addrsym update sizeless_sym only if closer...
2011-10-23 Roland McGrathMerge branch 'roland/maintainer-gendis'
2011-10-20 Mark Wielaardderelocate.c (cache_sections): Intern mod->reloc_info...
2011-07-09 Roland McGrathClean up byte order handling in md5 and sha1 code.
2011-04-11 Mark WielaardFix libdwfl compile issue in case none of the compressi...
2011-03-09 Roland McGrathlibdwfl: Clear errno before using its ambient value.
2011-02-11 Roland McGrathlibdwfl: Search for Linux kernel binaries with compress...
2011-02-02 Roland McGrathlibdwfl: Use the section-end address as the synchroniza...
2011-02-02 Roland McGrathlibdwfl: Discover PT_INTERP p_vaddr separately from...
2011-02-02 Roland McGrathlibdwfl: Fix prelink address_sync to find 64-bit PT_INTERP.
2011-01-11 Roland McGrathlibdwfl: Rejigger address synchronization using .gnu...
2011-01-05 Roland McGrathlibdwfl: Enhance address_sync calculation to handle...
2010-12-01 Roland McGrathdwfl_module_relocations: Remove over-eager assert.
2010-11-13 Roland McGrathlibdwfl: Revamp bias bookkeeping, account correctly...
2010-08-24 Roland McGrathAdd dwfl_dwarf_line, addr2line -F to print out more...
2010-08-18 Roland McGrathDon't suppress full file names found in core-file link_map.
2010-06-30 Roland McGrathlibdwfl: Fix debuginfo search when dwfl_build_id_find_d...
2010-06-30 Roland McGrathlibdwfl: Fix Linux kernel module search when dwfl_build...
2010-06-21 Roland McGrathMerge branch 'roland/debug_types'
2010-06-16 Roland McGrathHandle reading .debug_types section.
2010-06-14 Roland McGrathlibdwfl: Ignore debuginfo-path hits that find the main...
2010-05-20 Roland McGrathFix some libdwfl bias calculations.
2010-05-20 Roland McGrathFix /proc/kallsyms grovelling.
2010-05-06 Roland McGrathlibdwfl: Another segment lookup table nit.
2010-05-06 Roland McGrathlibdwfl: Refuse to fall back to an ELF file opened...
2010-05-05 Roland McGrathUse [pie] rather than [dso] for unnamed modules that...
2010-05-05 Roland McGrathdwfl_segment_report_module: Fix jump-start of NDX-findi...
2010-05-05 Roland McGrathFix libdwfl segment table management.
2010-05-05 Roland McGrathdwfl_link_map_report: Handle PIE-generated core.
2010-05-04 Roland McGrathFix dwfl_core_file_report return value when link_map...
2010-04-26 Roland McGrathlibdwfl: Treat R_*_NONE reloc as no reloc.
2010-04-14 Roland McGrathPrevent infinite iteration on link_map list clobbered...
2010-04-06 Petr MachataMerge remote branch 'origin/pmachata/576283'
2010-04-06 Roland McGrathFix auxv scanning in core-file grokking.
2010-03-11 Roland McGrathExport dwfl_core_file_report.
2010-02-17 Roland McGrathFix core file grovelling to skip all segments covered...
2010-02-15 Roland McGrathClean up and consolidate automake magic to reduce dupli...
2010-02-15 Roland McGrathFix uninitialized variable in error case.
2010-02-02 Mark WielaardAlways set bias in dwfl_module_dwarf_cfi() and dwfl_mod...
2010-01-08 Roland McGrathUse elf_getphdrnum in libdw and libdwfl.
2010-01-06 Roland McGrathlibdwfl: Handle SHN_COMMON symbols in ET_REL.
2009-11-17 Roland McGrathlibdwfl: Skip relocation on empty or SHT_NOBITS sections.
2009-11-12 Petr MachataLoad ahead core file chunk only if the area is vaddr...
2009-11-05 Roland McGrathUse dwfl_addrmodule for l_ld lookup, don't bail on...
2009-11-05 Roland McGrathIgnore link_map entries with l_ld==0.
2009-09-04 Roland McGrathimage-header.c (__libdw_image_header): Fix tranposed...
2009-08-27 Roland McGrathRewrite kernel image support: use calculation instead...
2009-08-26 Roland McGrathlibdwfl: Support LZMA kernel images.
2009-08-26 Roland McGrathlibdwfl: Support automatic decompression of files in...
2009-08-26 Roland McGrathFix bzip2 support for non-mmap case.
2009-08-26 Roland McGrathlibdwfl: Support Linux bzip2 kernel images for automati...
next