1. 99fc3f7 stack: -b, --build-id shows module build-id, load address and pc offset. by Mark Wielaard · 11 years ago
  2. 9fec14a stack: Add new '-n MAXFRAMES' option. Resolve addresses after unwind. by Mark Wielaard · 11 years ago
  3. 97bbf9b libdwfl: linux-pid-attach.c: Report actual PID (Tgid) to dwfl_attach_state. by Mark Wielaard · 11 years ago
  4. 3e98ab7 libdwfl: Make sure to set the CFI return register only once (for ppc64). by Mark Wielaard · 11 years ago
  5. e962ec3 libdwfl: Add dwfl_getthread_frames. by Mark Wielaard · 11 years ago
  6. b6ef1ce tests: backtrace.c only check we caught the last instruction on x86_64. by Mark Wielaard · 11 years ago
  7. 641a4f6 libdwfl: Correct nested asprintf result check in report_kernel_archive. by Mark Wielaard · 11 years ago
  8. c2ba078 backends: aarch64 always has _GLOBAL_OFFSET_TABLE_ point to .got[0]. by Mark Wielaard · 11 years ago
  9. 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
  10. 565149d Fix s390_initreg.c patch copy/paste error. by Mark Wielaard · 11 years ago
  11. a3afdb2 backends: Avoid type-punning issue in s390_set_initial_registers_tid. by Mark Wielaard · 11 years ago
  12. c530946 Use executable_for_core in dwfl_build_id_find_elf. by Jan Kratochvil · 11 years ago
  13. 8aa7fbb Add NEWS items for the new functions in 0.158. by Jan Kratochvil · 11 years ago
  14. c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
  15. c8c610b stack: show binary and source file names where a function is defined by Masatake YAMATO · 11 years ago
  16. b3c810f Remove tests/backtrace-dwarf.c unused code. by Jan Kratochvil · 11 years ago
  17. 6cd283c Fix forgotten call of ebl_dwarf_to_regno. by Jan Kratochvil · 11 years ago
  18. c76b2ff libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call. by Mark Wielaard · 11 years ago
  19. 14c2d9e libdwfl: Add dwfl_module_getsymtab_first_global. by Mark Wielaard · 11 years ago
  20. e6e6cc8 libdwfl: Fix various frame related memory leaks. by Mark Wielaard · 11 years ago
  21. 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
  22. 63572f4 tests: Add backtrace_child_biarch_SOURCES to make distcheck happy. by Mark Wielaard · 11 years ago
  23. 7fc4929 tests: Disable valgrind for core dumping and for self-introspecting tests. by Mark Wielaard · 11 years ago
  24. b47e28a lib: Avoid the hash-lookup division if possible by Josh Stone · 11 years ago
  25. 4e2787c libdw: Simplify and inline get_uleb128 and get_sleb128 by Josh Stone · 11 years ago
  26. c0d2a0b libdw: Add an inlined fast path for __libdw_form_val_len by Josh Stone · 11 years ago
  27. 3951f2e libdw: Handle empty location expression for (indirect) DIE locations. by Mark Wielaard · 11 years ago
  28. 8b10aaa Add config/ar-lib to .gitignore by Josh Stone · 11 years ago
  29. f88863f Fix test FAIL with -O2 by Jan Kratochvil · 11 years ago
  30. 813aae0 tests: SKIP backtrace-data and backtrace-dwarf on unsupported arches. by Mark Wielaard · 11 years ago
  31. 1bfab19 tests: automake 1.13 compatibility fix. by Mark Wielaard · 11 years ago
  32. 8ae9bc9 Tests for unwinder of x86*. by Jan Kratochvil · 11 years ago
  33. 5ef96c9 Introduce process_attach_error. by Jan Kratochvil · 11 years ago
  34. 819c349 libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf. by Mark Wielaard · 11 years ago
  35. 16bc456 Mark new dwfl functions with version ELFUTILS_0.158. by Mark Wielaard · 11 years ago
  36. 0d5a867 tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh. by Mark Wielaard · 11 years ago
  37. 98c8a73 Support AArch64 architecture by Petr Machata · 11 years ago
  38. a47a096 Support new 'h' core note item format for hidden fields by Petr Machata · 11 years ago
  39. 99a2949 Fix non-build-id core files on build-id system by Jan Kratochvil · 11 years ago
  40. b301c2e Verify file vs. core build-id, when both available by Jan Kratochvil · 11 years ago
  41. 463e983 link_map: Use proper bias, not l_addr by Jan Kratochvil · 11 years ago
  42. 10d7a39 Compatibility with older kernels such as RHEL-6. by Jan Kratochvil · 11 years ago
  43. db35c87 libdwfl: Fix and test aux_sym address_sync with relocated ELF by Josh Stone · 11 years ago
  44. 68ce4fc tests: Fix broken dwflsyms tests, extend test and add prelink tests. by Mark Wielaard · 11 years ago
  45. e31e739 Update m4/ChangeLog for m4/biarch.m4 authorship. by Jan Kratochvil · 11 years ago
  46. 1c1a53b Code cleanup: Remove const in prototype by Jan Kratochvil · 11 years ago
  47. ed78237 Fix dwfl_attach_state machine->elf by Jan Kratochvil · 11 years ago
  48. 954a7b0 Provide __libdwfl_module_getsym to get dwfl_file * by Jan Kratochvil · 11 years ago
  49. 5dca2b6 Fix dwfl_module_addrsym for minidebuginfo by Jan Kratochvil · 11 years ago
  50. 875cad8 stack: Add basic argp version and bug definitions. by Mark Wielaard · 11 years ago
  51. 3ba5040 libelf: Only memcpy ehdr back when not already directly mmapped. by Mark Wielaard · 11 years ago
  52. 03d76f4 Fix some (harmless) cppcheck warnings. by Mark Wielaard · 11 years ago
  53. 0b86746 Unwinder for x86*. by Jan Kratochvil · 11 years ago
  54. 22f867a dwfl_core_file_report: Remove the use of MAX. by Jan Kratochvil · 11 years ago
  55. b947ee1 dwfl_core_file_report: Fix a regression of dwfl_core_file_report retval by Jan Kratochvil · 11 years ago
  56. 35d95f3 dwfl_core_file_report: Fix core files for re-prelink-ed files by Jan Kratochvil · 11 years ago
  57. 21783b5 dwfl_core_file_report: Code cleanup: Reindentation. by Jan Kratochvil · 11 years ago
  58. 38928e2 configure.ac: Warn when --enable-dwz=no, but /usr/lib/debug/.dwz exists. by Mark Wielaard · 11 years ago
  59. 09c9bb9 configure.ac: Add warning that --enable-thread-safety is experimental. by Mark Wielaard · 11 years ago
  60. 88ad5dd libelf: Write all section headers if elf flags contains ELF_F_DIRTY. by Mark Wielaard · 11 years ago
  61. cdc0943 Fix expansion of libdw_a_LIBADD by Michael Forney · 11 years ago
  62. a45c804 Check for prefixed ar, readelf, and nm by Michael Forney · 11 years ago
  63. be86084 readelf: Solve comparison between signed and unsigned compiler warning. by Mark Wielaard · 11 years ago
  64. d8c75df tests: allfcts.c (main): Correct dwarf_getfuncs return value check. by Mark Wielaard · 11 years ago
  65. e905583 README: Fix compatbile -> compatible typo. by Mark Wielaard · 11 years ago
  66. 018c034 README: Document that tools and libraries should be upgraded together. by Mark Wielaard · 11 years ago
  67. 3cf491e Fix executable_for_core for non-dwfl_standard_argp by Jan Kratochvil · 11 years ago
  68. e6a9bb8 libdw: Handle dwz multi files correctly in dwarf_getfuncs. by Mark Wielaard · 11 years ago
  69. d182974 libdwfl: Don't report and abort on non-file mappings in maps. by Mark Wielaard · 11 years ago
  70. 4f7673f ar: Correct operation check when instance_specifed is set. by Mark Wielaard · 11 years ago
  71. 93b0e01 Update Ukrainian translation by Yuri Chornoivan · 11 years ago
  72. 3dec3e1 backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression. by Mark Wielaard · 11 years ago
  73. 5dbbc5e libdw: Make sure that every debug_types sig8 is hashed by Josh Stone · 11 years ago
  74. acf1267 Update elf.h from glibc by Petr Machata · 11 years ago
  75. fb92757 0.157 release updates for NEWS, elfutils.spec.in and .po files. by Mark Wielaard · 11 years ago
  76. 0c9ae0c Show contents NT_FILE core note in readelf by Petr Machata · 11 years ago
  77. ab22410 Show contents NT_SIGINFO core note in readelf by Petr Machata · 11 years ago
  78. 74f9b73 libdw: Fix compiler warnings on 32-bit. by Mark Wielaard · 11 years ago
  79. b43bcfe Recognize names of some new core note types in ebl_core_note_type_name by Petr Machata · 11 years ago
  80. f36d727 Prepare 0.157 release. by Mark Wielaard · 11 years ago
  81. 49a1a38 Update elf.h from glibc by Petr Machata · 11 years ago
  82. f06c858 libdw: Simplify __libdw_visit_scopes' tag checks by Josh Stone · 11 years ago
  83. 2cfec29 eblsectionstripp.c (ebl_section_strip_p): Check shdr_l is not NULL. by Mark Wielaard · 11 years ago
  84. 1b734df libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs. by Mark Wielaard · 11 years ago
  85. 21fc33f Make sure --enable-dwz code is also tested during make distcheck. by Mark Wielaard · 11 years ago
  86. ead7d19 libdwfl: Fix memory leak in cu.c on bad DWARF. by Mark Wielaard · 11 years ago
  87. 18b2c67 Fix memory leak and set libdw errno when intern_fde cannot parse start/end. by Mark Wielaard · 11 years ago
  88. cc39248 libdwfl: proc_maps_report should not fclose the given file. by Mark Wielaard · 11 years ago
  89. 2e73a8a Fix typo in dwfl_module_getdwarf.c (find_symtab). by Mark Wielaard · 11 years ago
  90. 6e6e54e tests: Add new varlocs test for dwarf_getlocation* functions. by Mark Wielaard · 11 years ago
  91. b2535b6 libdw: Add new functions dwarf_getlocation_attr and dwarf_getlocation_die. by Mark Wielaard · 11 years ago
  92. 66eaae9 libdw: Add new function dwarf_getlocations. by Mark Wielaard · 11 years ago
  93. 92e47d6 backends: Hook abi_cfi for arm. by Mark Wielaard · 11 years ago
  94. 79b9181 tests: Add s390 and s390x addrcfi testcases. by Mark Wielaard · 11 years ago
  95. d3f1645 tests: Add ppc32 and ppc64 addrcfi testcases. by Mark Wielaard · 11 years ago
  96. ed9d2ca backends: Hook abi_cfi for ppc and s390. by Jan Kratochvil · 11 years ago
  97. 292b178 tests: Add run-addrcfi.sh test for libdw cfi dwarf_frame_* functions. by Mark Wielaard · 11 years ago
  98. 20f4c12 backends: Always set *prefix to "" when not used in register_info hook. by Mark Wielaard · 11 years ago
  99. e0b4385 gelf.h: Fix typo in comment. by Namhyung Kim · 11 years ago
  100. d0509d4 gelf_getauxv: Add missing whitespace. by Mark Wielaard · 11 years ago