1. cbc66b6 mips: fix a linker error by Arun Sharma · 13 years ago
  2. 49ca8b6 ia64: remove references to an out of scope local by Arun Sharma · 13 years ago
  3. 5e59e93 dwarf: introduce a valid bit for dwarf_reg_state_t by Arun Sharma · 13 years ago
  4. d04dc94 dwarf: ip == 0 should't terminate unwind by Arun Sharma · 13 years ago
  5. 43e5ee2 Demote the debug level to reduce verbosity by Arun Sharma · 13 years ago
  6. 3d08506 Fix undefined symbol: _Uelf64_valid_object by Arun Sharma · 13 years ago
  7. 5932883 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. by Konstantin Belousov · 13 years ago
  8. 1774384 FreeBSD also supports PT_GNU_STACK. by Konstantin Belousov · 13 years ago
  9. 29dae21 Style. by Konstantin Belousov · 13 years ago
  10. 29b32cf Fix silly mistakes in the definitions related to the FreeBSD offsets in by Konstantin Belousov · 13 years ago
  11. 51445f6 ARM: fix unwind table search when IP less than first table entry by Tommi Rantala · 13 years ago
  12. ec4b23b ARM: fix off-by-one in exidx VFP pop by Tommi Rantala · 13 years ago
  13. 458c661 Fix libunwind-generic.so symbolic link never being created in make install by Tommi Rantala · 13 years ago
  14. 52ca68c Fix a race condition by Arun Sharma · 13 years ago
  15. cf2f3d3 Correct the inverted check by Arun Sharma · 13 years ago
  16. 2f32820 Fix a compiler warning by Arun Sharma · 13 years ago
  17. 2b606fa Fix compilation on non-glibc machines. by Konstantin Belousov · 13 years ago
  18. 1010880 Address x86_64 crashes when using sigaltstack by Arun Sharma · 13 years ago
  19. 297d9cd Fix for failing test-setjmp by Paul Pluzhnikov · 13 years ago
  20. d84e5d5 Call dwarf_step only if CONFIG_DEBUG_FRAME is defined by Ken Werner · 13 years ago
  21. 786882f Remove unused variable segbase by Arun Sharma · 13 years ago
  22. 1e64499 Only declare the start/end variables in case CONFIG_DEBUG_FRAME is defined. by Ken Werner · 13 years ago
  23. 25aeae9 Fix breakage when host != target by Ken Werner · 13 years ago
  24. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  25. 851f142 Fix some compiler warnings by Arun Sharma · 13 years ago
  26. 3977724 Add missing <signal.h> include directive by Ken Werner · 13 years ago
  27. 91494b7 Define GNU and processor specific values for the Phdr p_type field by Ken Werner · 13 years ago
  28. 0eba216 [ARM] Add support for systems that don't support ucontext.h by Ken Werner · 13 years ago
  29. 059676c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr by Ken Werner · 13 years ago
  30. 0fed502 UNW_REMOTE_ONLY fixes by Ken Werner · 13 years ago
  31. 2c865b6 Include <sys/mman.h> to have MAP_ANONYMOUS defined by Ken Werner · 13 years ago
  32. 0a26727 Fix TLS destructor ordering problems by Arun Sharma · 13 years ago
  33. 08077a4 pthread_once() workaround for FreeBSD and Solaris by Arun Sharma · 13 years ago
  34. 9a311bf [ARM] fix for the check-namespace test case by Ken Werner · 13 years ago
  35. 7f41e70 Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  36. da4743f Exclude arm_find_proc_info and arm_put_unwind_info in case of UNW_REMOTE_ONLY by Ken Werner · 13 years ago
  37. c01ea3f Have dwarf.h include pthread.h by Ken Werner · 13 years ago
  38. 1975719 Change _UPTi_find_unwind_table to return an integer. by Ken Werner · 13 years ago
  39. c4133e8 undef FORTIFY_SOURCE by Arun Sharma · 13 years ago
  40. 42b6708 Fix linker errors with recent binutils by Arun Sharma · 13 years ago
  41. f89fb17 Fix incorrect calls to memset. by Arun · 13 years ago
  42. 962366d Fixup compile errors on ia64. by Arun Sharma · 13 years ago
  43. ac0acd0 Bump up the library version by Arun Sharma · 13 years ago
  44. 1d8e2c1 Explicitly specify the libraries by Arun Sharma · 13 years ago
  45. 3bf76e8 Installed include files can't include config.h by Arun Sharma · 13 years ago
  46. 00abb7c Reorder libraries in lib_LTLIBRARIES by Arun Sharma · 13 years ago
  47. 92327a3 ARM: prefer to unwind using DWARF info by Ken Werner · 13 years ago
  48. 912db91 ARM: Exit unw_step in case DWARF based unwinding was successful by Ken Werner · 13 years ago
  49. e3c87a6 Updates for 1.0 by Arun Sharma · 13 years ago
  50. f195c9a Skip a few tests on uCLibC by Sven Neumann · 13 years ago
  51. 112c927 ARM: Ensure unw_step returns whatever find_proc_info() returns by Ken Werner · 13 years ago
  52. 93e6455 ARM: Fix return value of arm_find_proc_info by Ken Werner · 13 years ago
  53. 8ab8863 Bump up the package version. by Arun Sharma · 13 years ago
  54. 4dbc2bc Fix a compiler warning by Arun Sharma · 13 years ago
  55. d83846f ARM: Initial support for remote unwinding using libunwind-ptrace by Ken Werner · 13 years ago
  56. b317cb4 Change libunwind-ptrace to also look for .debug_frame if nothing found in .eh_frame. by Ken Werner · 13 years ago
  57. 545023c Rework the lookup of the ARM specific unwind info by Ken Werner · 13 years ago
  58. 0b9f591 Make the dwarf dl_iterate_phdr callback available within libunwind. by Ken Werner · 13 years ago
  59. 25f6b82 Change address type from void* to unw_word_t. by Ken Werner · 13 years ago
  60. 264b101 Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h. by Ken Werner · 13 years ago
  61. b28335b Fix inline assembly. by Ken Werner · 13 years ago
  62. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  63. 7d43108 No libunwind-generic.so if configured with --disable-shared by Joel Brobecker · 13 years ago
  64. ea7160a Remove unintended semi-colon in os-hpux.c fun definition by Joel Brobecker · 13 years ago
  65. 8d991d9 Fix call to maps_next in _UPT_get_dyn_info_list_addr.c by Joel Brobecker · 13 years ago
  66. e003e44 Check for <sys/ptrace.h> before including it by Joel Brobecker · 13 years ago
  67. d2525ec Use single level hash table for fast trace. by Lassi Tuura · 14 years ago
  68. 5c2cade Inline access to initial register values as it's known to be safe. by Lassi Tuura · 14 years ago
  69. 36511d3 Add support for handling signal frames on ARM Linux. by Ken Werner · 14 years ago
  70. 9533ea1 Add support for RT signal frame detection on ARM. by Ken Werner · 14 years ago
  71. 1e10c29 Add initial support for local unw_resume on ARM Linux. by Ken Werner · 14 years ago
  72. 288f18f ARM: tests/Gtest-dyn1.c workaround for GCC bug. by Ken Werner · 14 years ago
  73. 3b917f2 ARM: tests/Gtest-dyn1.c fixes. by Ken Werner · 14 years ago
  74. a624812 ARM: tests/Gtest-trace.c - IP printing by Ken Werner · 14 years ago
  75. d589e20 Add the appropriate libraries to the *_LDADD variables. by Ken Werner · 14 years ago
  76. ae5c1f2 Performance optimisations for fast trace. by Lassi Tuura · 14 years ago
  77. e2962af Implement a cheaper getcontext() by Arun Sharma · 14 years ago
  78. 15f1828 Use __thread instead of pthread_getspecific() by Arun Sharma · 14 years ago
  79. 171e3e5 Add tests/[GL]perf-trace to the .gitignore file. by Ken Werner · 14 years ago
  80. e4593e2 Increase alternate signal stack size. by Ken Werner · 14 years ago
  81. fd21d07 Create a generic and local variant of the extbl parser. by Ken Werner · 14 years ago
  82. d86155f Add a test to catch calls to calloc from libunwind by Arun Sharma · 14 years ago
  83. 4dc222c Undo parts of 2f9b04e9c29999d18906e37b37dcea9676df194f by Arun Sharma · 14 years ago
  84. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 14 years ago
  85. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 14 years ago
  86. 2f9b04e Mark slow_backtrace() ALWAYS_INLINE by Arun Sharma · 14 years ago
  87. 27d0dbf Ensure tests pass on 32 bit x86. by Arun Sharma · 14 years ago
  88. 3b9fd99 Assign copyright as requested by the author. by Lassi Tuura · 14 years ago
  89. f1ea02b Reset 'used' to zero after expanding frame cache hash table. by Lassi Tuura · 14 years ago
  90. 741a5a2 Add some performance tests for fast backtracing. by Arun Sharma · 14 years ago
  91. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 14 years ago
  92. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 14 years ago
  93. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 14 years ago
  94. 6c1a58f Remove the unused arm_extbl_test_LDADD from Makefile.am by Arun Sharma · 14 years ago
  95. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 14 years ago
  96. f643684 Add test-static-link to the .gitignore file. by Ken Werner · 14 years ago
  97. 0f99374 ARM: Return the dwarf.cfa in case the user requests SP/R13. by Ken Werner · 14 years ago
  98. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 14 years ago
  99. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 14 years ago
  100. dcb8d0d Prefer to unwind using DWARF info on ARM. by Ken Werner · 14 years ago