1. f3111d5 tests: Add an explicit -fasynchronous-unwind-tables for deleted-lib.so. by Mark Wielaard · 10 years ago
  2. 080fa4e tests: Test addr2line -i with lexical blocks present by Josh Stone · 10 years ago
  3. 2098b3d addr2line: Always prefer linkage_name over plain names by Josh Stone · 10 years ago
  4. edb079a Change calling convention of dwarf_getmacros to allow opcode 0xff by Petr Machata · 10 years ago
  5. 4466216 tests: vdsosyms call dwfl_linux_proc_attach. by Mark Wielaard · 10 years ago
  6. 9644aaf readelf: print_attributes (-A) robustify and handle non-gnu attributes. by Mark Wielaard · 10 years ago
  7. 5691f86 libdwfl: find_dynsym don't assume dynamic linker has adjusted DYNAMIC entries. by Mark Wielaard · 10 years ago
  8. 0a1e81b Test cases for .debug_macro support by Petr Machata · 10 years ago
  9. 3a36e8a libdw: Add dwarf_peel_type. Use it in dwarf_aggregate_size. by Mark Wielaard · 10 years ago
  10. 281ebd7 tests: run-deleted.sh unset VALGRIND_CMD before running deleted. by Mark Wielaard · 10 years ago
  11. b50014f libdw: dwarf_aggregate_size return CU address_size for sizeless pointer/refs. by Mark Wielaard · 10 years ago
  12. 6d48bbf Support note NT_FILE for locating files. by Jan Kratochvil · 10 years ago
  13. 0375056 Fix resolving ELF symbols for live PIDs with deleted files by Jan Kratochvil · 10 years ago
  14. 41362da tests/backtrace.c (frame_callback): Error on seeing more than 16 frames. by Mark Wielaard · 10 years ago
  15. 1986c17 tests: backtrace.c accept __libc_do_syscall as first frame symname. by Mark Wielaard · 10 years ago
  16. cb5ac6e tests: backtrace-subr.sh add check_native_unsupported. by Mark Wielaard · 10 years ago
  17. 14beac3 libdwfl: Record dwfl_attach_state error and return it on failure. by Mark Wielaard · 10 years ago
  18. 85482fc tests: Don't use static functions in testfile-backtrace-demangle. by Mark Wielaard · 10 years ago
  19. bb096d0 Remove --enable-dwz. dwz alt debug is no longer experimental. by Mark Wielaard · 10 years ago
  20. df85bf9 libdwfl: Move dwz alt multi file searching to find_debuginfo callback. by Mark Wielaard · 10 years ago
  21. d81d32d libdwelf: Add dwelf_elf_gnu_build_id. by Mark Wielaard · 10 years ago
  22. 2248165 tests/allfcts.c: Install alternate debug information by Florian Weimer · 10 years ago
  23. 4813dbb libdwelf: Add dwelf_dwarf_gnu_debugaltlink by Florian Weimer · 10 years ago
  24. 9380297 libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink. by Mark Wielaard · 10 years ago
  25. fe4b5fd tests: run-nm-self.sh use test = not == for string comparisons. by Mark Wielaard · 10 years ago
  26. 02cefda Unwinding is only supported on Linux by Kurt Roeckx · 10 years ago
  27. 3232479 Remove mudflap build option. by Mark Wielaard · 10 years ago
  28. f7cdc74 readelf: Read the decompressed data when processing .zdebug DWARF sections. by Mark Wielaard · 10 years ago
  29. 110c273 readelf: convert up to a target long in buf_read_ulong. by Mark Wielaard · 10 years ago
  30. 66637fa backends: Add aarch64 native and core unwind support. by Mark Wielaard · 10 years ago
  31. 51fff30 libdwfl: test dwflsyms on ET_EXEC with minisymtab by Josh Stone · 10 years ago
  32. 225dddf backends: Add arm frame_nregs and set_initial_registers_tid. by Mark Wielaard · 11 years ago
  33. a02d90a backends: arm_cfi SP (r13) is restored from CFA by default. by Mark Wielaard · 11 years ago
  34. f48eb6b Use -Wformat=2 by default for all files. by Mark Wielaard · 11 years ago
  35. 13968d9 stack: Add -i, --inlines. Show inlined call frames using DWARF debuginfo. by Mark Wielaard · 11 years ago
  36. 531a30a stack: Add -d, --debugname. Lookup DWARF debuginfo name for frame address. by Mark Wielaard · 11 years ago
  37. c80375d tests: Reduce the total number of self-test files and add ET_REL files. by Mark Wielaard · 11 years ago
  38. d7cffa7 tests: run-backtrace-demangle.sh check exitcode and max number of frames. by Mark Wielaard · 11 years ago
  39. 435808a Fix false FAILs on testsuite with ulimit -c unlimited. by Jan Kratochvil · 11 years ago
  40. 7c6e785 Fix corruption of non-C++ symbols by the demangler. by Jan Kratochvil · 11 years ago
  41. e922ec4 tests: backtrace-subr.sh (check_native_core) should check core file name. by Matthias Klose · 11 years ago
  42. 70c3a53 tests: Don't use ptrace detach stopped trick. Raise can return. by Mark Wielaard · 11 years ago
  43. 1051a0c tests: backtrace-subr.sh skip check_native_core test if core ulimit fails. by Mark Wielaard · 11 years ago
  44. 4f1c96d tests: Simplify backtrace-dwarf (gcc cleanup-13.c) testcase. by Mark Wielaard · 11 years ago
  45. b92af19 backends: Add aarch64 abi_cfi. by Mark Wielaard · 11 years ago
  46. 1910801 libdwfl: Add dwfl_core_file_attach and dwfl_linux_proc_attach. by Mark Wielaard · 11 years ago
  47. e962ec3 libdwfl: Add dwfl_getthread_frames. by Mark Wielaard · 11 years ago
  48. b6ef1ce tests: backtrace.c only check we caught the last instruction on x86_64. by Mark Wielaard · 11 years ago
  49. 159ac52 libdwfl: Introduce dwfl_module_getsym_info and dwfl_module_addrinfo. by Mark Wielaard · 11 years ago
  50. c6a4148 unwinder: s390 and s390x by Jan Kratochvil · 11 years ago
  51. b3c810f Remove tests/backtrace-dwarf.c unused code. by Jan Kratochvil · 11 years ago
  52. 5cbf42a unwinder: ppc and ppc64 by Jan Kratochvil · 11 years ago
  53. 63572f4 tests: Add backtrace_child_biarch_SOURCES to make distcheck happy. by Mark Wielaard · 11 years ago
  54. 7fc4929 tests: Disable valgrind for core dumping and for self-introspecting tests. by Mark Wielaard · 11 years ago
  55. 3951f2e libdw: Handle empty location expression for (indirect) DIE locations. by Mark Wielaard · 11 years ago
  56. f88863f Fix test FAIL with -O2 by Jan Kratochvil · 11 years ago
  57. 813aae0 tests: SKIP backtrace-data and backtrace-dwarf on unsupported arches. by Mark Wielaard · 11 years ago
  58. 1bfab19 tests: automake 1.13 compatibility fix. by Mark Wielaard · 11 years ago
  59. 8ae9bc9 Tests for unwinder of x86*. by Jan Kratochvil · 11 years ago
  60. 819c349 libdwfl: Add dwfl_module_addrsym_elf and dwfl_module_getsym_elf. by Mark Wielaard · 11 years ago
  61. 0d5a867 tests: Makefile.am (EXTRA_DIST): Add run-funcretval.sh. by Mark Wielaard · 11 years ago
  62. 98c8a73 Support AArch64 architecture by Petr Machata · 11 years ago
  63. db35c87 libdwfl: Fix and test aux_sym address_sync with relocated ELF by Josh Stone · 11 years ago
  64. 68ce4fc tests: Fix broken dwflsyms tests, extend test and add prelink tests. by Mark Wielaard · 11 years ago
  65. a45c804 Check for prefixed ar, readelf, and nm by Michael Forney · 11 years ago
  66. d8c75df tests: allfcts.c (main): Correct dwarf_getfuncs return value check. by Mark Wielaard · 11 years ago
  67. e6a9bb8 libdw: Handle dwz multi files correctly in dwarf_getfuncs. by Mark Wielaard · 11 years ago
  68. d182974 libdwfl: Don't report and abort on non-file mappings in maps. by Mark Wielaard · 11 years ago
  69. 3dec3e1 backends: ppc_abi_cfi reg1 use DW_CFA_val_offset not DW_CFA_val_expression. by Mark Wielaard · 11 years ago
  70. 5dbbc5e libdw: Make sure that every debug_types sig8 is hashed by Josh Stone · 11 years ago
  71. 0c9ae0c Show contents NT_FILE core note in readelf by Petr Machata · 11 years ago
  72. ab22410 Show contents NT_SIGINFO core note in readelf by Petr Machata · 11 years ago
  73. 1b734df libdw: Make dwarf_getfuncs find all (defining) DW_TAG_subprogram DIEs. by Mark Wielaard · 11 years ago
  74. 6e6e54e tests: Add new varlocs test for dwarf_getlocation* functions. by Mark Wielaard · 11 years ago
  75. 92e47d6 backends: Hook abi_cfi for arm. by Mark Wielaard · 11 years ago
  76. 79b9181 tests: Add s390 and s390x addrcfi testcases. by Mark Wielaard · 11 years ago
  77. d3f1645 tests: Add ppc32 and ppc64 addrcfi testcases. by Mark Wielaard · 11 years ago
  78. 292b178 tests: Add run-addrcfi.sh test for libdw cfi dwarf_frame_* functions. by Mark Wielaard · 11 years ago
  79. 4b9e639 addr2line: Support -i, --inlines output option. by Mark Wielaard · 11 years ago
  80. d0f8501 addr2line: Remove newline from strings returned by getline. by Mark Wielaard · 11 years ago
  81. 596d430 Fix false match of non-build-id disk library to build-id memory library. by Jan Kratochvil · 11 years ago
  82. 263d7ee tests EXTRA_DIST typo, forgot extension in testfilenolines.bz2. by Mark Wielaard · 11 years ago
  83. 8ff8629 Use DT_DEBUG library search first. by Jan Kratochvil · 11 years ago
  84. 9affad3 libdw: dwarf_getsrclines don't set end_sequence when there are no lines. by Mark Wielaard · 11 years ago
  85. 904aec2 Add parameter add_p_vaddr to dwfl_report_elf. by Jan Kratochvil · 11 years ago
  86. 807ea31 tests: Don't use pushd or popd, just use cd to change working directory. by Mark Wielaard · 11 years ago
  87. 527e21e tests: Tests that override EXIT (0) trap need to cleanup themselves. by Mark Wielaard · 11 years ago
  88. b0f202e tests: All update tests should use unique temporary file names and cleanup. by Mark Wielaard · 11 years ago
  89. a609831 tests: Add various files to tempfiles so they are always cleaned up. by Mark Wielaard · 11 years ago
  90. 86be792 Enable automake parallel-tests for make check. by Mark Wielaard · 11 years ago
  91. cdaaf21 Updates for Automake 1.13. by Mark Wielaard · 11 years ago
  92. 1a09420 readelf: Add --debug-dump=decodedline support. by Mark Wielaard · 11 years ago
  93. b79788c readelf: Display raw .debug_aranges. Use libdw only for decodedaranges. by Mark Wielaard · 11 years ago
  94. a8c7f05 readelf: When highpc is in constant form also print as address. by Mark Wielaard · 11 years ago
  95. a1d4482 Fix dwfl_report_elf BASE alignment by Jan Kratochvil · 11 years ago
  96. f1b06b5 libdw and libdwfl srcfiles and srclines fixes for partial_units. by Mark Wielaard · 11 years ago
  97. f6185a7 libdwfl: Try opening files all installed compression libraries. by Mark Wielaard · 12 years ago
  98. 443304e libdw: Handle FORM_GNU_strp_alt for files with string data only in dwz file. by Mark Wielaard · 12 years ago
  99. 6c4b207 Add readelf test for --debug-dump=loc --debug-dump=ranges, -N and -U. by Mark Wielaard · 12 years ago
  100. cc84d79 backends/ by Jan Kratochvil · 12 years ago