1. 470aba9 Add support for RISC-V by Andreas Schwab · 6 years ago
  2. 61eaf1f tests: Test readelf --debug-dump=[decoded]line with min_inst_len > 1. by Mark Wielaard · 6 years ago
  3. f881459 aarch64: Add default cfi rule to restore SP from CFA address. by Mark Wielaard · 6 years ago
  4. a46d8d5 libdw: Restructure address range reading for .debug_loc and .debug_ranges. by Mark Wielaard · 6 years ago
  5. 86fbef9 libdw: Add new DWARF5 Dwarf expression operations. by Mark Wielaard · 7 years ago
  6. 61e33d7 tests: Accept any core if no core with the "correct" pid can be found. by Mark Wielaard · 6 years ago
  7. 4482d00 Include sys/ptrace.h as early as possible. by Mark Wielaard · 6 years ago
  8. 212b4e3 libdw: Add dwarf_die_addr_die function. by Mark Wielaard · 6 years ago
  9. 555e15e Use fallthrough attribute. by Joshua Watt · 6 years ago
  10. 240a068 libdw: Resolve alt file on first use. by Mark Wielaard · 6 years ago
  11. 4407903 tests: Check symtabshdr instead of symtabndx in elfstrmerge.c. by Mark Wielaard · 6 years ago
  12. 1e2c886 libdw: dwarf_formsdata should return a signed value by Petr Machata · 6 years ago
  13. 699a741 tests: Try to use coredumpctl to extract core files. by Mark Wielaard · 7 years ago
  14. a2246aa libdw: dwarf_aggregate_size() works with multi-dimensional arrays by Dima Kogan · 7 years ago
  15. 57b7f38 readelf: Handle DW_OP_call2 and DW_OP_call4 correctly. by Mark Wielaard · 7 years ago
  16. fbb6c93 readelf: Print CU, base address and unresolved .debug_loc entries. by Mark Wielaard · 7 years ago
  17. 36eabdb readelf: Print CU, base address and unresolved .debug_range entries. by Mark Wielaard · 7 years ago
  18. d5b99ee readelf: Print actual file for decl_file and call_file attributes. by Mark Wielaard · 7 years ago
  19. e6f1990 readelf: Print abbrev code for DIE with --debug-dump=info. by Mark Wielaard · 7 years ago
  20. 704f5fc readelf: Adjust print_ops formatting. by Mark Wielaard · 7 years ago
  21. 1af6c2b tests: Fix cfi_debug => cfi_debug_bias typo in varlocs assert. by Mark Wielaard · 7 years ago
  22. c0482a7 tests: Add varlocs-self and exprlocs-self tests. by Mark Wielaard · 7 years ago
  23. afda91c libdw: Handle DW_OP_GNU_variable_value. by Mark Wielaard · 7 years ago
  24. a5c7241 lib: Remove md5 and sha1 implementations. by Mark Wielaard · 7 years ago
  25. fef9e11 libelf: Add ELF_E_INVALID_ELF error value. by Mark Wielaard · 7 years ago
  26. b10d7eb ar: Check whether ar header values fit. by Mark Wielaard · 7 years ago
  27. a5ea080 Drop -rdynamic from deleted-lib.so link step by Ulf Hermann · 7 years ago
  28. 0773758 Check for -z,defs, -z,relro, -fPIC, -fPIE before using them by Ulf Hermann · 7 years ago
  29. 8f0140a tests: robustify run-strip-nothing.sh against unstripped libc_nonshared.a by Dmitry V. Levin · 7 years ago
  30. f9d791a libdw: Add DW_MACRO constants and DW_MACRO_GNU compatibility defines. by Mark Wielaard · 7 years ago
  31. 2eb1e34 libdw: Add dwarf_default_lower_bound. by Mark Wielaard · 7 years ago
  32. c24b900 libdw: Add dwarf_line_file. by Mark Wielaard · 7 years ago
  33. 55a471f ppc64: Add HTM SPRs support to readelf by Gustavo Romero · 7 years ago
  34. 55cb7df strip: Deal with ARM data marker symbols pointing to debug sections. by Mark Wielaard · 7 years ago
  35. 1609679 backends: Don't depend on linux/bpf.h to compile bpf disassembler. by Mark Wielaard · 7 years ago
  36. c8e16c1 Write to /dev/null rather than /dev/zero by Ulf Hermann · 7 years ago
  37. d03be4f strip: Add --keep-section=SECTION and --remove-section=SECTION. by Mark Wielaard · 7 years ago
  38. b58aebe strip: Don't generate empty output file when nothing to do. by Mark Wielaard · 7 years ago
  39. e0b3232 strip: Make sure old .shstrab is removed when eu-strip recreates it. by Mark Wielaard · 7 years ago
  40. 660aafc ppc64: Add minimal fallback unwinder. by Mark Wielaard · 7 years ago
  41. d8437ed Add frame pointer unwinding for aarch64 and relax backtrace testcases. by Ulf Hermann · 7 years ago
  42. aecc2a7 Add i386 frame pointer unwinder. by Mark Wielaard · 7 years ago
  43. a55df2c Add frame pointer unwinding as fallback on x86_64 by Ulf Hermann · 7 years ago
  44. 5e66150 tests: Add core backtracegen check and regen ppc32 backtrace testfiles. by Mark Wielaard · 7 years ago
  45. 727a90c Revert "Optionally allow unknown symbols in the backtrace tests" by Mark Wielaard · 7 years ago
  46. 9130b53 Avoid YESSTR and NOSTR by Ulf Hermann · 7 years ago
  47. 9c1509a Clean up linux-specific system includes by Ulf Hermann · 7 years ago
  48. 45ca3b9 Add missing peel_type.c test for commit f339da. by Mark Wielaard · 7 years ago
  49. caf135b elflint: Support checking ELF files with compressed sections. by Mark Wielaard · 7 years ago
  50. f339da9 libdw: Fix dwarf_peel_type infinite loop. by Mark Wielaard · 7 years ago
  51. a3bf8f0 libelf: Always update last_offset in updatefile and updatemmap. by Mark Wielaard · 7 years ago
  52. b1042ce backends: Add support for EM_PPC64 GNU_ATTRIBUTES. by Mark Wielaard · 7 years ago
  53. b3248e6 Check for existence of mempcpy by Ulf Hermann · 7 years ago
  54. f9971cb Optionally allow unknown symbols in the backtrace tests by Ulf Hermann · 7 years ago
  55. a9d7469 Make the backtrace-data test helper more robust by Ulf Hermann · 7 years ago
  56. 507e7e2 readelf: Add optional --symbols[=SECTION] argument to select section name. by Mark Wielaard · 8 years ago
  57. a3cc818 Add GCC7 -Wimplicit-fallthrough support/fixes. by Mark Wielaard · 8 years ago
  58. 33ca0e1 tests: unstrip: Add test for mismatched .strtab sections by Kevin Cernekee · 8 years ago
  59. 60b2bf1 lib: Provide MAX and MIN in system.h by Akihiko Odaki · 8 years ago
  60. 16bf45f tests: Fix --enable-gcov tests build. Add libdw to LDADD for asm_tsts. by Mark Wielaard · 8 years ago
  61. 9008499 tests: Simplify backtrace-native tests. Drop raise jmp patching for x86_64. by Mark Wielaard · 8 years ago
  62. f21d5c3 tests: Add testfilesparc64attrs.o.bz2 to EXTRA_DIST. by Mark Wielaard · 8 years ago
  63. b944b65 sparc: fix the printing of hw capabilities object attributes. by Jose E. Marchesi · 8 years ago
  64. 6ff6c21 strip: Handle compressed relocation target sections. by Mark Wielaard · 8 years ago
  65. a8b2529 Fix bpf disassembler for _FORTIFY_SOURCE by Richard Henderson · 8 years ago
  66. dd906c1 dwelf: Add string table functions from ebl. by Mark Wielaard · 8 years ago
  67. 56dce92 Add m68k tests by Andreas Schwab · 8 years ago
  68. 8b5f017 libelf: Allow updating phdrs for any e_type. by Mark Wielaard · 8 years ago
  69. 96e140f libelf: find 1st section instead of assuming by John Ogness · 8 years ago
  70. 9a36c92 Add support for BPF by Richard Henderson · 8 years ago
  71. f4dc764 elflint: Fix sh_entsize check when comparing SHT_HASH and SHT_GNU_HASH. by Mark Wielaard · 8 years ago
  72. 2203560 libelf: elf_getdata should not adjust alignment for SHT_NOBITS sections. by Mark Wielaard · 8 years ago
  73. 0cd02dc tests: Skip dwfl-bug-fd-leak test if dwfl_linux_proc_report is unsupported. by Mark Wielaard · 8 years ago
  74. d460773 tests: Guard linux specific header includes with ifdef __linux__. by Mark Wielaard · 8 years ago
  75. 344ca07 libelf: Add ELF compression types and defines to libelf.h for older glibc. by Mark Wielaard · 8 years ago
  76. 53e4471 tests: Fix parentheses in elfputzdata strncmp test. by Mark Wielaard · 9 years ago
  77. 3a5fc51 Fix build on 32bit systems. by Mark Wielaard · 9 years ago
  78. dd13116 Simplify code and build now that zlib support is no longer optional. by Mark Wielaard · 9 years ago
  79. 92acb57 elfcompress: New utility. by Mark Wielaard · 9 years ago
  80. 519c13c libelf: Make elf_strptr index correctly into compressed section data. by Mark Wielaard · 9 years ago
  81. f5013e8 readelf: Handle compressed sections and extend -z to cover -x and -p. by Mark Wielaard · 9 years ago
  82. 272018b libelf: Add elf_compress and elf_compress_gnu. by Mark Wielaard · 9 years ago
  83. b7105b4 readelf: Add -z,--decompress option. by Mark Wielaard · 9 years ago
  84. 5ddb50a libelf: Add elf32_getchdr, elf64_getchdr and gelf_getchdr. by Mark Wielaard · 9 years ago
  85. 0c32b6f libdwelf: Add dwelf_scn_gnu_compressed_size. by Mark Wielaard · 9 years ago
  86. 29ee512 tests: elfstrmerge warn about STT_SECTION symbol for shstrhndx. by Mark Wielaard · 9 years ago
  87. a8a22a3 backends: sparc: support for core backtraces by Jose E. Marchesi · 9 years ago
  88. a5a354b tests: Use valgrind --leak-check=full. by Mark Wielaard · 9 years ago
  89. a1372e0 tests: Fix some memory leaks in testcases. by Mark Wielaard · 9 years ago
  90. 528cb45 Make zlib mandatory. by Mark Wielaard · 9 years ago
  91. 9bcd3cb tests: Add AM_LDFLAGS to dwfl_proc_attach_LDFLAGS. by Mark Wielaard · 9 years ago
  92. 3425454 Trust AC_SYS_LARGEFILE to provide large file support by Josh Stone · 9 years ago
  93. c53857b tests: Rename argument from check to statement in elfshphehdr.c. by Mark Wielaard · 9 years ago
  94. 3a45dbb strip: Only sanity check symbols to not discarded sections for debug file. by Mark Wielaard · 9 years ago
  95. daee471 Improve AM_SILENT_RULES coverage by Josh Stone · 9 years ago
  96. df7dfab Handle merged strtab/shstrtab string tables in strip and unstrip. by Mark Wielaard · 9 years ago
  97. 3adda3c libelf: Always update e_version and e_shentsize in elf_update. by Mark Wielaard · 9 years ago
  98. 8798509 libdwfl: Make dwfl_linux_proc_attach work even without any Dwfl_Modules. by Mark Wielaard · 9 years ago
  99. b85f80a tests: Init local variable enctype before use in print_base_type varlocs.c. by Chih-Hung Hsieh · 9 years ago
  100. 4cb8f61 tests: Remove unused static const variables in md5-sha1-test.c. by Chih-Hung Hsieh · 9 years ago