1. 63ae32b libbacktrace: make Backtrace::FormatFrameData static. by Josh Gao · 8 years ago
  2. ac88acc Add a method to share the process memory object. by Christopher Ferris · 8 years ago
  3. b223e7d Update the tests. by Christopher Ferris · 8 years ago
  4. b057550 Merge "libunwindstack: make machine type a property of Regs." by Treehugger Robot · 8 years ago
  5. 6affbfc libunwindstack: make machine type a property of Regs. by Josh Gao · 8 years ago
  6. 1d6951a Merge "Speed up map creation." by Christopher Ferris · 8 years ago
  7. 82ac205 Speed up map creation. by Christopher Ferris · 8 years ago
  8. ca35091 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 8 years ago
  9. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  10. 1239004 Small clean ups by Christopher Ferris · 8 years ago
  11. 0e6be85 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  12. 6b6ac6f Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  13. 158c964 Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  14. 35e5f32 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  15. 6ce7206 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  16. 9c35d76 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  17. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  18. 93c6103 Backtrace: Add libziparchive dependency by Andreas Gampe · 8 years ago
  19. e5fad96 Use demangle for function names. by Christopher Ferris · 8 years ago
  20. 1996a7d Use async safe logging in signal handlers. by Christopher Ferris · 8 years ago
  21. 094e356 libutils: export libbacktrace headers by Steven Moreland · 8 years ago
  22. 474277e libbacktrace: make vendor_available by Steven Moreland · 8 years ago
  23. 9950a8e Moved include/backtrace to libbacktrace/include by Vijay Venkatraman · 8 years ago
  24. 2e2b2ec Merge "Test unwinding through a signal handler." by Christopher Ferris · 8 years ago
  25. 51b49f2 Test unwinding through a signal handler. by Christopher Ferris · 8 years ago
  26. 372d50b Fix spelling error in warning by Brian Carlstrom · 8 years ago
  27. 1e08cf9 Do not access device maps. by Christopher Ferris · 8 years ago
  28. 1741944 Allow calling GetFunctionName before unwinding. by Christopher Ferris · 8 years ago
  29. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  30. 701d787 Merge "Restore errno in signal handlers." by Christopher Ferris · 8 years ago
  31. d7ec37b Add a 2 width option of clang format. by Christopher Ferris · 8 years ago
  32. 83f470b Restore errno in signal handlers. by Christopher Ferris · 8 years ago
  33. 3a57521 libbacktraceoffline: make it thread-safe. by Yabin Cui · 8 years ago
  34. b27ae72 libbacktraceoffline: choose correct debug section for a given address. by Yabin Cui · 8 years ago
  35. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  36. 5a72d20 Remove obsolete mentions of LLVM_HOST_BUILD_MK by Colin Cross · 8 years ago
  37. 06fb1c9 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  38. 4ea5602 Fix unused parameter warning for mips builds by Colin Cross · 8 years ago
  39. 11d4818 Revert "Convert the rest of libbacktrace to Android.bp" by Colin Cross · 8 years ago
  40. 9d0d3f5 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  41. 7ea60bb libbacktrace_offline: support .ARM.exidx. by Yabin Cui · 8 years ago
  42. cb13e1c Statically link LLVM libraries into backtrace_test by Pirama Arumuga Nainar · 8 years ago
  43. 2edf15d Merge "Revert "Use process_vm_readv to read memory."" by Christopher Ferris · 8 years ago
  44. 96b70d8 Revert "Use process_vm_readv to read memory." by Christopher Ferris · 8 years ago
  45. acd5ff9 Make libbacktrace build with LLVM r275480 by Pirama Arumuga Nainar · 9 years ago
  46. b765a9e Merge "Add missing host ldlibs" by Colin Cross · 8 years ago
  47. 7a4435f Add missing host ldlibs by Colin Cross · 8 years ago
  48. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  49. e8b294b Merge "Rely on the platform -std default." by Treehugger Robot · 9 years ago
  50. 3005b90 Use process_vm_readv to read memory. by Christopher Ferris · 9 years ago
  51. edc4b51 Rely on the platform -std default. by Elliott Hughes · 9 years ago
  52. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  53. d27d91e Replace libziparchive-host with libziparchive by Colin Cross · 9 years ago
  54. b5239cd Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 9 years ago
  55. ad0b1d3 Merge "Fix clang-tidy performance warnings in syste/core." by Treehugger Robot · 9 years ago
  56. 5802ff2 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 9 years ago
  57. 0c03087 Merge \"Fix google-explicit-constructor warnings in system/core.\" by Chih-Hung Hsieh · 9 years ago
  58. 5db7bc5 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 9 years ago
  59. 7c4c2e0 resolve merge conflicts of 41e82a3 to stage-aosp-master by Colin Cross · 9 years ago
  60. 0dd7332 Convert libbacktrace, libutils to Soong by Dan Willemsen · 9 years ago
  61. 203bbe0 Merge \"Fix race condition updating local map data.\" am: 863d8e11b9 by Christopher Ferris · 9 years ago
  62. c1813b3 Fix race condition updating local map data. by Christopher Ferris · 9 years ago
  63. 97bad63 Merge "Remove invalid uses of -l and -I" am: 5d6193c658 am: 9ae3c079dc by Dan Willemsen · 9 years ago
  64. 3672d91 Remove invalid uses of -l and -I by Dan Willemsen · 9 years ago
  65. 40f8411 Merge "Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace." am: dab7d9de03 by Chih-Hung Hsieh · 9 years ago
  66. 5b0aa12 Fix misc-macro-parentheses warnings in adb, debuggerd, libbacktrace. by Chih-Hung Hsieh · 9 years ago
  67. d4ddcca Merge "Fix google-explicit-constructor warnings." am: 7bdd6a8b5a am: 427d8d840f by Chih-hung Hsieh · 9 years ago
  68. 5f9de97 Fix google-explicit-constructor warnings. by Chih-Hung Hsieh · 9 years ago
  69. 73e8adb Merge "Fix google-runtime-int warnings." am: 603df0e am: 6eaa916 by Chih-hung Hsieh · 9 years ago
  70. a3979b7 Fix google-runtime-int warnings. by Chih-Hung Hsieh · 9 years ago
  71. 09993a8 Merge "libbacktrace: only build libbacktrace_offline static library." am: f20e4b1 by Yabin Cui · 9 years ago
  72. 681d8f8 libbacktrace: only build libbacktrace_offline static library. by Yabin Cui · 9 years ago
  73. 6727428 Merge "libbacktrace_offline: support unwinding of shared libraries in apk file." am: d8c88fc by Yabin Cui · 9 years ago
  74. 14bdc8a libbacktrace_offline: support unwinding of shared libraries in apk file. by Yabin Cui · 9 years ago
  75. ee1dc16 Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81 am: 0fb3191 by Josh Gao · 9 years ago
  76. 684fc24 Don\'t demangle symbol names. am: fbbc744 am: 0edda64 am: 9bf0b81 am: 0fb3191 by Josh Gao · 9 years ago
  77. 20fb98f Don\'t demangle symbol names. am: fbbc744 by Josh Gao · 9 years ago
  78. 208f673 Don't demangle symbol names. by Josh Gao · 9 years ago
  79. c928a6e Update BacktraceOffline for LLVM rebase to r256229. by Stephen Hines · 9 years ago
  80. d124374 Merge "Update BacktraceOffline for LLVM rebase to r256229." by Pirama Arumuga Nainar · 9 years ago
  81. 77d9421 Add error reporting mechanism for failing Unwind. by Christopher Ferris · 9 years ago
  82. f7d40cb Add error reporting mechanism for failing Unwind. by Christopher Ferris · 9 years ago
  83. ad11ef0 Merge "Don't fail if the new pss is less than stable." by Christopher Ferris · 9 years ago
  84. 4fc2b70 Update BacktraceOffline for LLVM rebase to r256229. by Stephen Hines · 9 years ago
  85. 84dd78c Don't fail if the new pss is less than stable. by Christopher Ferris · 9 years ago
  86. 25dc1f1 Revert "Do not do local unwinds through .oat or .dex maps." by Andreas Gampe · 9 years ago
  87. 28ec9e9 Revert "Do not do local unwinds through .oat or .dex maps." by Andreas Gampe · 9 years ago
  88. 6a75dda Do not do local unwinds through .oat or .dex maps. by Christopher Ferris · 9 years ago
  89. 40596ac Do not do local unwinds through .oat or .dex maps. by Christopher Ferris · 9 years ago
  90. fb6bb0a system/core: Cleanup direct calls to opendir by containing in a std::unique_ptr. by James Hawkins · 9 years ago
  91. 4a5b2a5 libbacktrace: support building static libraries on target. by Yabin Cui · 9 years ago
  92. 5f33b67 Fix use of uninitialized memory. by Christopher Ferris · 9 years ago
  93. ee3b9fb Fix for host simpleperf 'gettid' unsat. by Than McIntosh · 9 years ago
  94. aa2e9f1 Put BacktraceOffline code into a separate library. by Christopher Ferris · 9 years ago
  95. f603746 Modify tests to use executable memory. by Christopher Ferris · 9 years ago
  96. efbe39c libbacktrace: check if elf file paths are valid before reading them. by Yabin Cui · 9 years ago
  97. 2e2adfc Fix libbacktrace host build. by Yabin Cui · 9 years ago
  98. e016f5c Track rename of base/ to android-base/. by Elliott Hughes · 9 years ago
  99. 34f5531 Change the way some maps are printed. by Christopher Ferris · 9 years ago
  100. d7cfdd4 libbacktrace: don't let llvm cflags cover libbacktrace's cflags. by Yabin Cui · 10 years ago