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