1. 85bdab7 Support x86-64 floating point registers. by David Srbecky · 9 years ago
  2. 3ad2fce Enable .debug_frame support on all platforms. by David Srbecky · 9 years ago
  3. 2553e59 Attempt to read load_base from memory when needed. by Christopher Ferris · 9 years ago
  4. cdf0d03 Implement method to read elf data from memory. by Christopher Ferris · 9 years ago
  5. d9bcbd4 Add offset to map data. by Christopher Ferris · 9 years ago
  6. 517b197 Fix unwind in exec maps with non-zero offsets. by Christopher Ferris · 10 years ago
  7. d334d4b Make static libraries use different names. by Christopher Ferris · 9 years ago
  8. 6c61dc8 Let config.h #define HAVE_ENDIAN_H. by Elliott Hughes · 10 years ago
  9. 5f0b9af Fix empty struct C/C++ compatibility issue. by Chih-Hung Hsieh · 10 years ago
  10. fac2c50 Do not try to read/write device memory. by Christopher Ferris · 10 years ago
  11. 1acb3f0 Do not save/restore signals around locks. by Christopher Ferris · 10 years ago
  12. 7e10fa7 Fix building libunwind with debug := true. by Elliott Hughes · 10 years ago
  13. cc03527 Add aarch64 getcontext functionality. by Christopher Ferris · 10 years ago
  14. f622936 Make sure that all memory accesses are guarded. by Christopher Ferris · 10 years ago
  15. d1c383c Fix all warnings, and make warnings errors. by Christopher Ferris · 10 years ago
  16. bb75447 Use map cache for finding image names. by Christopher Ferris · 10 years ago
  17. 914a66f Fix typo in prototype. by Christopher Ferris · 10 years ago
  18. f4a8df5 Fix maps caching for local processes. by Christopher Ferris · 10 years ago
  19. 25df8e6 AArch64: Port to Android by Kévin PETIT · 10 years ago
  20. fb2fafb Implement ptrace get registers for aarch64. by Christopher Ferris · 10 years ago
  21. b8627d9 Fix a potential race. by Christopher Ferris · 10 years ago
  22. 76dbee5 Add the ability to enable libunwind debugging. by Christopher Ferris · 10 years ago
  23. 0996405 Fix memory corruption bug. by Christopher Ferris · 10 years ago
  24. 38c7905 Switch arm64 over to <ucontext.h>. by Elliott Hughes · 10 years ago
  25. b58eb4a Switch libunwind over to <sys/ucontext.h>. by Elliott Hughes · 10 years ago
  26. 4a188fb Switch x86 libunwind over to <sys/ucontext.h>. by Elliott Hughes · 10 years ago
  27. e153da5 bionic no longer has <sys/procfs.h>. by Elliott Hughes · 10 years ago
  28. 9fc75e8 Refactor the makefile for aarch64 support. by Christopher Ferris · 10 years ago
  29. 16b95a6 Add speed-ups to libunwind. by Christopher Ferris · 10 years ago
  30. 7d46a21 For current process, check memory accesses. by Christopher Ferris · 11 years ago
  31. cc6cc08 Add a new option to conserve stack space. by Christopher Ferris · 11 years ago
  32. dcf256a Add file that was missed in initial submit. by Christopher Ferris · 11 years ago
  33. efb75a0 Update external/libunwind to build in android. by Christopher Ferris · 11 years ago
  34. eac65dc Add basic support for the QNX operating system by Matt Fischer · 11 years ago
  35. ac6c0a6 [PATCH] AArch64 port. by Yvan Roux · 11 years ago
  36. becfc23 Fix the UNW_TDEP_CURSOR_LEN for ppc32 to fix assert failure by Dave Lerner · 11 years ago
  37. 10b064f Support building with older compilers. by Ladislav Michl · 12 years ago
  38. 890e23e Prefer NULL over zero by Tommi Rantala · 12 years ago
  39. 7d471b1 Define and use `CONST_ATTR' by Tommi Rantala · 12 years ago
  40. e0653f9 Define and use `WEAK' by Tommi Rantala · 12 years ago
  41. e3e49dc Define and use `NOINLINE' by Tommi Rantala · 12 years ago
  42. ee8df26 Constify `dwarf_to_unw_regnum_map' by Tommi Rantala · 12 years ago
  43. fca254a IA64: give prototype for `ia64_find_unwind_table()' by Tommi Rantala · 12 years ago
  44. 8d5b1ae SuperH port by Tommi Rantala · 12 years ago
  45. 79c2c25 MIPS coredump support by Tommi Rantala · 12 years ago
  46. 5d0f376 Invert tdep_init() flag logic by Tommi Rantala · 12 years ago
  47. c2d6f85 Use __sync builtin atomics on all architectures if available by Tommi Rantala · 12 years ago
  48. 9a3565d Simplify `sos_alloc()' implementation by Tommi Rantala · 12 years ago
  49. 26fc156 Align `sos_memory' to MAX_ALIGN by Tommi Rantala · 12 years ago
  50. 0aa60f4 Remove unneeded `atomic_ops.h' inclusion in `dwarf.h' by Tommi Rantala · 12 years ago
  51. dc680c0 Pull attribute macros from `libunwind_i.h' to new header `compiler.h' by Tommi Rantala · 12 years ago
  52. c2f7574 Rename and share `ALIGN' macro from _UCD_internal.h by Tommi Rantala · 12 years ago
  53. a15874f Annotate unused argument in mark_as_used() to avoid -Wextra compiler noise by Tommi Rantala · 12 years ago
  54. 18c26d4 Place `inline' at beginning of declaration of invalidate_edi() by Tommi Rantala · 12 years ago
  55. 7b81113 MIPS: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  56. 1dc66bd ARM: implement dwarf_to_unw_regnum() macro without table by Tommi Rantala · 12 years ago
  57. 6a5da54 Allow for architecture specific dwarf_to_unw_regnum() by Tommi Rantala · 12 years ago
  58. d139d7e HPPA: include `mempool.h' in `libunwind_i.h' by Tommi Rantala · 12 years ago
  59. d1e4614 HPPA: add `global_cache' member to unw_addr_space struct by Tommi Rantala · 12 years ago
  60. 971216f HPPA: fix tdep_put_unwind_info() macro by Tommi Rantala · 12 years ago
  61. d93d96a Fix compilation on IA64 by Martin Milata · 12 years ago
  62. fa54093 Merge branch 'coredump2' of https://github.com/adsharma/libunwind by Arun Sharma · 12 years ago
  63. 5e59e93 dwarf: introduce a valid bit for dwarf_reg_state_t by Arun Sharma · 12 years ago
  64. 0c0ea23 Add support for multiple threads in core files by Alexander Larsson · 12 years ago
  65. b9ff650 Add _UCD_get_pid and _UCD_get_cursig by Alexander Larsson · 12 years ago
  66. b08ae72 Add support for unwinding coredump images by Arun Sharma · 12 years ago
  67. 6525714 Move some dwarf functionality from ptrace to dwarf by Arun Sharma · 12 years ago
  68. 25ee9f8 Introduce struct elf_dyn_info by Arun Sharma · 12 years ago
  69. 29b32cf Fix silly mistakes in the definitions related to the FreeBSD offsets in by Konstantin Belousov · 12 years ago
  70. d20df8b Fix up the breakage when host != target by Arun Sharma · 13 years ago
  71. 91494b7 Define GNU and processor specific values for the Phdr p_type field by Ken Werner · 13 years ago
  72. 0eba216 [ARM] Add support for systems that don't support ucontext.h by Ken Werner · 13 years ago
  73. 059676c Prevent the use of struct dl_phdr_info outside of dl_iterate_phdr by Ken Werner · 13 years ago
  74. 0fed502 UNW_REMOTE_ONLY fixes by Ken Werner · 13 years ago
  75. 2c865b6 Include <sys/mman.h> to have MAP_ANONYMOUS defined by Ken Werner · 13 years ago
  76. c01ea3f Have dwarf.h include pthread.h by Ken Werner · 13 years ago
  77. 3bf76e8 Installed include files can't include config.h by Arun Sharma · 13 years ago
  78. d83846f ARM: Initial support for remote unwinding using libunwind-ptrace by Ken Werner · 13 years ago
  79. 545023c Rework the lookup of the ARM specific unwind info by Ken Werner · 13 years ago
  80. 0b9f591 Make the dwarf dl_iterate_phdr callback available within libunwind. by Ken Werner · 13 years ago
  81. 25f6b82 Change address type from void* to unw_word_t. by Ken Werner · 13 years ago
  82. 264b101 Move arm_exidx_entry and arm_exidx_table structs from ex_tables.h into libunwind-arm.h. by Ken Werner · 13 years ago
  83. e09f970 Handle register nums > 16 on x86_64 by Arun Sharma · 13 years ago
  84. 36511d3 Add support for handling signal frames on ARM Linux. by Ken Werner · 13 years ago
  85. ae5c1f2 Performance optimisations for fast trace. by Lassi Tuura · 13 years ago
  86. e2962af Implement a cheaper getcontext() by Arun Sharma · 13 years ago
  87. fd21d07 Create a generic and local variant of the extbl parser. by Ken Werner · 13 years ago
  88. 5f38f35 Drop a call frame in tdep_trace and avoid a call to unw_step. by Lassi Tuura · 13 years ago
  89. 50bc12a Export unw_backtrace() and alias backtrace() to it. by Lassi Tuura · 13 years ago
  90. 7ff83c0 Fix up compilation and test failures by Arun Sharma · 13 years ago
  91. 44a14d1 Integrate fast trace into backtrace(). by Lassi Tuura · 13 years ago
  92. 9e98f15 Fast back-trace for x86_64 for only collecting the call stack. by Lassi Tuura · 13 years ago
  93. 28f33c8 Auto-detect whether to use msync() or mincore() for address validation. by Lassi Tuura · 13 years ago
  94. f053677 Remove the ARM_EXIDX_TABLE_MALLOC code path. by Ken Werner · 13 years ago
  95. 6296ff1 Remove the appname string of the ARM extbl parser. by Ken Werner · 13 years ago
  96. fb325c8 ARM extbl cleanup. by Ken Werner · 13 years ago
  97. cf8d5e4 Have the ARM extbtl-parser operate on the DWARF model directly. by Ken Werner · 13 years ago
  98. 6a67154 Use ARM-specific unwinding tables in unw_step by Zachary T Welch · 13 years ago
  99. ffc474b Add module for parsing ARM-specific unwind tables by Zachary T Welch · 13 years ago
  100. ec633a1 Use UNW_OBJ instead of UNWI_ARCH_OBJ to rename unwi_unwind_method on ARM. by Ken Werner · 13 years ago