summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Unwinding is only supported on LinuxKurt Roeckx2014-04-2311-4/+152
* Remove mudflap build option.Mark Wielaard2014-04-1825-183/+138
* readelf: Read the decompressed data when processing .zdebug DWARF sections.Mark Wielaard2014-04-157-9/+575
* readelf: convert up to a target long in buf_read_ulong.Mark Wielaard2014-04-146-3/+78
* backends: Add aarch64 native and core unwind support.Mark Wielaard2014-04-1410-2/+137
* CVE-2014-0172 Check for overflow before calling malloc to uncompress data.Mark Wielaard2014-04-092-1/+12
* backends: add ARM compatible mode to AARCH64Jean Pihet2014-03-302-2/+37
* backends: AARCH64_ABS32 and AARCH64_ABS64 are also valid in ET_REL.Mark Wielaard2014-03-192-3/+8
* libdwfl: elf_from_remote_memory only trust shdrs of last file-only segment.Mark Wielaard2014-03-172-5/+19
* libdwfl: test dwflsyms on ET_EXEC with minisymtabJosh Stone2014-03-115-1/+133
* libdwfl: dwfl_module_getdwarf.c (open_elf) only (re)set mod->e_type once.Josh Stone2014-03-112-6/+24
* libdwfl: dwfl_linux_proc_find_elf use elf_from_remote_memory for (deleted).Mark Wielaard2014-03-105-48/+143
* libdwfl: elf_from_remote_memory should use pagesize, not p_align.Mark Wielaard2014-03-103-19/+50
* readelf: Print DW_FORM_sdata values as signed numbers.Mark Wielaard2014-03-102-7/+32
* Fix abort() on missing section headers.Jan Kratochvil2014-03-042-3/+10
* libdwfl: linux-proc-maps.c (proc_maps_report): Don't assert on bad input.Mark Wielaard2014-03-032-1/+6
* libdwfl: elf-from-memory.c (elf_from_remote_memory): Check against p64 p_type.Mark Wielaard2014-02-262-1/+6
* readelf: More sanity checks before trying to display interpreter string.Mark Wielaard2014-02-242-2/+22
* readelf: Robustify print_phdr program interpreter printing.Mark Wielaard2014-02-072-1/+9
* libdw: Read DW_AT_decl_file/line/column as unsignedJosh Stone2014-02-053-6/+17
* backends: Make aarch64_regs.c checkable by -WprintfPetr Machata2014-01-302-22/+21
* backends: Add arm frame_nregs and set_initial_registers_tid.Mark Wielaard2014-01-306-2/+87
* backends: arm_cfi SP (r13) is restored from CFA by default.Mark Wielaard2014-01-304-1/+13
* backends: Update arm_reloc.def.Mark Wielaard2014-01-302-2/+83
* Use -Wformat=2 by default for all files.Mark Wielaard2014-01-3012-92/+145
* stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo.Mark Wielaard2014-01-277-79/+271
* stack: Initialize -n maxframes to 256 by default.Mark Wielaard2014-01-272-2/+10
* stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address.Mark Wielaard2014-01-279-5/+196