1. 741a5a2 Add some performance tests for fast backtracing. by Arun Sharma · 13 years ago
  2. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 13 years ago
  3. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 13 years ago
  4. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 13 years ago
  5. 6c1a58f Remove the unused arm_extbl_test_LDADD from Makefile.am by Arun Sharma · 13 years ago
  6. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 13 years ago
  7. f643684 Add test-static-link to the .gitignore file. by Ken Werner · 13 years ago
  8. 0f99374 ARM: Return the dwarf.cfa in case the user requests SP/R13. by Ken Werner · 13 years ago
  9. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 13 years ago
  10. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 13 years ago
  11. dcb8d0d Prefer to unwind using DWARF info on ARM. by Ken Werner · 13 years ago
  12. fb325c8 ARM extbl cleanup. by Ken Werner · 13 years ago
  13. 6e25c11 Remove the arm-extbl-test. by Ken Werner · 13 years ago
  14. cf8d5e4 Have the ARM extbtl-parser operate on the DWARF model directly. by Ken Werner · 13 years ago
  15. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 13 years ago
  16. 0613d4c Fixup trailing whitespace by Arun Sharma · 13 years ago
  17. 5769551 Replace libuwind-elf32.la with $(LIBUNWIND_ELF) by Arun Sharma · 13 years ago
  18. 4870386 Add test of backtracing using ARM-specific tables by Zachary T Welch · 13 years ago
  19. 6a67154 Use ARM-specific unwinding tables in unw_step by Zachary T Welch · 13 years ago
  20. ffc474b Add module for parsing ARM-specific unwind tables by Zachary T Welch · 13 years ago
  21. 049e2ba Add ARM signal frame detection by Zachary T Welch · 13 years ago
  22. 6a07298 Fix file descriptor leakage in maps_init by Zachary T Welch · 13 years ago
  23. 13cd3b0 Fix test-ptrace argument parsing. by Zachary T Welch · 13 years ago
  24. 4a89b88 Link libunwind-setjmp against libunwind-elf. by Ken Werner · 13 years ago
  25. ec633a1 Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM. by Ken Werner · 13 years ago
  26. c2cc122 Explicitly add dependent shared libraries. by Ken Werner · 13 years ago
  27. 516304a Revert "Use more convenience libraries" by Arun Sharma · 14 years ago
  28. c0a9d0c Fix the mismatch between the macro parameter and the name used in the body. by Arun Sharma · 14 years ago
  29. a83e96c Some entries in /proc/<pid>/maps are not ELF files, so add check by Arun Sharma · 14 years ago
  30. 5007f8c Improve ELF valid_object() helper by Zachary T Welch · 14 years ago
  31. af88cab Use more convenience libraries by Zachary T Welch · 14 years ago
  32. ce847af Build ELF convenience libraries by Zachary T Welch · 14 years ago
  33. 02dd6c4 Use noinst_HEADERS for distributing .h files by Zachary T Welch · 14 years ago
  34. 9de666d Simplify DWARF source handling by Zachary T Welch · 14 years ago
  35. b07829b Simplify LIBRARIES and LTLIBRARIES automake rules by Zachary T Welch · 14 years ago
  36. 64a8276 Simplify libunwind_setjmp automake rules by Zachary T Welch · 14 years ago
  37. f7ed9c5 Improve top-level Makefile rules by Zachary T Welch · 14 years ago
  38. 7e767a2 Improve test LDADD settings. by Zachary T Welch · 14 years ago
  39. 717239a Conditionalize -static-libcxa test by Zachary T Welch · 14 years ago
  40. 651e9bb Add MAINTAINERCLEANFILES to Makefile.am files. by Zachary T Welch · 14 years ago
  41. 3ac945b Improve debug-frame configure option default by Zachary T Welch · 14 years ago
  42. 574873c Improve configure check reporting. by Zachary T Welch · 14 years ago
  43. cf6a998 Fix memory leak in ARM unw_create_addr_space() by Zachary T Welch · 14 years ago
  44. 10afcf3 Remove duplicate check for PTRACE_CONT by Zachary T Welch · 14 years ago
  45. c9e378b Add .gitignore file by Zachary T Welch · 14 years ago
  46. 92345bf Fix PTRACE_SINGLESTEP typo. by Zachary T Welch · 14 years ago
  47. 982d590 Add Gtest-nomalloc.c to EXTRA_DIST so we pass "make check" by Arun Sharma · 14 years ago
  48. 7909c71 [PATCH] Add files to EXTRA_DIST so that 'make dist' works again by Sven Neumann · 14 years ago
  49. 99e60be Fix the page boundary crossing bug. by Arun Sharma · 14 years ago
  50. b3757e7 Restore the linking when --enable-debug-frame is not specified by Konstantin Belousov · 14 years ago
  51. 00aed96 Add an experimental and optional frame chain unwinding for ARM by Arun Sharma · 14 years ago
  52. 46e10c5 Support .debug_frame based unwinding in _UPTi_find_unwind_table() by Arun Sharma · 14 years ago
  53. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 14 years ago
  54. 298e575 Fix freebsd build by Konstantin Belousov · 14 years ago
  55. 8ee7b17 Add ip argument to _UPTi_find_unwind_table. by Arun Sharma · 14 years ago
  56. 1787a2f Add path and pathlen arguments to tdep_get_elf_image() by Arun Sharma · 14 years ago
  57. b115ab6 Ignore separate debug files which contain a .gnu_debuglink section. by Arun Sharma · 14 years ago
  58. 66b7335 Adds missing register offsets for ARM by Arun Sharma · 14 years ago
  59. e1493dc Merge branch 'master' into freebsd by Konstantin Belousov · 14 years ago
  60. aa3bb30 Fix merge errors by Arun Sharma · 14 years ago
  61. c84005e Add unwind annotations for freebsd/x86 getcontext.S. by Konstantin Belousov · 14 years ago
  62. b73c618 Merge branch 'master' into freebsd by Konstantin Belousov · 14 years ago
  63. 0176c4f Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701' by Arun Sharma · 14 years ago
  64. fdc534c Silence a compiler warning by Arun Sharma · 14 years ago
  65. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 14 years ago
  66. c140d85 Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now. by Arun Sharma · 14 years ago
  67. d3c4bc4 Fix a compiler warning by Arun Sharma · 14 years ago
  68. 045c55b Be conservative in all pointer derefrences by default. by Lassi Tuura · 14 years ago
  69. d4fbc83 Detect end of stack in x86-64 rbp-based walk. by Lassi Tuura · 14 years ago
  70. 92cc7fd Remove obsolete code for 'old way' of handling x86-64 signal frames. by Lassi Tuura · 14 years ago
  71. f252f5f Recognise and unwind through PLT. by Lassi Tuura · 14 years ago
  72. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 14 years ago
  73. 4c553ce Identify end-of-stack by undefined return address location. by Lassi Tuura · 14 years ago
  74. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 14 years ago
  75. 250382c Use wider format when printing addresses in debug format. by Lassi Tuura · 14 years ago
  76. 58f290e Add config.h. by Konstantin Belousov · 14 years ago
  77. 2709abc msync() also may be called on unaligned address. by Konstantin Belousov · 14 years ago
  78. 4454413 Account for possible unaligned access. by Konstantin Belousov · 14 years ago
  79. 74677ed Reverse local change by Konstantin Belousov · 14 years ago
  80. ee99dbe Use mincore instead of msync when available by Konstantin Belousov · 14 years ago
  81. 75b76d1 Save FPU context for i386. by Konstantin Belousov · 14 years ago
  82. b1c68e0 Arrange the FreeBSD ucontext offset definitions in ascending order. by Konstantin Belousov · 14 years ago
  83. a67654e [PATCH] Reduce scope of the eh_frame_end local variable by Giuseppe Scrivano · 14 years ago
  84. 1d9c5a3 Fix compiler warnings on x86_64 Linux by Arun Sharma · 14 years ago
  85. 5a70fab Fix compiler warnings on x86 Linux by Arun Sharma · 14 years ago
  86. 127acf8 Use correct offset name and value for ucontext offset in struct sigframe by Konstantin Belousov · 14 years ago
  87. 0d311ea Add abort() after sigreturn calls by Konstantin Belousov · 14 years ago
  88. 34b064b Fix typo. by Konstantin Belousov · 14 years ago
  89. 1e77c66 Fix FreeBSD/x86_64 sigcontext restore by Konstantin Belousov · 14 years ago
  90. 61f4345 Fix an issue where len was too short for sysctl to recieve the process vm map. by Konstantin Belousov · 14 years ago
  91. 02d0cb6 Do not save FPU context on x86 for now; XMM save area must be 16-bytes aligned by Konstantin Belousov · 14 years ago
  92. ae7eebb Separate getcontext implementation for x86 by Konstantin Belousov · 14 years ago
  93. 66e49bd Save %eax for i386 by Konstantin Belousov · 14 years ago
  94. 5a7407d Merge branch 'master' into freebsd by Konstantin Belousov · 14 years ago
  95. c2d7804 GCC compatibility on x86 for C++ exception handling by Arun Sharma · 14 years ago
  96. eb8857a Silence a compiler warning by Giuseppe Scrivano · 14 years ago
  97. 8431905 Remove unneeded include. by Konstantin Belousov · 14 years ago
  98. 21f0e90 Rework 69001646fa8, store sigframe address into sigcontext_addr. by Konstantin Belousov · 14 years ago
  99. 42bc15c Provide proper register offsets in the gregset for FreeBSD/i386 by Konstantin Belousov · 14 years ago
  100. f10f851 Add slightly more debug output by Konstantin Belousov · 14 years ago