1. 857d281 Fix compilation error by Eugene Zemtsov · 8 years ago
  2. 332513d Avoid double-free/double-fclose on error. by Elliott Hughes · 8 years ago
  3. 76a0b9f Avoid using arg pointer. by Christopher Ferris · 8 years ago
  4. 1b47da7 Fix problem finding if in a signal handler. by Christopher Ferris · 8 years ago
  5. 50270d3 Move large structure off the stack. by Christopher Ferris · 9 years ago
  6. c3290df Use zero offset when getting bias from memory. by Christopher Ferris · 9 years ago
  7. b5ab758 Update address space of map if it changes. by Christopher Ferris · 9 years ago
  8. 40e1c65 Do not try non-dwarf local unwinds for x86. by Christopher Ferris · 9 years ago
  9. 6292bbb Ignore compressed sections on local unwinds. by Christopher Ferris · 9 years ago
  10. 123c696 Revert the deletion of marking (deleted) maps as unreadable. by Christopher Ferris · 9 years ago
  11. 5da4fe5 Revert "Mark executable maps with no name as unreadable." by Christopher Ferris · 9 years ago
  12. 6db951c Mark executable maps with no name as unreadable. by Christopher Ferris · 9 years ago
  13. 164059e Fix the caching of the compressed section. by Christopher Ferris · 9 years ago
  14. c45b025 Revert "Temporarily disable compressed section support." by Christopher Ferris · 9 years ago
  15. 537c0e9 Temporarily disable compressed section support. by Christopher Ferris · 9 years ago
  16. 1aaf3b4 Make sure that elf_image structure is copied. by Christopher Ferris · 9 years ago
  17. 9350722 Mark (deleted) maps as unreadable. by Christopher Ferris · 9 years ago
  18. 06e604a Cache decompressed .gnu_debugdata sections. by David Srbecky · 10 years ago
  19. ed721f5 Detect relocation of gnu_debugdata based on the .text section. by David Srbecky · 10 years ago
  20. 344ee58 Decompress debug symbols. by David Srbecky · 10 years ago
  21. 38de87f Ignore non-exec and /dev/ maps. by Christopher Ferris · 10 years ago
  22. c60f22c Fix bug where a failure becomes success on x86. by Christopher Ferris · 10 years ago
  23. 6601341 Fix bad elf data handling. by Christopher Ferris · 10 years ago
  24. a220bd0 Support dwarf 4 in libunwind. by Yabin Cui · 10 years ago
  25. 18cf816 Add a size when checking local reads/writes. by Christopher Ferris · 10 years ago
  26. 2d1a6f7 Fix copying of cached map data. by Christopher Ferris · 10 years ago
  27. 0ba1110 Verify section table name size before strcmp. by Christopher Ferris · 10 years ago
  28. f655786 Force memory unwinds to use a zero map offset. by Christopher Ferris · 10 years ago
  29. 4a9fd60 Revert "Update all mapoff checks to check against 0." by Nicolas Geoffray · 10 years ago
  30. 4a4ba40 Update all mapoff checks to check against 0. by Christopher Ferris · 10 years ago
  31. 3e09257 Libunwind: Remove unused function by Andreas Gampe · 10 years ago
  32. 4036eb5 Libunwind: Remove unused variable by Andreas Gampe · 10 years ago
  33. 408bec0 Skip stack and empty maps when reading load base. by Christopher Ferris · 10 years ago
  34. a7db682 Fix Mips bug. by Douglas Leung · 10 years ago
  35. 4c9afc6 Merge "Change return type of get_load_offset to bool." by David Srbecky · 10 years ago
  36. 849a547 Attempt to read load_base from memory when needed. by Christopher Ferris · 10 years ago
  37. 478d002 Change return type of get_load_offset to bool. by David Srbecky · 10 years ago
  38. a62d909 Merge "Enable .debug_frame support on all platforms." by David Srbecky · 10 years ago
  39. 6eab3d4 Do not cache every readable/executable elf. by Christopher Ferris · 10 years ago
  40. b5ae16c Enable .debug_frame support on all platforms. by David Srbecky · 10 years ago
  41. 48ed035 Fix incorrect check of bool returning function. by Christopher Ferris · 10 years ago
  42. 14de40d Check for overflow when getting symbol name. by Christopher Ferris · 10 years ago
  43. 44387e8 Fix missing return in failure case. by Christopher Ferris · 10 years ago
  44. ae38b20 Implement method to read elf data from memory. by Christopher Ferris · 10 years ago
  45. 2706ca2 Add check for same ip/cfa. by Christopher Ferris · 10 years ago
  46. 54148aa Add offset to map data. by Christopher Ferris · 10 years ago
  47. b6b3132 Fix unwind in exec maps with non-zero offsets. by Christopher Ferris · 11 years ago
  48. b02a66e [MIPS] Stack-unwinding through signal frames on mips32 by Faraz Shahbazker · 10 years ago
  49. 8c380e9 [MIPS] Support for stack-unwinding through signal frames by Faraz Shahbazker · 11 years ago
  50. 94414e2 [MIPS64] Set addr_size correctly by Chris Dearman · 11 years ago
  51. 9aad092 Merge "Libunwind: Fix unused value" by Andreas Gampe · 11 years ago
  52. 8d34479 Libunwind: Fix unused variables by Andreas Gampe · 11 years ago
  53. 9756bd2 Libunwind: Fix unused value by Andreas Gampe · 11 years ago
  54. 2767395 Fix initialization problem. by Christopher Ferris · 11 years ago
  55. 4868ff1 Fix aarch64 handling of error code. by Christopher Ferris · 11 years ago
  56. 26e4e76 Fix local arm unwind to handle dwarf properly. by Christopher Ferris · 11 years ago
  57. 6d90028 Correctly identify the aarch64 kernel's signal trampoline. by Elliott Hughes · 11 years ago
  58. fac2c50 Do not try to read/write device memory. by Christopher Ferris · 11 years ago
  59. 5cd02e1 [MIPS64] Enable mips64 build for n64 abi. by Duane Sand · 11 years ago
  60. 60c0e10 Fix ip adjust on aarch64. by Christopher Ferris · 11 years ago
  61. b8c41be Merge "Fix FPREGS_MEM offset on x86." by Calin Juravle · 11 years ago
  62. 9eaf331 Fix FPREGS_MEM offset on x86. by Calin Juravle · 11 years ago
  63. 97cfce2 Fix mac build. by Ian Rogers · 11 years ago
  64. 7cb7cbc Work around for duplicate symbols in static libs by Dan Albert · 11 years ago
  65. 7e10fa7 Fix building libunwind with debug := true. by Elliott Hughes · 11 years ago
  66. 87be054 Populate ucontext_t#fpregs_mem when getting the context by Calin Juravle · 11 years ago
  67. 2319e0f Add exception handling unwind code. by Christopher Ferris · 11 years ago
  68. 7c04242 Fix x86/x86_64 getcontext overflow problem. by Christopher Ferris · 11 years ago
  69. d1c383c Fix all warnings, and make warnings errors. by Christopher Ferris · 11 years ago
  70. bb75447 Use map cache for finding image names. by Christopher Ferris · 11 years ago
  71. 0fa05b0 Fix return code for unmappable elf data. by Christopher Ferris · 11 years ago
  72. e64e778 Fix local_get_elf_image prototype. by Christopher Ferris · 11 years ago
  73. a311272 Fix aarch64 map_local_is_* calls. by Christopher Ferris · 11 years ago
  74. f4a8df5 Fix maps caching for local processes. by Christopher Ferris · 11 years ago
  75. d24fdf6 Fix symbol name association. by Christopher Ferris · 11 years ago
  76. 2a5223f Modify the x86 step cut off. by Christopher Ferris · 11 years ago
  77. 1df3245 AARCH64: Change Debug calls to use %lx instead of %x. by Christopher Ferris · 11 years ago
  78. 34764fe Fix mips memory reads. by Christopher Ferris · 11 years ago
  79. fb2fafb Implement ptrace get registers for aarch64. by Christopher Ferris · 11 years ago
  80. e6c23a7 Fix NULL pointer dereference. by Christopher Ferris · 11 years ago
  81. b8627d9 Fix a potential race. by Christopher Ferris · 11 years ago
  82. 6efcda4 Fix mips unwind. by Christopher Ferris · 11 years ago
  83. 3052950 Fix getcontext for mips. by Christopher Ferris · 11 years ago
  84. 0996405 Fix memory corruption bug. by Christopher Ferris · 12 years ago
  85. 220127b Merge "x86_64: enable architecture" by Christopher Ferris · 12 years ago
  86. b58eb4a Switch libunwind over to <sys/ucontext.h>. by Elliott Hughes · 12 years ago
  87. 4a188fb Switch x86 libunwind over to <sys/ucontext.h>. by Elliott Hughes · 12 years ago
  88. f1f90e7 x86_64: enable architecture by Pavel Chupin · 12 years ago
  89. f6cc913 Do not allow read/writing if map is NULL. by Christopher Ferris · 12 years ago
  90. d3bf49b Fix memory leak. by Christopher Ferris · 12 years ago
  91. 16b95a6 Add speed-ups to libunwind. by Christopher Ferris · 12 years ago
  92. 9dee3d2 Stop unwinding when seeing a repeated ip on x86. by Christopher Ferris · 12 years ago
  93. cdf9ee5 Only check the map for local unwinds. by Christopher Ferris · 12 years ago
  94. 7d46a21 For current process, check memory accesses. by Christopher Ferris · 12 years ago
  95. 9847615 Fix memory leaks in dwarf processing. by Christopher Ferris · 12 years ago
  96. 5f0e55c Move stack structures to allocations. by Christopher Ferris · 12 years ago
  97. cc6cc08 Add a new option to conserve stack space. by Christopher Ferris · 12 years ago
  98. efb75a0 Update external/libunwind to build in android. by Christopher Ferris · 12 years ago
  99. 2c3444d Remove one of duplicated declarations of `get_proc_name' by Masatake YAMATO · 12 years ago
  100. dee708f Missing -llzma in libunwind.pc by Masatake YAMATO · 12 years ago