summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* libdwfl/Jan Kratochvil2012-10-102-0/+6
* libdwfl/Jan Kratochvil2012-10-102-7/+31
* cu.c (cudie_offset): Don't use type_sig8, it might not be initialized.Mark Wielaard2012-10-012-1/+10
* derelocate.c (find_section): Check next section exists before accessing it.Mark Wielaard2012-10-012-1/+6
* Implement support for archives with 64-bit symbol tablePetr Machata2012-08-072-2/+7
* Update name, license and contributor policy.Mark Wielaard2012-06-0562-2456/+1178
* Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* RHBZ#805447: Fix core file grokking for case of truncated .dynstrRoland McGrath2012-03-282-2/+13
* Fix elf_from_remote_memory for ELFCLASS64 case.Roland McGrath2011-12-022-4/+10
* Use index of first global symbol to speed up dwfl_module_addrsym search.Mark Wielaard2011-11-014-54/+85
* dwfl_module_addrsym update sizeless_sym only if closer to desired addr.Mark Wielaard2011-10-312-1/+8
* derelocate.c (cache_sections): Intern mod->reloc_info check.Mark Wielaard2011-10-202-5/+12
* Clean up byte order handling in md5 and sha1 code.Roland McGrath2011-07-092-3/+5
* Fix libdwfl compile issue in case none of the compression libraries are there.Mark Wielaard2011-04-112-0/+10
* libdwfl: Clear errno before using its ambient value.Roland McGrath2011-03-082-0/+9
* libdwfl: Search for Linux kernel binaries with compression file name suffixes.Roland McGrath2011-02-112-2/+49
* libdwfl: Use the section-end address as the synchronization point, rather tha...Roland McGrath2011-02-012-9/+24
* libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs.Roland McGrath2011-02-012-9/+34
* libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP.Roland McGrath2011-02-012-2/+7
* libdwfl: Rejigger address synchronization using .gnu.prelink_undo information.Roland McGrath2011-01-113-69/+243
* libdwfl: Enhance address_sync calculation to handle more prelink permutations.Roland McGrath2011-01-053-14/+101
* dwfl_module_relocations: Remove over-eager assert.Roland McGrath2010-11-302-2/+5
* libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA seg...Roland McGrath2010-11-1219-61/+172
* Missing new file for last commit.Roland McGrath2010-08-251-0/+64
* Add dwfl_dwarf_line, addr2line -F to print out more line info bits.Roland McGrath2010-08-243-1/+9
* Don't suppress full file names found in core-file link_map.Roland McGrath2010-08-182-3/+6
* libdwfl: Fix debuginfo search when dwfl_build_id_find_debuginfo closes fd on ...Roland McGrath2010-06-302-1/+3
* Indentation fix.Roland McGrath2010-06-301-2/+2
* libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd...Roland McGrath2010-06-302-1/+7
* Handle reading .debug_types section.Roland McGrath2010-06-162-3/+8
* libdwfl: Ignore debuginfo-path hits that find the main file again.Roland McGrath2010-06-142-2/+31
* Fix some libdwfl bias calculations.Roland McGrath2010-05-203-9/+38
* Fix /proc/kallsyms grovelling.Roland McGrath2010-05-192-34/+37
* libdwfl: Another segment lookup table nit.Roland McGrath2010-05-062-0/+6
* libdwfl: Refuse to fall back to an ELF file opened by name when that mismatch...Roland McGrath2010-05-065-4/+70
* Use [pie] rather than [dso] for unnamed modules that are PIEs.Roland McGrath2010-05-042-3/+11
* dwfl_segment_report_module: Fix jump-start of NDX-finding loop.Roland McGrath2010-05-042-1/+6
* Fix libdwfl segment table management.Roland McGrath2010-05-042-11/+39
* dwfl_link_map_report: Handle PIE-generated core.Roland McGrath2010-05-042-12/+41
* Fix dwfl_core_file_report return value when link_map failed after sniffing su...Roland McGrath2010-05-042-3/+22
* libdwfl: Treat R_*_NONE reloc as no reloc.Roland McGrath2010-04-262-1/+16
* Prevent infinite iteration on link_map list clobbered into circularity.Roland McGrath2010-04-142-2/+13
* Fix auxv scanning in core-file grokking.Roland McGrath2010-04-062-10/+8
* Export dwfl_core_file_report.Roland McGrath2010-03-115-15/+24
* Fix core file grovelling to skip all segments covered by the last module.Roland McGrath2010-02-172-13/+27
* Clean up and consolidate automake magic to reduce duplication and to work wit...Roland McGrath2010-02-152-24/+7
* Fix uninitialized variable in error case.Roland McGrath2010-02-152-2/+7
* Always set bias in dwfl_module_dwarf_cfi() and dwfl_module_eh_cfi().Mark Wielaard2010-02-023-2/+13
* Use elf_getphdrnum in libdw and libdwfl.Roland McGrath2010-01-075-37/+59
* libdwfl: Handle SHN_COMMON symbols in ET_REL.Roland McGrath2010-01-062-1/+10