summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support note NT_FILE for locating files.upstream/jankratochvil/NT_FILEJan Kratochvil2014-09-1811-36/+263
* Add is_executable to Dwfl_Module.Jan Kratochvil2014-09-184-4/+17
* Rename read_ubyte_unaligned_inc to read_addr_unaligned_incPetr Machata2014-09-124-27/+27
* Accept DW_AT_GNU_call_site_* as attributes that hold location expressionsPetr Machata2014-09-112-1/+11
* elf_begin sets elf_errno for cases that the file is completely unreadablePetr Machata2014-09-112-3/+11
* Fix resolving ELF symbols for live PIDs with deleted filesJan Kratochvil2014-08-297-8/+138
* Prevent premature @AR@ replacement in a sed expression.elfutils-0.160Josh Stone2014-08-252-1/+5
* Prepare 0.160 release.Mark Wielaard2014-08-2511-2729/+2895
* libdw: Add new function dwarf_cu_die.Mark Wielaard2014-08-157-3/+101
* libdw: Add new function dwarf_cu_getdwarf.Mark Wielaard2014-08-157-2/+75
* libdwfl: Handle LZMA .ko.xz compressed kernel modules.Mark Wielaard2014-08-152-0/+7
* aarch64: use <sys/user.h> defined register structuresKyle McMartin2014-08-015-4/+39
* Fix report_r_debug for prelinked librariesJan Kratochvil2014-07-282-3/+16
* m4: Handle cross-compile situations in biarch.m4 tests.Mark Wielaard2014-07-142-1/+6
* Add ppc64le ELFv2 abi support to backends and elflint.Mark Wielaard2014-07-046-2/+45
* Update elf.h from glibc.Mark Wielaard2014-07-042-1/+33
* backends: aarch64_return_value_location should handle DW_ATE_boolean.Mark Wielaard2014-07-042-0/+6
* Make the attach code build again on non-Linux hosts.Kurt Roeckx2014-06-252-0/+21
* dwarf.h: Remove non-existing DW_TAG_mutable_type.Mark Wielaard2014-06-224-4/+13
* libebl: Add ebl_func_addr_mask plus ARM backend implementation.Mark Wielaard2014-06-2212-14/+70
* backends (*_return_value_location): call dwarf_peeled_die_typePetr Machata2014-06-2012-325/+208
* tests/backtrace.c (frame_callback): Error on seeing more than 16 frames.Mark Wielaard2014-06-172-0/+11
* tests: backtrace.c accept __libc_do_syscall as first frame symname.Mark Wielaard2014-06-172-1/+7
* tests: backtrace-subr.sh add check_native_unsupported.Mark Wielaard2014-06-173-4/+18
* libdwfl: linux-core-attach.c handle possible unaligned data access.Mark Wielaard2014-06-172-11/+20
* libdwfl: Record dwfl_attach_state error and return it on failure.Mark Wielaard2014-06-117-35/+107
* libdwfl: dwfl_standard_argp should not fail when not able to attach Dwfl.Mark Wielaard2014-06-112-8/+10
* readelf: Skip section if name is NULL in print_debug.Mark Wielaard2014-05-272-1/+7
* readelf: Don't print 'for section' when rela section sh_info is zero.Mark Wielaard2014-05-272-1/+20
* unstrip: Allow prelinked, but non-split .bss section.Mark Wielaard2014-05-272-2/+8
* unstrip: Add --force to force combining files when ELF headers don't match.Mark Wielaard2014-05-274-16/+65
* Regenerate *.po files.elfutils-0.159Mark Wielaard2014-05-206-1110/+1114
* backends: Add ebl_check_reloc_target_type.Mark Wielaard2014-05-1913-8/+105
* tests: Don't use static functions in testfile-backtrace-demangle.Mark Wielaard2014-05-184-2/+9
* Prepare 0.159 release.Mark Wielaard2014-05-1811-3279/+3358
* libdwfl: Don't leak fd on error in linux-proc-maps.c (grovel_auxv).Mark Wielaard2014-05-152-1/+9
* Remove --enable-dwz. dwz alt debug is no longer experimental.Mark Wielaard2014-05-0310-32/+34
* libdwfl: Move dwz alt multi file searching to find_debuginfo callback.Mark Wielaard2014-05-0216-169/+461
* libdwelf: Add dwelf_elf_gnu_build_id.Mark Wielaard2014-05-0116-126/+333
* Move .gnu_debugaltlink handling from libdw to libdwflFlorian Weimer2014-05-014-120/+135
* tests/allfcts.c: Install alternate debug informationFlorian Weimer2014-04-242-1/+40
* libdwelf: Add dwelf_dwarf_gnu_debugaltlinkFlorian Weimer2014-04-2411-4/+215
* libdw: Add dwarf_getalt, dwarf_setaltFlorian Weimer2014-04-247-1/+112
* dwarf_elf_begin: Add .gnu_debugaltlink to the sectiondata arrayFlorian Weimer2014-04-243-18/+24
* libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.Mark Wielaard2014-04-2422-69/+408
* readelf: handle_core_item make sure variable length array isn't zero size.Mark Wielaard2014-04-242-1/+6
* libdwfl: __libdwfl_frame_reg_[gs]et use uint64_t when checking bits.Mark Wielaard2014-04-242-2/+8
* readelf.c (print_gdb_index_section): Use unsigned int for 31 bits left shift.Mark Wielaard2014-04-242-1/+6
* libdw (get_sleb128_step): Remove undefined behavior.Mark Wielaard2014-04-242-2/+7
* tests: run-nm-self.sh use test = not == for string comparisons.Mark Wielaard2014-04-232-1/+5