1. 72214cd libBacktraceOffline: improve unwinding callchains. by Yabin Cui · 7 years ago
  2. 4bff790 libbacktrace: export offline unwinding failures. by Yabin Cui · 7 years ago
  3. 0ab19ca libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm. by Yabin Cui · 7 years ago
  4. 2dae330 Make sure at least XX maps are created. by Christopher Ferris · 7 years ago
  5. 6a4622a Merge "Add method to detect remote read function to use." by Christopher Ferris · 7 years ago
  6. 8cfb70c Add method to detect remote read function to use. by Christopher Ferris · 7 years ago
  7. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  8. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  9. 8d99a1d Merge "Split arch data into separate files." by Christopher Ferris · 7 years ago
  10. 9fa51ae Merge "libBacktraceOffline: fix using debug frame with load bias." by Yabin Cui · 7 years ago
  11. acd4343 Split arch data into separate files. by Christopher Ferris · 7 years ago
  12. 356decb libBacktraceOffline: fix using debug frame with load bias. by Yabin Cui · 7 years ago
  13. 025451e Demand read load bias for a map. by Christopher Ferris · 7 years ago
  14. bcd5c6f Allow multiple threads sharing a map to unwind. by Christopher Ferris · 7 years ago
  15. d5f712b Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  16. c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  17. acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  18. 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  19. b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  20. 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  21. aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  22. 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  23. ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  24. f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  25. 2bf789d libbacktrace: expose BacktraceMap's unwindstack::Memory. by Josh Gao · 8 years ago
  26. 0c8916f libunwindstack: expose UnwindStackMap::GetFunctionName. by Josh Gao · 8 years ago
  27. 632aede libbacktrace: expose libunwindstack Unwind routine. by Josh Gao · 8 years ago
  28. 37a3456 Fix demangle of function names. by Christopher Ferris · 7 years ago
  29. 67048f1 Merge "libbacktrace is not directly available to vendors" by Treehugger Robot · 7 years ago
  30. f95b541 Use target.linux for all linux kernel based targets by Dan Willemsen · 8 years ago
  31. 781d3f3 libbacktrace is not directly available to vendors by Jiyong Park · 8 years ago
  32. b8908c6 Merge "Update the Unwinder object and add tests." by Christopher Ferris · 8 years ago
  33. eb68171 Update the Unwinder object and add tests. by Christopher Ferris · 8 years ago
  34. c57eba7 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 8 years ago
  35. 26c9967 Remove default libraries by Dan Willemsen · 8 years ago
  36. 9fb98ca Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 8 years ago
  37. d9c3c37 Show the number of VMAs in the tombstone. by Elliott Hughes · 8 years ago
  38. fdc8b61 Add a new unwind method on error. by Christopher Ferris · 8 years ago
  39. 63ae32b libbacktrace: make Backtrace::FormatFrameData static. by Josh Gao · 8 years ago
  40. ac88acc Add a method to share the process memory object. by Christopher Ferris · 8 years ago
  41. b223e7d Update the tests. by Christopher Ferris · 8 years ago
  42. b057550 Merge "libunwindstack: make machine type a property of Regs." by Treehugger Robot · 8 years ago
  43. 6affbfc libunwindstack: make machine type a property of Regs. by Josh Gao · 8 years ago
  44. 1d6951a Merge "Speed up map creation." by Christopher Ferris · 8 years ago
  45. 82ac205 Speed up map creation. by Christopher Ferris · 8 years ago
  46. ca35091 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 8 years ago
  47. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  48. 1239004 Small clean ups by Christopher Ferris · 8 years ago
  49. 0e6be85 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  50. 6b6ac6f Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  51. 158c964 Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  52. 35e5f32 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  53. 6ce7206 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  54. 9c35d76 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  55. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  56. 93c6103 Backtrace: Add libziparchive dependency by Andreas Gampe · 8 years ago
  57. e5fad96 Use demangle for function names. by Christopher Ferris · 8 years ago
  58. 1996a7d Use async safe logging in signal handlers. by Christopher Ferris · 8 years ago
  59. 094e356 libutils: export libbacktrace headers by Steven Moreland · 8 years ago
  60. 474277e libbacktrace: make vendor_available by Steven Moreland · 8 years ago
  61. 9950a8e Moved include/backtrace to libbacktrace/include by Vijay Venkatraman · 8 years ago
  62. 2e2b2ec Merge "Test unwinding through a signal handler." by Christopher Ferris · 8 years ago
  63. 51b49f2 Test unwinding through a signal handler. by Christopher Ferris · 8 years ago
  64. 372d50b Fix spelling error in warning by Brian Carlstrom · 8 years ago
  65. 1e08cf9 Do not access device maps. by Christopher Ferris · 8 years ago
  66. 1741944 Allow calling GetFunctionName before unwinding. by Christopher Ferris · 8 years ago
  67. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  68. 701d787 Merge "Restore errno in signal handlers." by Christopher Ferris · 8 years ago
  69. d7ec37b Add a 2 width option of clang format. by Christopher Ferris · 8 years ago
  70. 83f470b Restore errno in signal handlers. by Christopher Ferris · 8 years ago
  71. 3a57521 libbacktraceoffline: make it thread-safe. by Yabin Cui · 8 years ago
  72. b27ae72 libbacktraceoffline: choose correct debug section for a given address. by Yabin Cui · 8 years ago
  73. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  74. 5a72d20 Remove obsolete mentions of LLVM_HOST_BUILD_MK by Colin Cross · 8 years ago
  75. 06fb1c9 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  76. 4ea5602 Fix unused parameter warning for mips builds by Colin Cross · 8 years ago
  77. 11d4818 Revert "Convert the rest of libbacktrace to Android.bp" by Colin Cross · 8 years ago
  78. 9d0d3f5 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  79. 7ea60bb libbacktrace_offline: support .ARM.exidx. by Yabin Cui · 8 years ago
  80. cb13e1c Statically link LLVM libraries into backtrace_test by Pirama Arumuga Nainar · 8 years ago
  81. 2edf15d Merge "Revert "Use process_vm_readv to read memory."" by Christopher Ferris · 8 years ago
  82. 96b70d8 Revert "Use process_vm_readv to read memory." by Christopher Ferris · 8 years ago
  83. acd5ff9 Make libbacktrace build with LLVM r275480 by Pirama Arumuga Nainar · 9 years ago
  84. b765a9e Merge "Add missing host ldlibs" by Colin Cross · 8 years ago
  85. 7a4435f Add missing host ldlibs by Colin Cross · 8 years ago
  86. 94abded system/core: preparation to pull back interfaces from android/log.h by Mark Salyzyn · 8 years ago
  87. e8b294b Merge "Rely on the platform -std default." by Treehugger Robot · 9 years ago
  88. 3005b90 Use process_vm_readv to read memory. by Christopher Ferris · 9 years ago
  89. edc4b51 Rely on the platform -std default. by Elliott Hughes · 9 years ago
  90. 51b1e55 system/core Replace log/log.h with android/log.h by Mark Salyzyn · 9 years ago
  91. d27d91e Replace libziparchive-host with libziparchive by Colin Cross · 9 years ago
  92. b5239cd Merge \"Fix clang-tidy performance warnings in syste/core.\" am: 4efbce14b5 by Chih-Hung Hsieh · 9 years ago
  93. ad0b1d3 Merge "Fix clang-tidy performance warnings in syste/core." by Treehugger Robot · 9 years ago
  94. 5802ff2 Fix clang-tidy performance warnings in syste/core. by Chih-Hung Hsieh · 9 years ago
  95. 0c03087 Merge \"Fix google-explicit-constructor warnings in system/core.\" by Chih-Hung Hsieh · 9 years ago
  96. 5db7bc5 Fix google-explicit-constructor warnings in system/core. by Chih-Hung Hsieh · 9 years ago
  97. 7c4c2e0 resolve merge conflicts of 41e82a3 to stage-aosp-master by Colin Cross · 9 years ago
  98. 0dd7332 Convert libbacktrace, libutils to Soong by Dan Willemsen · 9 years ago
  99. 203bbe0 Merge \"Fix race condition updating local map data.\" am: 863d8e11b9 by Christopher Ferris · 9 years ago
  100. c1813b3 Fix race condition updating local map data. by Christopher Ferris · 9 years ago