1. 0c572d0 Fix race condition updating local map data. by Christopher Ferris · 8 years ago
  2. 578bc03 libbacktrace: only build libbacktrace_offline static library. by Yabin Cui · 8 years ago
  3. 02092b3 libbacktrace_offline: support unwinding of shared libraries in apk file. by Yabin Cui · 8 years ago
  4. 05e1e1f Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81 am: 0fb3191 by Josh Gao · 8 years ago
  5. 0edda64 Don\'t demangle symbol names. am: fbbc744 by Josh Gao · 8 years ago
  6. fbbc744 Don't demangle symbol names. by Josh Gao · 8 years ago
  7. a0062cf Update BacktraceOffline for LLVM rebase to r256229. by Stephen Hines · 8 years ago
  8. c463ba4 Add error reporting mechanism for failing Unwind. by Christopher Ferris · 8 years ago
  9. a7a7369 Revert "Do not do local unwinds through .oat or .dex maps." by Andreas Gampe · 8 years ago
  10. b035a19 Do not do local unwinds through .oat or .dex maps. by Christopher Ferris · 8 years ago
  11. d4c8843 Fix use of uninitialized memory. by Christopher Ferris · 8 years ago
  12. 1e0fea2 Fix for host simpleperf 'gettid' unsat. by Than McIntosh · 8 years ago
  13. 8540216 Put BacktraceOffline code into a separate library. by Christopher Ferris · 8 years ago
  14. 61c48ac Modify tests to use executable memory. by Christopher Ferris · 8 years ago
  15. 2ad59db libbacktrace: check if elf file paths are valid before reading them. by Yabin Cui · 8 years ago
  16. 6405bb3 Fix libbacktrace host build. by Yabin Cui · 8 years ago
  17. 4f71319 Track rename of base/ to android-base/. by Elliott Hughes · 8 years ago
  18. da750a7 Change the way some maps are printed. by Christopher Ferris · 8 years ago
  19. af8ac0c libbacktrace: don't let llvm cflags cover libbacktrace's cflags. by Yabin Cui · 9 years ago
  20. 9ea0ff3 Merge "Clean up maps parsing in libbacktrace." by Elliott Hughes · 9 years ago
  21. 9e1dd67 libbacktrace: enable -fno-omit-frame-pointer for host build. by Yabin Cui · 9 years ago
  22. fe3593d Clean up maps parsing in libbacktrace. by Elliott Hughes · 9 years ago
  23. 9e402bb Revert "Revert "Revert "Revert "Add BacktraceOffline for offline backtracing."""" by Yabin Cui · 9 years ago
  24. 94ece83 Revert "Revert "Revert "Add BacktraceOffline for offline backtracing.""" by Yabin Cui · 9 years ago
  25. 0a411c9 Revert "Revert "Add BacktraceOffline for offline backtracing."" by Yabin Cui · 9 years ago
  26. ab5e583 Revert "Add BacktraceOffline for offline backtracing." by Yabin Cui · 9 years ago
  27. c9c6b6e Add BacktraceOffline for offline backtracing. by Yabin Cui · 9 years ago
  28. d9a06af Add a logging handler on timeout. by Christopher Ferris · 9 years ago
  29. d7226f9 Add a logging handler on timeout. by Christopher Ferris · 9 years ago
  30. 6000173 Display the map offset for each frame. by Christopher Ferris · 9 years ago
  31. e0ab232 Display the map offset for each frame. by Christopher Ferris · 9 years ago
  32. 837eff2 Use delete[] to de-allocate pointers from new[] by Pirama Arumuga Nainar · 9 years ago
  33. 28042b5 Add static versions for libbacktrace and libnativebridge. Bug fixes. by Calin Juravle · 9 years ago
  34. 5c57518 Remove PtraceRead error message. by Christopher Ferris · 9 years ago
  35. 35c8136 Remove PtraceRead error message. by Christopher Ferris · 9 years ago
  36. 7e2cb84 Modify the code to avoid potential deadlocks. by Christopher Ferris · 9 years ago
  37. 2d09171 Modify the code to avoid potential deadlocks. by Christopher Ferris · 9 years ago
  38. eb19e76 Prevent crashes if a map cannot be created. by Christopher Ferris · 9 years ago
  39. 30c942c Prevent crashes if a map cannot be created. by Christopher Ferris · 9 years ago
  40. 684fb77 Add tests for elf unwinding in memory. by Christopher Ferris · 9 years ago
  41. 428fad9 Remove libbacktrace definition of gettid. by Dan Albert · 9 years ago
  42. 67aba68 Add tests for elf unwinding in memory. by Christopher Ferris · 9 years ago
  43. 8bd4a4e Fix small ptrace reads. by Christopher Ferris · 9 years ago
  44. 944f417 Fix small ptrace reads. by Christopher Ferris · 9 years ago
  45. af67fb2 Add offset to map data. by Christopher Ferris · 9 years ago
  46. 5c88568 Add offset to map data. by Christopher Ferris · 9 years ago
  47. 2106f4b Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  48. 329ed7d Add load base to map for relocation packing. by Christopher Ferris · 9 years ago
  49. 5b439ea Fix unused argument error on darwin by Colin Cross · 9 years ago
  50. db134ca Remove libbacktrace dependency on libcutils by Colin Cross · 9 years ago
  51. 23f750b Remove libbacktrace definition of gettid. by Dan Albert · 9 years ago
  52. 3b9d14a Remove libunwind-ptrace dependency. by Christopher Ferris · 9 years ago
  53. 97e00bb Update the test for better output on error. by Christopher Ferris · 9 years ago
  54. ca09ce9 Discards frames for code within library. by Christopher Ferris · 9 years ago
  55. 9dc41d5 Merge "Refactor the code." by Christopher Ferris · 9 years ago
  56. 9c01c44 Merge "Add -Wno-inline-asm to Clang flags." by Stephen Hines · 9 years ago
  57. 2c43cff Refactor the code. by Christopher Ferris · 9 years ago
  58. 035e9ba Add -Wno-inline-asm to Clang flags. by Stephen Hines · 9 years ago
  59. d0a793d Remove uses of libcxx.mk. by Dan Albert · 9 years ago
  60. dce8f29 Libbacktrace: Use frame-pointer on host by Andreas Gampe · 9 years ago
  61. 2b4a63f Add variable length read to Backtrace. by Christopher Ferris · 9 years ago
  62. 12385e3 Move map data into backtrace data proper. by Christopher Ferris · 9 years ago
  63. 2a176a8 Remove link to gccdemangle. by Christopher Ferris · 9 years ago
  64. 5e4d0a5 Cleanup libbacktrace Android.mk by Trevor Drake · 9 years ago
  65. 3cdbfdc Convert futex to cond wait. by Christopher Ferris · 10 years ago
  66. 5570c9b Add LOCAL_MULTILIB := both to Darwin libbacktrace. by Dan Albert · 10 years ago
  67. 0d7164d Remove the stlport linked libbacktrace. by Dan Albert · 10 years ago
  68. 34f9b1e am 2ea89b63: am 936a236b: Merge "Add uncached argument to BacktraceMap::Create on darwin" by Brian Carlstrom · 10 years ago
  69. 1cbdb2f am f02593b0: Allow getting an uncached process map. by Christopher Ferris · 10 years ago
  70. b978a32 Add uncached argument to BacktraceMap::Create on darwin by Brian Carlstrom · 10 years ago
  71. dda47b7 Allow getting an uncached process map. by Christopher Ferris · 10 years ago
  72. f02593b Allow getting an uncached process map. by Christopher Ferris · 10 years ago
  73. 650f43d am 83ddddaa: am 4795ce06: Merge "Update makefiles for host clang." by Tim Murray · 10 years ago
  74. 06fce9d Update makefiles for host clang. by Tim Murray · 10 years ago
  75. 91c73f6 am 38dda3b8: am c309b97e: am e4022279: Merge "libbacktrace_libc++ needs to be multilib on the Mac too." by Ian Rogers · 10 years ago
  76. c132aaf libbacktrace_libc++ needs to be multilib on the Mac too. by Ian Rogers · 10 years ago
  77. 9db200f am 44367492: am 4ac17e3b: am 4dfe6faa: Merge "Enable host multilib for ART testing." by Ian Rogers · 10 years ago
  78. 5af80aa Enable host multilib for ART testing. by Ian Rogers · 10 years ago
  79. 8396e75 am 2b958116: am a31dab8a: am a9aa0f2c: Merge "Build the libc++ variant of libbacktrace on the host for Mac." by Ian Rogers · 10 years ago
  80. deebae5 Build the libc++ variant of libbacktrace on the host for Mac. by Ian Rogers · 10 years ago
  81. 5a19885 am 012090e5: am a0962b68: am d917d64f: Merge "Only copy mcontext data from sigcontext." by Christopher Ferris · 10 years ago
  82. e484607 Only copy mcontext data from sigcontext. by Christopher Ferris · 10 years ago
  83. 425ed96 am 633a2e3b: am 3ab1d61b: am 3b5cd911: Merge "Remove libstdc++ dependency from host libbacktrace" by Dan Albert · 10 years ago
  84. 3b5cd91 Merge "Remove libstdc++ dependency from host libbacktrace" by Dan Albert · 10 years ago
  85. e2a3d37 am 219e867f: am 7f8ebb81: am 30291f21: Merge "Add missing headers" by Dan Albert · 10 years ago
  86. a3a8f6d Remove libstdc++ dependency from host libbacktrace by Dan Albert · 10 years ago
  87. ac2fe7e Add missing headers by Dan Albert · 10 years ago
  88. fbc5ca2 am c6112ca4: am 5b654f15: am 201bf676: Merge "Really fixes the ub branches" by Dan Albert · 10 years ago
  89. ad51136 Really fixes the ub branches by Dan Albert · 10 years ago
  90. 917152b am 3f01965b: am 121f209d: am e1efe23f: Merge "Fix unbundled branches" by Dan Albert · 10 years ago
  91. a8b8460 Fix unbundled branches by Dan Albert · 10 years ago
  92. 7ce29b5 am e9b36f1a: am 888f95e2: am f03bd953: Merge "Adds libc++ versions of libbacktrace" by Dan Albert · 10 years ago
  93. 40a46dd Adds libc++ versions of libbacktrace by Dan Albert · 10 years ago
  94. d8698d7 am 413001aa: am 3a49aa7b: am 9428a289: Merge "Only include ucontext.h when necessary." by Christopher Ferris · 10 years ago
  95. c58287d Only include ucontext.h when necessary. by Christopher Ferris · 10 years ago
  96. e49e43d am 3adbe79d: am 66e31dc5: am 3a088524: Merge "Rewrite unwind thread handling." by Christopher Ferris · 10 years ago
  97. 3a08852 Merge "Rewrite unwind thread handling." by Christopher Ferris · 10 years ago
  98. a2efd3a Rewrite unwind thread handling. by Christopher Ferris · 10 years ago
  99. da6a0aa am b18da571: am 1e6cd741: am 803fb62b: Merge "Remove unused LOCAL_LDLIBS." by Ying Wang · 10 years ago
  100. 9f437d7 Remove unused LOCAL_LDLIBS. by Ying Wang · 10 years ago