summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle DWARF5 defaulted member function encodings.Mark Wielaard2017-08-026-3/+52
* libdw: DWARF5 Add DW_CC_pass_by_reference and DW_CC_pass_by_reference.Mark Wielaard2017-08-024-3/+16
* libdw: Add dwarf_default_lower_bound.Mark Wielaard2017-08-0213-55/+217
* libdw: DWARF5 Add new DW_LANG codes and default lower array bound.Mark Wielaard2017-08-025-5/+37
* libdw: Add new DWARF5 character encodings.Mark Wielaard2017-08-024-2/+10
* libdw: Add new DWARF5 tag constants.Mark Wielaard2017-08-024-5/+23
* libdw: Add DWARF5 attributes.Mark Wielaard2017-08-024-8/+71
* libdwfl: Move nested functions in parse_opt to file scope.Yunlian Jiang2017-07-272-26/+34
* libdw: Add dwarf_line_file.Mark Wielaard2017-07-267-1/+97
* ppc64: Add HTM SPRs support to readelfGustavo Romero2017-07-2510-18/+58
* strip: Deal with ARM data marker symbols pointing to debug sections.Mark Wielaard2017-07-2416-17/+252
* backends: Don't depend on linux/bpf.h to compile bpf disassembler.Mark Wielaard2017-07-2415-29/+115
* Write to /dev/null rather than /dev/zeroUlf Hermann2017-07-242-1/+5
* Unify linking of libasm, libelf, libdw, backendsUlf Hermann2017-07-248-20/+64
* backends: Swap sys/ptrace.h and asm/ptrace.h include order on s390.Mark Wielaard2017-07-172-1/+5
* strip: Add --keep-section=SECTION and --remove-section=SECTION.Mark Wielaard2017-07-177-19/+827
* Support EM_PPC machine flagsAndreas Schwab2017-06-153-0/+16
* strip: Don't generate empty output file when nothing to do.Mark Wielaard2017-06-145-12/+95
* strip: Make sure old .shstrab is removed when eu-strip recreates it.Mark Wielaard2017-06-144-6/+26
* ppc64: Add minimal fallback unwinder.Mark Wielaard2017-06-1210-2/+127
* Prepare for 0.169.elfutils-0.169Mark Wielaard2017-05-0513-5079/+5189
* Make elf section sorting more deterministicUlf Hermann2017-05-032-1/+13
* Don't look for kernel version if not running on linuxUlf Hermann2017-05-022-0/+13
* Add frame pointer unwinding for aarch64 and relax backtrace testcases.Ulf Hermann2017-05-0211-2/+145
* Add i386 frame pointer unwinder.Mark Wielaard2017-05-029-3/+135
* Add frame pointer unwinding as fallback on x86_64Ulf Hermann2017-05-029-1/+133
* tests: Add core backtracegen check and regen ppc32 backtrace testfiles.Mark Wielaard2017-05-025-0/+30
* Revert "Optionally allow unknown symbols in the backtrace tests"Mark Wielaard2017-05-023-31/+17
* Avoid double-including config.hUlf Hermann2017-05-0262-11/+291
* Use F_GETFD rather than F_GETFL to check validity of file descriptorUlf Hermann2017-05-022-1/+5
* Make __attribute__ conditional in all installed headersUlf Hermann2017-05-028-33/+54
* Fix nesting of bracesUlf Hermann2017-04-282-1/+5
* On elf_update, remember when we mmap()Ulf Hermann2017-04-282-0/+6
* Avoid signed/unsigned comparisonUlf Hermann2017-04-272-1/+5
* Include strings.h to make ffs availableUlf Hermann2017-04-272-0/+5
* Protect against integer overflow on shnumUlf Hermann2017-04-274-19/+33
* Add EXEEXT to gendisUlf Hermann2017-04-262-3/+7
* Include endian.h when handling BYTE_ORDERUlf Hermann2017-04-262-0/+5
* Add missing entries to .gitignoreUlf Hermann2017-04-262-0/+6
* Avoid YESSTR and NOSTRUlf Hermann2017-04-265-21/+32
* Don't use comparison_fn_tUlf Hermann2017-04-262-2/+6
* Clean up linux-specific system includesUlf Hermann2017-04-2613-14/+35
* Include sys/types.h before fts.hUlf Hermann2017-04-252-1/+9
* libelf: Initialize n to zero in elf_getarsym.Mark Wielaard2017-04-192-1/+5
* Add missing peel_type.c test for commit f339da.Mark Wielaard2017-04-071-0/+119
* elflint: Support checking ELF files with compressed sections.Mark Wielaard2017-04-056-3/+47
* libdw: Fix dwarf_peel_type infinite loop.Mark Wielaard2017-04-055-4/+83
* elflint: Don't check section group without flags word.Mark Wielaard2017-04-042-1/+8
* elflint: Sanity check the number of phdrs and shdrs available.Mark Wielaard2017-04-042-0/+30
* elflint: Don't trust sh_entsize when checking hash sections.Mark Wielaard2017-04-042-12/+27