1. a903962 robustify: libelf gelf define INVALID_NDX macro. by Jakub Jelinek · 11 years ago
  2. 720383c robustify: libelf. by Jakub Jelinek · 11 years ago
  3. 58d3619 robustify: strip. by Roland McGrath · 11 years ago
  4. 7d5b301 robustify: readelf. by Roland McGrath · 11 years ago
  5. 71c1534 robustify: elflint. by Jakub Jelinek · 11 years ago
  6. ced6687 robustify: Use gelf_fsize instead of relying on shdr->sh_entsize. by Petr Machata · 11 years ago
  7. c80375d tests: Reduce the total number of self-test files and add ET_REL files. by Mark Wielaard · 11 years ago
  8. d7cffa7 tests: run-backtrace-demangle.sh check exitcode and max number of frames. by Mark Wielaard · 11 years ago
  9. 435808a Fix false FAILs on testsuite with ulimit -c unlimited. by Jan Kratochvil · 11 years ago
  10. 0535e51 backends: aarch64_check_special_symbol check shdr is not NULL before usage. by Mark Wielaard · 11 years ago
  11. 04781c3 readelf: print_debug_macro_section clear vendor array before use. by Mark Wielaard · 11 years ago
  12. dca862b lib: Add missing config.h #include to crc32_file.c. by Lei Zhang · 11 years ago
  13. 7c6e785 Fix corruption of non-C++ symbols by the demangler. by Jan Kratochvil · 11 years ago
  14. e922ec4 tests: backtrace-subr.sh (check_native_core) should check core file name. by Matthias Klose · 11 years ago
  15. 27aae18 libdwfl: Only skip reset of return register for non-CIE-return regno (ppc64). by Mark Wielaard · 11 years ago
  16. 70c3a53 tests: Don't use ptrace detach stopped trick. Raise can return. by Mark Wielaard · 11 years ago
  17. 0c4a868 backends: Add PPC64 machine_flag_check. by Mark Wielaard · 11 years ago
  18. 1051a0c tests: backtrace-subr.sh skip check_native_core test if core ulimit fails. by Mark Wielaard · 11 years ago
  19. 4f1c96d tests: Simplify backtrace-dwarf (gcc cleanup-13.c) testcase. by Mark Wielaard · 11 years ago
  20. 70db4cc Prepare 0.158 release. by Mark Wielaard · 11 years ago
  21. b92af19 backends: Add aarch64 abi_cfi. by Mark Wielaard · 11 years ago
  22. da91c5b stack: Show and handle -r,--raw even without USE_DEMANGLE. by Mark Wielaard · 11 years ago
  23. 36490c9 stack.c (print_frames): Print 0x before build-id hex-offset. by Mark Wielaard · 11 years ago
  24. 6034e2f stack: Allow -n 0 for unlimited frames. Make default 2048 frames. by Mark Wielaard · 11 years ago
  25. 68de442 libdwfl: linux-pid-attach.c (dwfl_linux_proc_attach): Use and check strtol by Mark Wielaard · 11 years ago
  26. 1910801 libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach. by Mark Wielaard · 11 years ago
  27. ac65261 libdwfl: dwfl_linux_proc_find_elf should only return regular files. by Mark Wielaard · 11 years ago
  28. 05a4412 libdwfl: Fix memory leak in linux-core-attach. Allow reiterating threads. by Mark Wielaard · 11 years ago
  29. b20ca0b libdwfl: Fix build_id memory leak in dwfl_segment_report_module. by Mark Wielaard · 11 years ago
  30. a6141d2 stack: Add -l, --list-modules. Show module memory map, build-id and files. by Mark Wielaard · 11 years ago
  31. 1f7763e stack: Improve error checking and exit code handling. by Mark Wielaard · 11 years ago
  32. fdb64e6 stack: Add --quiet to not resolve addresses, add --raw to not demangle. by Mark Wielaard · 11 years ago
  33. fe9b95d stack: Simplify argument parsing. Don't use dwfl_standard_argp. by Mark Wielaard · 11 years ago
  34. 99fc3f7 stack: -b, --build-id shows module build-id, load address and pc offset. by Mark Wielaard · 11 years ago
  35. 9fec14a stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind. by Mark Wielaard · 11 years ago
  36. 97bbf9b libdwfl: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state. by Mark Wielaard · 11 years ago
  37. 3e98ab7 libdwfl: Make sure to set the CFI return register only once (for ppc64). by Mark Wielaard · 11 years ago
  38. e962ec3 libdwfl: Add dwfl_getthread_frames. by Mark Wielaard · 11 years ago
  39. b6ef1ce tests: backtrace.c only check we caught the last instruction on x86_64. by Mark Wielaard · 11 years ago
  40. 641a4f6 libdwfl: Correct nested asprintf result check in report_kernel_archive. by Mark Wielaard · 11 years ago
  41. c2ba078 backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0]. by Mark Wielaard · 11 years ago
  42. 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
  43. 565149d Fix s390_initreg.c patch copy/paste error. by Mark Wielaard · 11 years ago
  44. a3afdb2 backends: Avoid type-punning issue in s390_set_initial_registers_tid. by Mark Wielaard · 11 years ago
  45. c530946 Use executable_for_core in dwfl_build_id_find_elf. by Jan Kratochvil · 11 years ago
  46. 8aa7fbb Add NEWS items for the new functions in 0.158. by Jan Kratochvil · 11 years ago
  47. c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
  48. c8c610b stack: show binary and source file names where a function is defined by Masatake YAMATO · 11 years ago
  49. b3c810f Remove tests/backtrace-dwarf.c unused code. by Jan Kratochvil · 11 years ago
  50. 6cd283c Fix forgotten call of ebl_dwarf_to_regno. by Jan Kratochvil · 11 years ago
  51. c76b2ff libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call. by Mark Wielaard · 11 years ago
  52. 14c2d9e libdwfl: Add dwfl_module_getsymtab_first_global. by Mark Wielaard · 11 years ago
  53. e6e6cc8 libdwfl: Fix various frame related memory leaks. by Mark Wielaard · 11 years ago
  54. 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
  55. 63572f4 tests: Add backtrace_child_biarch_SOURCES to make distcheck happy. by Mark Wielaard · 11 years ago
  56. 7fc4929 tests: Disable valgrind for core dumping and for self-introspecting tests. by Mark Wielaard · 11 years ago
  57. b47e28a lib: Avoid the hash-lookup division if possible by Josh Stone · 11 years ago
  58. 4e2787c libdw: Simplify and inline get_uleb128 and get_sleb128 by Josh Stone · 11 years ago
  59. c0d2a0b libdw: Add an inlined fast path for __libdw_form_val_len by Josh Stone · 11 years ago
  60. 3951f2e libdw: Handle empty location expression for (indirect) DIE locations. by Mark Wielaard · 11 years ago
  61. 8b10aaa Add config/ar-lib to .gitignore by Josh Stone · 11 years ago
  62. f88863f Fix test FAIL with -O2 by Jan Kratochvil · 11 years ago
  63. 813aae0 tests: SKIP backtrace-data and backtrace-dwarf on unsupported arches. by Mark Wielaard · 11 years ago
  64. 1bfab19 tests: automake 1.13 compatibility fix. by Mark Wielaard · 11 years ago
  65. 8ae9bc9 Tests for unwinder of x86*. by Jan Kratochvil · 11 years ago
  66. 5ef96c9 Introduce process_attach_error. by Jan Kratochvil · 11 years ago
  67. 819c349 libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf. by Mark Wielaard · 11 years ago
  68. 16bc456 Mark new dwfl functions with version ELFUTILS_0.158. by Mark Wielaard · 11 years ago
  69. 0d5a867 tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh. by Mark Wielaard · 11 years ago
  70. 98c8a73 Support AArch64 architecture by Petr Machata · 11 years ago
  71. a47a096 Support new 'h' core note item format for hidden fields by Petr Machata · 11 years ago
  72. 99a2949 Fix non-build-id core files on build-id system by Jan Kratochvil · 11 years ago
  73. b301c2e Verify file vs. core build-id, when both available by Jan Kratochvil · 11 years ago
  74. 463e983 link_map: Use proper bias, not l_addr by Jan Kratochvil · 11 years ago
  75. 10d7a39 Compatibility with older kernels such as RHEL-6. by Jan Kratochvil · 11 years ago
  76. db35c87 libdwfl: Fix and test aux_sym address_sync with relocated ELF by Josh Stone · 11 years ago
  77. 68ce4fc tests: Fix broken dwflsyms tests, extend test and add prelink tests. by Mark Wielaard · 11 years ago
  78. e31e739 Update m4/ChangeLog for m4/biarch.m4 authorship. by Jan Kratochvil · 11 years ago
  79. 1c1a53b Code cleanup: Remove const in prototype by Jan Kratochvil · 11 years ago
  80. ed78237 Fix dwfl_attach_state machine->elf by Jan Kratochvil · 11 years ago
  81. 954a7b0 Provide __libdwfl_module_getsym to get dwfl_file * by Jan Kratochvil · 11 years ago
  82. 5dca2b6 Fix dwfl_module_addrsym for minidebuginfo by Jan Kratochvil · 11 years ago
  83. 875cad8 stack: Add basic argp version and bug definitions. by Mark Wielaard · 11 years ago
  84. 3ba5040 libelf: Only memcpy ehdr back when not already directly mmapped. by Mark Wielaard · 11 years ago
  85. 03d76f4 Fix some (harmless) cppcheck warnings. by Mark Wielaard · 11 years ago
  86. 0b86746 Unwinder for x86*. by Jan Kratochvil · 11 years ago
  87. 22f867a dwfl_core_file_report: Remove the use of MAX. by Jan Kratochvil · 11 years ago
  88. b947ee1 dwfl_core_file_report: Fix a regression of dwfl_core_file_report retval by Jan Kratochvil · 11 years ago
  89. 35d95f3 dwfl_core_file_report: Fix core files for re-prelink-ed files by Jan Kratochvil · 11 years ago
  90. 21783b5 dwfl_core_file_report: Code cleanup: Reindentation. by Jan Kratochvil · 11 years ago
  91. 38928e2 configure.ac: Warn when --enable-dwz=no, but /usr/lib/debug/.dwz exists. by Mark Wielaard · 11 years ago
  92. 09c9bb9 configure.ac: Add warning that --enable-thread-safety is experimental. by Mark Wielaard · 11 years ago
  93. 88ad5dd libelf: Write all section headers if elf flags contains ELF_F_DIRTY. by Mark Wielaard · 11 years ago
  94. cdc0943 Fix expansion of libdw_a_LIBADD by Michael Forney · 11 years ago
  95. a45c804 Check for prefixed ar, readelf, and nm by Michael Forney · 11 years ago
  96. be86084 readelf: Solve comparison between signed and unsigned compiler warning. by Mark Wielaard · 11 years ago
  97. d8c75df tests: allfcts.c (main): Correct dwarf_getfuncs return value check. by Mark Wielaard · 11 years ago
  98. e905583 README: Fix compatbile -> compatible typo. by Mark Wielaard · 11 years ago
  99. 018c034 README: Document that tools and libraries should be upgraded together. by Mark Wielaard · 11 years ago
  100. 3cf491e Fix executable_for_core for non-dwfl_standard_argp by Jan Kratochvil · 11 years ago