summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into relocaterelocateMark Wielaard2012-06-0663-2457/+1178
|\
| * Update name, license and contributor policy.Mark Wielaard2012-06-0562-2456/+1178
| * Remove .mtn-ignore and .cvsignore files.Mark Wielaard2012-06-051-1/+0
* | Merge remote-tracking branch 'origin/master' into roland/relocateRoland McGrath2012-03-282-2/+13
|\ \ | |/
| * RHBZ#805447: Fix core file grokking for case of truncated .dynstrRoland McGrath2012-03-282-2/+13
* | Merge branch 'master' into roland/relocateRoland McGrath2012-01-268-64/+136
|\ \ | |/
| * 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
* | Merge branch 'master' into roland/relocateRoland McGrath2011-02-184-71/+337
|\ \ | |/
| * 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
* | Merge branch 'master' into roland/relocateRoland McGrath2011-01-0521-63/+339
|\ \ | |/
| * 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
* | Merge remote branch 'origin/master' into roland/relocateRoland McGrath2010-06-302-3/+5
|\ \ | |/
| * 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: Restore short-circuit on bad reloc type.Roland McGrath2010-06-302-20/+25
* | Merge remote branch 'origin/master' into roland/relocateRoland McGrath2010-06-302-1/+7
|\ \ | |/
| * libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd...Roland McGrath2010-06-302-1/+7
* | Wire libdw relocation support into libdwfl.Roland McGrath2010-06-298-32/+166
* | Disable libdwfl relocation of debug sectionsRoland McGrath2010-06-297-90/+82
* | Early close for mapped files in libdwfl.Roland McGrath2010-06-212-1/+7
* | Direct relocation handling in libdw reader.Roland McGrath2010-06-213-5/+10
* | Replace ebl_reloc_simple_type with ebl_reloc_simple_types.Roland McGrath2010-06-212-74/+46
|/
* 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