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