summaryrefslogtreecommitdiff
path: root/libdwfl
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Roland McGrath2010-05-065-4/+70
| | | | mismatches the module build ID.
* 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 ↵Roland McGrath2010-05-042-3/+22
| | | | succeeded.
* 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 ↵Roland McGrath2010-02-152-24/+7
| | | | with --disable-dependency-tracking.
* 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
|
* libdwfl: Skip relocation on empty or SHT_NOBITS sections.Roland McGrath2009-11-162-0/+8
|
* Load ahead core file chunk only if the area is vaddr-contiguouspmachata/dwfl_core_file_reportPetr Machata2009-11-132-3/+18
|
* Use dwfl_addrmodule for l_ld lookup, don't bail on lookup failure.Roland McGrath2009-11-052-5/+2
|
* Ignore link_map entries with l_ld==0.Roland McGrath2009-11-052-0/+9
|
* image-header.c (__libdw_image_header): Fix tranposed comparison.Roland McGrath2009-09-042-1/+5
|
* Rewrite kernel image support: use calculation instead of brute force, ↵Roland McGrath2009-08-276-132/+264
| | | | support uncompressed payloads.
* libdwfl: Support LZMA kernel images.Roland McGrath2009-08-262-1/+34
|
* libdwfl: Support automatic decompression of files in XZ format.Roland McGrath2009-08-266-15/+53
|
* Fix bzip2 support for non-mmap case.Roland McGrath2009-08-262-106/+138
|
* libdwfl: Support Linux bzip2 kernel images for automatic decompression.Roland McGrath2009-08-262-8/+15
|
* New macros for symbol versioning definitions, use them for libdw convenience ↵Roland McGrath2009-08-092-13/+13
| | | | wrappers just changed.
* CFI support: lookup by PC and translate into DWARF location per registerRoland McGrath2009-07-086-1/+198
|
* Reorder some libdwflP.h struct members for optimal packing.Roland McGrath2009-07-082-8/+14
|
* __libdwfl_report_elf: Return NULL on overlap, don't (double) close elf.Mark Wielaard2009-06-182-2/+5
|
* Add aliases for elf_getshnum and elf_getshstrndx.Ulrich Drepper2009-06-134-5/+11
| | | | | | | | | | Sun in their implementation messed up the semantics of these functions. To get back to source code compatibility they asked for a solution. We simply add aliases for the two affected functions, named elf_getshdrnum and elf_getshdrstrndx. The semantics remains the same. Users of the old interfaces receive a warning for now. In future we might make it impossible to link programs which request the old interfaces (binary compatibility will of course be maintained).
* Avoid symbol versioning unless building code for DSO.Ulrich Drepper2009-04-232-0/+10
|
* Fix relocation when symbols are resolved in non-ET_REL modules.Roland McGrath2009-04-222-1/+10
|
* Fix dwfl_module_build_id regression in last change.Roland McGrath2009-04-222-4/+11
|
* Fix derelocate crash for non-ET_REL file with some sh_addr at 0.Roland McGrath2009-04-215-19/+32
|
* Add missing internal_function attribute.Roland McGrath2009-04-202-0/+5
|
* Break out __libdwfl_getelf internal function.Roland McGrath2009-04-195-47/+107
|
* Fix RHBZ#494858: fix bad address checks in core file support.Roland McGrath2009-04-144-8/+38
|
* Make dwfl_module_getsym yield shndx -1 for any non-allocated section.Roland McGrath2009-04-082-6/+20
|
* Fix double-adjust for ET_REL.Roland McGrath2009-04-082-2/+6
|
* dwfl_module_getsym should not adjust symbols from non-SHF_ALLOC sections.Roland McGrath2009-04-083-5/+14
|
* __libdwfl_find_build_id optimization nitRoland McGrath2009-03-092-1/+4
|
* Fix RHBZ#489439: dwfl_module_build_id yields wrong vaddr for prelinked DSORoland McGrath2009-03-092-2/+6
|
* Fix build_id vaddr calculation for ET_REL modules.Roland McGrath2009-02-122-4/+16
|
* Omit module sanity checks on offline modules.Roland McGrath2009-02-104-5/+12
|
* Remove assert depending on confluence of guesses without anomaly.Roland McGrath2009-02-102-4/+7
|