1. 25aeae9 Fix breakage when host != target by Ken Werner · 13 years ago
  2. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  3. 851f142 Fix some compiler warnings by Arun Sharma · 13 years ago
  4. 0eba216 [ARM] Add support for systems that don't support ucontext.h by Ken Werner · 13 years ago
  5. 059676c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr by Ken Werner · 13 years ago
  6. 0fed502 UNW_REMOTE_ONLY fixes by Ken Werner · 13 years ago
  7. 0a26727 Fix TLS destructor ordering problems by Arun Sharma · 13 years ago
  8. 08077a4 pthread_once() workaround for FreeBSD and Solaris by Arun Sharma · 13 years ago
  9. 7f41e70 Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  10. da4743f Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  11. 1975719 Change _UPTi_find_unwind_table to return an integer. by Ken Werner · 13 years ago
  12. c4133e8 undef FORTIFY_SOURCE by Arun Sharma · 13 years ago
  13. f89fb17 Fix incorrect calls to memset. by Arun · 13 years ago
  14. 962366d Fixup compile errors on ia64. by Arun Sharma · 13 years ago
  15. ac0acd0 Bump up the library version by Arun Sharma · 13 years ago
  16. 00abb7c Reorder libraries in lib_LTLIBRARIES by Arun Sharma · 13 years ago
  17. 92327a3 ARM: prefer to unwind using DWARF info by Ken Werner · 13 years ago
  18. 912db91 ARM: Exit unw_step in case DWARF based unwinding was successful by Ken Werner · 13 years ago
  19. 112c927 ARM: Ensure unw_step returns whatever find_proc_info() returns by Ken Werner · 13 years ago
  20. 93e6455 ARM: Fix return value of arm_find_proc_info by Ken Werner · 13 years ago
  21. d83846f ARM: Initial support for remote unwinding using libunwind-ptrace by Ken Werner · 13 years ago
  22. b317cb4 Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame. by Ken Werner · 13 years ago
  23. 545023c Rework the lookup of the ARM specific unwind info by Ken Werner · 13 years ago
  24. 0b9f591 Make the dwarf dl_iterate_phdr callback available within libunwind. by Ken Werner · 13 years ago
  25. 25f6b82 Change address type from void* to unw_word_t. by Ken Werner · 13 years ago
  26. b28335b Fix inline assembly. by Ken Werner · 13 years ago
  27. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  28. 7d43108 No libunwind-generic.so if configured with --disable-shared by Joel Brobecker · 13 years ago
  29. ea7160a Remove unintended semi-colon in os-hpux.c fun definition by Joel Brobecker · 13 years ago
  30. 8d991d9 Fix call to maps_next in _UPT_get_dyn_info_list_addr.c by Joel Brobecker · 13 years ago
  31. e003e44 Check for <sys/ptrace.h> before including it by Joel Brobecker · 13 years ago
  32. d2525ec Use single level hash table for fast trace. by Lassi Tuura · 14 years ago
  33. 5c2cade Inline access to initial register values as it's known to be safe. by Lassi Tuura · 14 years ago
  34. 36511d3 Add support for handling signal frames on ARM Linux. by Ken Werner · 14 years ago
  35. 9533ea1 Add support for RT signal frame detection on ARM. by Ken Werner · 14 years ago
  36. 1e10c29 Add initial support for local unw_resume on ARM Linux. by Ken Werner · 14 years ago
  37. ae5c1f2 Performance optimisations for fast trace. by Lassi Tuura · 14 years ago
  38. e2962af Implement a cheaper getcontext() by Arun Sharma · 14 years ago
  39. 15f1828 Use __thread instead of pthread_getspecific() by Arun Sharma · 14 years ago
  40. fd21d07 Create a generic and local variant of the extbl parser. by Ken Werner · 14 years ago
  41. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  42. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  43. 2f9b04e Mark slow_backtrace() ALWAYS_INLINE by Arun Sharma · 14 years ago
  44. 3b9fd99 Assign copyright as requested by the author. by Lassi Tuura · 14 years ago
  45. f1ea02b Reset 'used' to zero after expanding frame cache hash table. by Lassi Tuura · 14 years ago
  46. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  47. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 14 years ago
  48. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  49. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 14 years ago
  50. 0f99374 ARM: Return the dwarf.cfa in case the user requests SP/R13. by Ken Werner · 14 years ago
  51. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 14 years ago
  52. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 14 years ago
  53. dcb8d0d Prefer to unwind using DWARF info on ARM. by Ken Werner · 14 years ago
  54. fb325c8 ARM extbl cleanup. by Ken Werner · 14 years ago
  55. cf8d5e4 Have the ARM extbtl-parser operate on the DWARF model directly. by Ken Werner · 14 years ago
  56. 04fc88f Fix build and distribution on the FreeBSD. by Konstantin Belousov · 14 years ago
  57. 0613d4c Fixup trailing whitespace by Arun Sharma · 14 years ago
  58. 6a67154 Use ARM-specific unwinding tables in unw_step by Zachary T Welch · 14 years ago
  59. ffc474b Add module for parsing ARM-specific unwind tables by Zachary T Welch · 14 years ago
  60. 049e2ba Add ARM signal frame detection by Zachary T Welch · 14 years ago
  61. 6a07298 Fix file descriptor leakage in maps_init by Zachary T Welch · 14 years ago
  62. 4a89b88 Link libunwind-setjmp against libunwind-elf. by Ken Werner · 14 years ago
  63. 516304a Revert "Use more convenience libraries" by Arun Sharma · 14 years ago
  64. a83e96c Some entries in /proc/<pid>/maps are not ELF files, so add check by Arun Sharma · 14 years ago
  65. 5007f8c Improve ELF valid_object() helper by Zachary T Welch · 14 years ago
  66. af88cab Use more convenience libraries by Zachary T Welch · 14 years ago
  67. ce847af Build ELF convenience libraries by Zachary T Welch · 14 years ago
  68. 02dd6c4 Use noinst_HEADERS for distributing .h files by Zachary T Welch · 14 years ago
  69. 9de666d Simplify DWARF source handling by Zachary T Welch · 14 years ago
  70. b07829b Simplify LIBRARIES and LTLIBRARIES automake rules by Zachary T Welch · 14 years ago
  71. 64a8276 Simplify libunwind_setjmp automake rules by Zachary T Welch · 14 years ago
  72. 651e9bb Add MAINTAINERCLEANFILES to Makefile.am files. by Zachary T Welch · 14 years ago
  73. cf6a998 Fix memory leak in ARM unw_create_addr_space() by Zachary T Welch · 14 years ago
  74. 7909c71 [PATCH] Add files to EXTRA_DIST so that 'make dist' works again by Sven Neumann · 14 years ago
  75. 99e60be Fix the page boundary crossing bug. by Arun Sharma · 14 years ago
  76. b3757e7 Restore the linking when --enable-debug-frame is not specified by Konstantin Belousov · 15 years ago
  77. 00aed96 Add an experimental and optional frame chain unwinding for ARM by Arun Sharma · 15 years ago
  78. 46e10c5 Support .debug_frame based unwinding in _UPTi_find_unwind_table() by Arun Sharma · 15 years ago
  79. 546463d Factor out and export dwarf_find_debug_frame() function by Arun Sharma · 15 years ago
  80. 298e575 Fix freebsd build by Konstantin Belousov · 15 years ago
  81. 8ee7b17 Add ip argument to _UPTi_find_unwind_table. by Arun Sharma · 15 years ago
  82. 1787a2f Add path and pathlen arguments to tdep_get_elf_image() by Arun Sharma · 15 years ago
  83. b115ab6 Ignore separate debug files which contain a .gnu_debuglink section. by Arun Sharma · 15 years ago
  84. 66b7335 Adds missing register offsets for ARM by Arun Sharma · 15 years ago
  85. e1493dc Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  86. aa3bb30 Fix merge errors by Arun Sharma · 15 years ago
  87. c84005e Add unwind annotations for freebsd/x86 getcontext.S. by Konstantin Belousov · 15 years ago
  88. b73c618 Merge branch 'master' into freebsd by Konstantin Belousov · 15 years ago
  89. 0176c4f Merge commit 'fdc534ccb05d1e6c0438345d292203343a811701' by Arun Sharma · 15 years ago
  90. fdc534c Silence a compiler warning by Arun Sharma · 15 years ago
  91. 215afa3 Add unwind descriptors to getcontext.S by Arun Sharma · 15 years ago
  92. c140d85 Undo commit f252f5ff4e51af90fd6629f122f72556db94ccb7 for now. by Arun Sharma · 15 years ago
  93. d3c4bc4 Fix a compiler warning by Arun Sharma · 15 years ago
  94. 045c55b Be conservative in all pointer derefrences by default. by Lassi Tuura · 15 years ago
  95. d4fbc83 Detect end of stack in x86-64 rbp-based walk. by Lassi Tuura · 15 years ago
  96. 92cc7fd Remove obsolete code for 'old way' of handling x86-64 signal frames. by Lassi Tuura · 15 years ago
  97. f252f5f Recognise and unwind through PLT. by Lassi Tuura · 15 years ago
  98. a9dce3c During the stack unwinding process, the return address points to by Lassi Tuura · 15 years ago
  99. 4c553ce Identify end-of-stack by undefined return address location. by Lassi Tuura · 15 years ago
  100. dac2d00 Identify signal frames by augmentation attribute. by Lassi Tuura · 15 years ago