summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* addr2line: handle_address initialize scopes to NULL.Mark Wielaard2014-01-242-1/+5
* robustify: libelf gelf define INVALID_NDX macro.Jakub Jelinek2014-01-2320-103/+74
* robustify: libelf.Jakub Jelinek2014-01-239-18/+139
* robustify: strip.Roland McGrath2014-01-232-31/+63
* robustify: readelf.Roland McGrath2014-01-232-26/+60
* robustify: elflint.Jakub Jelinek2014-01-232-28/+86
* robustify: Use gelf_fsize instead of relying on shdr->sh_entsize.Petr Machata2014-01-234-13/+46
* tests: Reduce the total number of self-test files and add ET_REL files.Mark Wielaard2014-01-203-6/+26
* tests: run-backtrace-demangle.sh check exitcode and max number of frames.Mark Wielaard2014-01-202-2/+15
* Fix false FAILs on testsuite with ulimit -c unlimited.Jan Kratochvil2014-01-182-3/+11
* backends: aarch64_check_special_symbol check shdr is not NULL before usage.Mark Wielaard2014-01-172-3/+11
* readelf: print_debug_macro_section clear vendor array before use.Mark Wielaard2014-01-172-0/+6
* lib: Add missing config.h #include to crc32_file.c.Lei Zhang2014-01-172-0/+8
* Fix corruption of non-C++ symbols by the demangler.Jan Kratochvil2014-01-159-13/+127
* tests: backtrace-subr.sh (check_native_core) should check core file name.Matthias Klose2014-01-072-0/+11
* libdwfl: Only skip reset of return register for non-CIE-return regno (ppc64).elfutils-0.158Mark Wielaard2014-01-052-2/+8
* tests: Don't use ptrace detach stopped trick. Raise can return.Mark Wielaard2014-01-044-25/+15
* backends: Add PPC64 machine_flag_check.Mark Wielaard2014-01-043-2/+18
* tests: backtrace-subr.sh skip check_native_core test if core ulimit fails.Mark Wielaard2014-01-042-1/+7
* tests: Simplify backtrace-dwarf (gcc cleanup-13.c) testcase.Mark Wielaard2014-01-042-21/+9
* Prepare 0.158 release.Mark Wielaard2014-01-0311-383/+762
* backends: Add aarch64 abi_cfi.Mark Wielaard2014-01-039-3/+175