summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* libdwfl: Search for Linux kernel binaries with compression file name suffixes.Roland McGrath2011-02-111-0/+5
* libdwfl: Use the section-end address as the synchronization point, rather tha...Roland McGrath2011-02-011-0/+3
* libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs.Roland McGrath2011-02-011-0/+3
* libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP.Roland McGrath2011-02-011-0/+5
* libdwfl: Rejigger address synchronization using .gnu.prelink_undo information.Roland McGrath2011-01-111-0/+8
* libdwfl: Enhance address_sync calculation to handle more prelink permutations.Roland McGrath2011-01-051-0/+7
* dwfl_module_relocations: Remove over-eager assert.Roland McGrath2010-11-301-0/+4
* libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg...Roland McGrath2010-11-121-0/+48
* Add dwfl_dwarf_line, addr2line -F to print out more line info bits.Roland McGrath2010-08-241-0/+5
* Don't suppress full file names found in core-file link_map.Roland McGrath2010-08-181-0/+5
* libdwfl: Fix debuginfo search when dwfl_build_id_find_debuginfo closes fd on ...Roland McGrath2010-06-301-0/+2
* libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd...Roland McGrath2010-06-301-0/+6
* Handle reading .debug_types section.Roland McGrath2010-06-161-0/+4
* libdwfl: Ignore debuginfo-path hits that find the main file again.Roland McGrath2010-06-141-0/+7
* Fix some libdwfl bias calculations.Roland McGrath2010-05-201-0/+9
* Fix /proc/kallsyms grovelling.Roland McGrath2010-05-191-0/+4
* libdwfl: Another segment lookup table nit.Roland McGrath2010-05-061-0/+2
* libdwfl: Refuse to fall back to an ELF file opened by name when that mismatch...Roland McGrath2010-05-061-0/+14
* Use [pie] rather than [dso] for unnamed modules that are PIEs.Roland McGrath2010-05-041-2/+4
* dwfl_segment_report_module: Fix jump-start of NDX-finding loop.Roland McGrath2010-05-041-0/+3
* Fix libdwfl segment table management.Roland McGrath2010-05-041-0/+4
* dwfl_link_map_report: Handle PIE-generated core.Roland McGrath2010-05-041-0/+3
* Fix dwfl_core_file_report return value when link_map failed after sniffing su...Roland McGrath2010-05-041-0/+6
* libdwfl: Treat R_*_NONE reloc as no reloc.Roland McGrath2010-04-261-0/+6
* Prevent infinite iteration on link_map list clobbered into circularity.Roland McGrath2010-04-141-0/+5
* Fix auxv scanning in core-file grokking.Roland McGrath2010-04-061-0/+5
* Export dwfl_core_file_report.Roland McGrath2010-03-111-0/+7
* Fix core file grovelling to skip all segments covered by the last module.Roland McGrath2010-02-171-0/+7
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-151-0/+2
* Fix uninitialized variable in error case.Roland McGrath2010-02-151-0/+5
* Always set bias in dwfl_module_dwarf_cfi() and dwfl_module_eh_cfi().Mark Wielaard2010-02-021-0/+5
* Use elf_getphdrnum in libdw and libdwfl.Roland McGrath2010-01-071-0/+7
* libdwfl: Handle SHN_COMMON symbols in ET_REL.Roland McGrath2010-01-061-0/+5
* libdwfl: Skip relocation on empty or SHT_NOBITS sections.Roland McGrath2009-11-161-0/+4
* Load ahead core file chunk only if the area is vaddr-contiguousupstream/pmachata/dwfl_core_file_reportPetr Machata2009-11-131-0/+5
* Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure.Roland McGrath2009-11-051-0/+1
* Ignore link_map entries with l_ld==0.Roland McGrath2009-11-051-0/+4
* image-header.c (__libdw_image_header): Fix tranposed comparison.Roland McGrath2009-09-041-0/+4
* Rewrite kernel image support: use calculation instead of brute force, support...Roland McGrath2009-08-271-0/+14
* libdwfl: Support LZMA kernel images.Roland McGrath2009-08-261-0/+5
* libdwfl: Support automatic decompression of files in XZ format.Roland McGrath2009-08-261-0/+7
* Fix bzip2 support for non-mmap case.Roland McGrath2009-08-261-0/+2
* libdwfl: Support Linux bzip2 kernel images for automatic decompression.Roland McGrath2009-08-261-0/+5
* New macros for symbol versioning definitions, use them for libdw convenience ...Roland McGrath2009-08-091-0/+4
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-081-1/+9
* Reorder some libdwflP.h struct members for optimal packing.Roland McGrath2009-07-081-0/+4
* __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf.Mark Wielaard2009-06-181-0/+4
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-131-0/+6
* Avoid symbol versioning unless building code for DSO.Ulrich Drepper2009-04-231-0/+5
* Fix relocation when symbols are resolved in non-ET_REL modules.Roland McGrath2009-04-221-0/+3