1. e962ec3 libdwfl: Add dwfl_getthread_frames. by Mark Wielaard · 11 years ago
  2. 641a4f6 libdwfl: Correct nested asprintf result check in report_kernel_archive. by Mark Wielaard · 11 years ago
  3. 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
  4. c530946 Use executable_for_core in dwfl_build_id_find_elf. by Jan Kratochvil · 11 years ago
  5. c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
  6. 6cd283c Fix forgotten call of ebl_dwarf_to_regno. by Jan Kratochvil · 11 years ago
  7. c76b2ff libdwfl: linux-pid-attach.c (pid_next_thread): Use rewinddir on first call. by Mark Wielaard · 11 years ago
  8. 14c2d9e libdwfl: Add dwfl_module_getsymtab_first_global. by Mark Wielaard · 11 years ago
  9. e6e6cc8 libdwfl: Fix various frame related memory leaks. by Mark Wielaard · 11 years ago
  10. 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
  11. 5ef96c9 Introduce process_attach_error. by Jan Kratochvil · 11 years ago
  12. 819c349 libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf. by Mark Wielaard · 11 years ago
  13. 99a2949 Fix non-build-id core files on build-id system by Jan Kratochvil · 11 years ago
  14. b301c2e Verify file vs. core build-id, when both available by Jan Kratochvil · 11 years ago
  15. 463e983 link_map: Use proper bias, not l_addr by Jan Kratochvil · 11 years ago
  16. 10d7a39 Compatibility with older kernels such as RHEL-6. by Jan Kratochvil · 11 years ago
  17. db35c87 libdwfl: Fix and test aux_sym address_sync with relocated ELF by Josh Stone · 11 years ago
  18. 1c1a53b Code cleanup: Remove const in prototype by Jan Kratochvil · 11 years ago
  19. ed78237 Fix dwfl_attach_state machine->elf by Jan Kratochvil · 11 years ago
  20. 954a7b0 Provide __libdwfl_module_getsym to get dwfl_file * by Jan Kratochvil · 11 years ago
  21. 5dca2b6 Fix dwfl_module_addrsym for minidebuginfo by Jan Kratochvil · 11 years ago
  22. 0b86746 Unwinder for x86*. by Jan Kratochvil · 11 years ago
  23. 22f867a dwfl_core_file_report: Remove the use of MAX. by Jan Kratochvil · 11 years ago
  24. b947ee1 dwfl_core_file_report: Fix a regression of dwfl_core_file_report retval by Jan Kratochvil · 11 years ago
  25. 35d95f3 dwfl_core_file_report: Fix core files for re-prelink-ed files by Jan Kratochvil · 11 years ago
  26. 21783b5 dwfl_core_file_report: Code cleanup: Reindentation. by Jan Kratochvil · 11 years ago
  27. 3cf491e Fix executable_for_core for non-dwfl_standard_argp by Jan Kratochvil · 11 years ago
  28. d182974 libdwfl: Don't report and abort on non-file mappings in maps. by Mark Wielaard · 11 years ago
  29. ead7d19 libdwfl: Fix memory leak in cu.c on bad DWARF. by Mark Wielaard · 11 years ago
  30. cc39248 libdwfl: proc_maps_report should not fclose the given file. by Mark Wielaard · 11 years ago
  31. 2e73a8a Fix typo in dwfl_module_getdwarf.c (find_symtab). by Mark Wielaard · 11 years ago
  32. 16fa414 libdwfl/linux-kernel-modules.c (report_kernel): Pass add_p_vaddr as true. by Mark Wielaard · 11 years ago
  33. 10edf47 Fix run-unstrip-n.sh regression on CentOS-5 ppc. by Jan Kratochvil · 11 years ago
  34. 744fc6f __libdwfl_elf_address_range: Add missing internal_function keyword. by Jan Kratochvil · 11 years ago
  35. 596d430 Fix false match of non-build-id disk library to build-id memory library. by Jan Kratochvil · 11 years ago
  36. 8af254a __libdwfl_find_elf_build_id: Add missing internal_function keyword. by Jan Kratochvil · 11 years ago
  37. 8e5393c Don't assert on mod->e_type in __libdwfl_relocate_value. by Mark Wielaard · 11 years ago
  38. 24b26ec libdwfl: link_map.c (report_r_debug) always release memory_callback buffer. by Mark Wielaard · 11 years ago
  39. 8ff8629 Use DT_DEBUG library search first. by Jan Kratochvil · 11 years ago
  40. 904aec2 Add parameter add_p_vaddr to dwfl_report_elf. by Jan Kratochvil · 12 years ago
  41. 9efa9e6 libdwfl/link_map.c: #include system.h. by Mark Wielaard · 12 years ago
  42. 1704baf Unify {BE,LE}{32,64} in lib/system.h. by Jan Kratochvil · 12 years ago
  43. cdaaf21 Updates for Automake 1.13. by Mark Wielaard · 12 years ago
  44. a1d4482 Fix dwfl_report_elf BASE alignment by Jan Kratochvil · 12 years ago
  45. f1b06b5 libdw and libdwfl srcfiles and srclines fixes for partial_units. by Mark Wielaard · 12 years ago
  46. f6185a7 libdwfl: Try opening files all installed compression libraries. by Mark Wielaard · 12 years ago
  47. 4002581 libdwfl: Use actual file names in parse_opt failure cases. by Mark Wielaard · 12 years ago
  48. 8447637 libdwfl/ by Jan Kratochvil · 12 years ago
  49. 697bdca libdwfl: Support auxiliary symbol table only for getsym and addrsym. by Mark Wielaard · 12 years ago
  50. 5083a70 libdwfl: Add minisymtab support. by Mark Wielaard · 12 years ago
  51. 3999ce1 dwfl_link_map_report: Handle unaligned auxv data. by Roland McGrath · 12 years ago
  52. 76c5459 Fix two failure condition checks in libdwfl/linux-kernel-modules.c. by Mark Wielaard · 12 years ago
  53. d5784af libdwfl/ by Jan Kratochvil · 12 years ago
  54. ae81c70 libdwfl/ by Jan Kratochvil · 12 years ago
  55. 3fdcdcb libdwfl/ 2012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 12 years ago
  56. 50f413e libdwfl/ 2012-10-17 Jan Kratochvil <jan.kratochvil@redhat.com> by Jan Kratochvil · 12 years ago
  57. 387654d libdwfl/ by Jan Kratochvil · 12 years ago
  58. 78dec22 libdwfl/ by Jan Kratochvil · 12 years ago
  59. ea45ac8 cu.c (cudie_offset): Don't use type_sig8, it might not be initialized. by Mark Wielaard · 12 years ago
  60. 5b25782 derelocate.c (find_section): Check next section exists before accessing it. by Mark Wielaard · 12 years ago
  61. e187314 Implement support for archives with 64-bit symbol table by Petr Machata · 12 years ago
  62. 210c2f0 RHBZ#805447: Fix core file grokking for case of truncated .dynstr by Roland McGrath · 13 years ago
  63. 01fef9d Fix elf_from_remote_memory for ELFCLASS64 case. by Roland McGrath · 13 years ago
  64. ef431cd Use index of first global symbol to speed up dwfl_module_addrsym search. by Mark Wielaard · 13 years ago
  65. 75ee33f dwfl_module_addrsym update sizeless_sym only if closer to desired addr. by Mark Wielaard · 13 years ago
  66. f43feb5 derelocate.c (cache_sections): Intern mod->reloc_info check. by Mark Wielaard · 13 years ago
  67. 32899ac Clean up byte order handling in md5 and sha1 code. by Roland McGrath · 13 years ago
  68. dbb490f Fix libdwfl compile issue in case none of the compression libraries are there. by Mark Wielaard · 14 years ago
  69. e07da4f libdwfl: Clear errno before using its ambient value. by Roland McGrath · 14 years ago
  70. 6ecdead libdwfl: Search for Linux kernel binaries with compression file name suffixes. by Roland McGrath · 14 years ago
  71. 3a44c9a libdwfl: Use the section-end address as the synchronization point, rather than sh_addr. by Roland McGrath · 14 years ago
  72. 0ef4020 libdwfl: Discover PT_INTERP p_vaddr separately from main phdrs and undo phdrs. by Roland McGrath · 14 years ago
  73. 9fdd461 libdwfl: Fix prelink address_sync to find 64-bit PT_INTERP. by Roland McGrath · 14 years ago
  74. 5ad466d libdwfl: Rejigger address synchronization using .gnu.prelink_undo information. by Roland McGrath · 14 years ago
  75. 2c7d0dd libdwfl: Enhance address_sync calculation to handle more prelink permutations. by Roland McGrath · 14 years ago
  76. 33d305f dwfl_module_relocations: Remove over-eager assert. by Roland McGrath · 14 years ago
  77. 1743d7f libdwfl: Revamp bias bookkeeping, account correctly for prelink REL->RELA segment inflation. by Roland McGrath · 14 years ago
  78. de44f13 Add dwfl_dwarf_line, addr2line -F to print out more line info bits. by Roland McGrath · 14 years ago
  79. 7503c89 Don't suppress full file names found in core-file link_map. by Roland McGrath · 14 years ago
  80. 82a6336 libdwfl: Fix debuginfo search when dwfl_build_id_find_debuginfo closes fd on success. by Roland McGrath · 14 years ago
  81. 81cfcca libdwfl: Fix Linux kernel module search when dwfl_build_id_find_elf closes fd on success. by Roland McGrath · 14 years ago
  82. 3e0f7d1 Handle reading .debug_types section. by Roland McGrath · 14 years ago
  83. b9e8518 libdwfl: Ignore debuginfo-path hits that find the main file again. by Roland McGrath · 14 years ago
  84. a0635db Fix some libdwfl bias calculations. by Roland McGrath · 14 years ago
  85. be9c4d7 Fix /proc/kallsyms grovelling. by Roland McGrath · 14 years ago
  86. aba26e0 libdwfl: Another segment lookup table nit. by Roland McGrath · 15 years ago
  87. ed431dd libdwfl: Refuse to fall back to an ELF file opened by name when that mismatches the module build ID. by Roland McGrath · 15 years ago
  88. b4bb301 Use [pie] rather than [dso] for unnamed modules that are PIEs. by Roland McGrath · 15 years ago
  89. 89bb5d3 dwfl_segment_report_module: Fix jump-start of NDX-finding loop. by Roland McGrath · 15 years ago
  90. 4820a05 Fix libdwfl segment table management. by Roland McGrath · 15 years ago
  91. d05c596 dwfl_link_map_report: Handle PIE-generated core. by Roland McGrath · 15 years ago
  92. 77cda9d Fix dwfl_core_file_report return value when link_map failed after sniffing succeeded. by Roland McGrath · 15 years ago
  93. d17f9de libdwfl: Treat R_*_NONE reloc as no reloc. by Roland McGrath · 15 years ago
  94. be13930 Prevent infinite iteration on link_map list clobbered into circularity. by Roland McGrath · 15 years ago
  95. 5ea349b Fix auxv scanning in core-file grokking. by Roland McGrath · 15 years ago
  96. 8068e06 Export dwfl_core_file_report. by Roland McGrath · 15 years ago
  97. ca84a55 Fix core file grovelling to skip all segments covered by the last module. by Roland McGrath · 15 years ago
  98. 22359e2 Clean up and consolidate automake magic to reduce duplication and to work with --disable-dependency-tracking. by Roland McGrath · 15 years ago
  99. bf96347 Fix uninitialized variable in error case. by Roland McGrath · 15 years ago
  100. eacdcf3 Always set bias in dwfl_module_dwarf_cfi() and dwfl_module_eh_cfi(). by Mark Wielaard · 15 years ago