1. 3267601 Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  2. ef47be1 Method to avoid skipping frames for local unwinds. by Christopher Ferris · 7 years ago
  3. 90aafe3 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  4. d05e6fc Modify the offline handling interface. by Christopher Ferris · 7 years ago
  5. d761977 Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  6. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  7. d5c10fe Fix darwin build by Christopher Tate · 7 years ago
  8. 04364c8 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  9. 2249d50 Load dex files from ART-specific data structure. by Christopher Ferris · 7 years ago
  10. ed0786a Move dex pc frame creation into libunwindstack. by Christopher Ferris · 7 years ago
  11. ea00a8a Use new unwinder for offline in libbacktrace. by Christopher Ferris · 7 years ago
  12. 0181082 Fix frame numbering regression. by Christopher Ferris · 7 years ago
  13. e917738 Emit the frame for DEX PC before the frame for native PC. by David Srbecky · 7 years ago
  14. bfa1dd4 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 7 years ago
  15. 0da2cf1 Fix null ptr dereference if jit debug not enabled. by Christopher Ferris · 7 years ago
  16. 8500542 Merge "Change all uintptr_t to uint64_t in API." by Christopher Ferris · 7 years ago
  17. 5277613 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  18. 7024997 Add support for getting a dex pc. by Christopher Ferris · 7 years ago
  19. 14c2f78 Add ability to read jit gdb data. by Christopher Ferris · 7 years ago
  20. 72214cd libBacktraceOffline: improve unwinding callchains. by Yabin Cui · 7 years ago
  21. 4bff790 libbacktrace: export offline unwinding failures. by Yabin Cui · 7 years ago
  22. 0ab19ca libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm. by Yabin Cui · 7 years ago
  23. 2dae330 Make sure at least XX maps are created. by Christopher Ferris · 7 years ago
  24. 6a4622a Merge "Add method to detect remote read function to use." by Christopher Ferris · 7 years ago
  25. 8cfb70c Add method to detect remote read function to use. by Christopher Ferris · 7 years ago
  26. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  27. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  28. 8d99a1d Merge "Split arch data into separate files." by Christopher Ferris · 7 years ago
  29. 9fa51ae Merge "libBacktraceOffline: fix using debug frame with load bias." by Yabin Cui · 7 years ago
  30. acd4343 Split arch data into separate files. by Christopher Ferris · 7 years ago
  31. 356decb libBacktraceOffline: fix using debug frame with load bias. by Yabin Cui · 7 years ago
  32. 025451e Demand read load bias for a map. by Christopher Ferris · 7 years ago
  33. bcd5c6f Allow multiple threads sharing a map to unwind. by Christopher Ferris · 7 years ago
  34. d5f712b Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  35. c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  36. acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  37. 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  38. b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  39. 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  40. aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  41. 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  42. ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  43. f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  44. 2bf789d libbacktrace: expose BacktraceMap's unwindstack::Memory. by Josh Gao · 8 years ago
  45. 0c8916f libunwindstack: expose UnwindStackMap::GetFunctionName. by Josh Gao · 8 years ago
  46. 632aede libbacktrace: expose libunwindstack Unwind routine. by Josh Gao · 8 years ago
  47. 37a3456 Fix demangle of function names. by Christopher Ferris · 7 years ago
  48. 67048f1 Merge "libbacktrace is not directly available to vendors" by Treehugger Robot · 7 years ago
  49. f95b541 Use target.linux for all linux kernel based targets by Dan Willemsen · 8 years ago
  50. 781d3f3 libbacktrace is not directly available to vendors by Jiyong Park · 8 years ago
  51. b8908c6 Merge "Update the Unwinder object and add tests." by Christopher Ferris · 8 years ago
  52. eb68171 Update the Unwinder object and add tests. by Christopher Ferris · 8 years ago
  53. c57eba7 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 8 years ago
  54. 26c9967 Remove default libraries by Dan Willemsen · 8 years ago
  55. 9fb98ca Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 8 years ago
  56. d9c3c37 Show the number of VMAs in the tombstone. by Elliott Hughes · 8 years ago
  57. fdc8b61 Add a new unwind method on error. by Christopher Ferris · 8 years ago
  58. 63ae32b libbacktrace: make Backtrace::FormatFrameData static. by Josh Gao · 8 years ago
  59. ac88acc Add a method to share the process memory object. by Christopher Ferris · 8 years ago
  60. b223e7d Update the tests. by Christopher Ferris · 8 years ago
  61. b057550 Merge "libunwindstack: make machine type a property of Regs." by Treehugger Robot · 8 years ago
  62. 6affbfc libunwindstack: make machine type a property of Regs. by Josh Gao · 8 years ago
  63. 1d6951a Merge "Speed up map creation." by Christopher Ferris · 8 years ago
  64. 82ac205 Speed up map creation. by Christopher Ferris · 8 years ago
  65. ca35091 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 8 years ago
  66. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  67. 1239004 Small clean ups by Christopher Ferris · 8 years ago
  68. 0e6be85 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  69. 6b6ac6f Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  70. 158c964 Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  71. 35e5f32 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  72. 6ce7206 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  73. 9c35d76 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  74. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  75. 93c6103 Backtrace: Add libziparchive dependency by Andreas Gampe · 8 years ago
  76. e5fad96 Use demangle for function names. by Christopher Ferris · 8 years ago
  77. 1996a7d Use async safe logging in signal handlers. by Christopher Ferris · 8 years ago
  78. 094e356 libutils: export libbacktrace headers by Steven Moreland · 8 years ago
  79. 474277e libbacktrace: make vendor_available by Steven Moreland · 8 years ago
  80. 9950a8e Moved include/backtrace to libbacktrace/include by Vijay Venkatraman · 8 years ago
  81. 2e2b2ec Merge "Test unwinding through a signal handler." by Christopher Ferris · 8 years ago
  82. 51b49f2 Test unwinding through a signal handler. by Christopher Ferris · 8 years ago
  83. 372d50b Fix spelling error in warning by Brian Carlstrom · 8 years ago
  84. 1e08cf9 Do not access device maps. by Christopher Ferris · 8 years ago
  85. 1741944 Allow calling GetFunctionName before unwinding. by Christopher Ferris · 8 years ago
  86. 0639227 Enable more modules on linux_bionic builds by Dan Willemsen · 8 years ago
  87. 701d787 Merge "Restore errno in signal handlers." by Christopher Ferris · 8 years ago
  88. d7ec37b Add a 2 width option of clang format. by Christopher Ferris · 8 years ago
  89. 83f470b Restore errno in signal handlers. by Christopher Ferris · 8 years ago
  90. 3a57521 libbacktraceoffline: make it thread-safe. by Yabin Cui · 8 years ago
  91. b27ae72 libbacktraceoffline: choose correct debug section for a given address. by Yabin Cui · 8 years ago
  92. 1d6b610 liblog: use log/log.h when utilizing ALOG macros by Mark Salyzyn · 8 years ago
  93. 5a72d20 Remove obsolete mentions of LLVM_HOST_BUILD_MK by Colin Cross · 8 years ago
  94. 06fb1c9 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  95. 4ea5602 Fix unused parameter warning for mips builds by Colin Cross · 8 years ago
  96. 11d4818 Revert "Convert the rest of libbacktrace to Android.bp" by Colin Cross · 8 years ago
  97. 9d0d3f5 Convert the rest of libbacktrace to Android.bp by Colin Cross · 8 years ago
  98. 7ea60bb libbacktrace_offline: support .ARM.exidx. by Yabin Cui · 8 years ago
  99. cb13e1c Statically link LLVM libraries into backtrace_test by Pirama Arumuga Nainar · 8 years ago
  100. 2edf15d Merge "Revert "Use process_vm_readv to read memory."" by Christopher Ferris · 8 years ago