1. 0ec2d98 Fix offsets when shared lib split across maps. by Christopher Ferris · 6 years ago
  2. 91ae922 [libbacktrace] Fix sign-compare warning by Yi Kong · 6 years ago
  3. dc9a193 Verify that the elf matches the expected arch. by Christopher Ferris · 6 years ago
  4. 91ae04f Always init gnu_debugdata interface if it exists. by Christopher Ferris · 6 years ago
  5. daf4d55 Implement support for linker rosegment option. by Christopher Ferris · 7 years ago
  6. 4d72808 Load libbacktrace_test.so explicitly. by Christopher Ferris · 7 years ago
  7. 0491ed5 Remove unused ART build dependencies by Orion Hodson · 7 years ago
  8. 6f86543 bionic supplies PR_SET_VMA now. by Elliott Hughes · 7 years ago
  9. e71b1cd Revert^2 "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  10. 65a3a76 Revert "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 7 years ago
  11. 2fff2c3 Prepare to fail in RefBase destructor if count is untouched by Hans Boehm · 7 years ago
  12. 6eabd4a [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 7 years ago
  13. ba00265 Move libbacktrace off cutils. by Elliott Hughes · 7 years ago
  14. f78efb4 Merge "Build adbd for recovery" by Treehugger Robot · 7 years ago
  15. edc785e Change tests to use a temporary dir for files. by Christopher Ferris · 7 years ago
  16. 32b8fda Build adbd for recovery by Jiyong Park · 7 years ago
  17. 18f7982 Merge "Mark as recovery_available: true" by Treehugger Robot · 7 years ago
  18. d3036ab Mark as recovery_available: true by Jiyong Park · 7 years ago
  19. 78daad6 libprocinfo: add functions reading process map file. by Yabin Cui · 7 years ago
  20. 9e97378 Merge "Remove unnecessary references to libunwind." by Christopher Ferris · 7 years ago
  21. 405099f Remove unnecessary references to libunwind. by Christopher Ferris · 7 years ago
  22. c100233 Tell the build system about APCT's requirements. by Elliott Hughes · 7 years ago
  23. e6d1c8d Add test_suites lines. by Elliott Hughes · 7 years ago
  24. 3267601 Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  25. ef47be1 Method to avoid skipping frames for local unwinds. by Christopher Ferris · 7 years ago
  26. 90aafe3 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  27. d05e6fc Modify the offline handling interface. by Christopher Ferris · 7 years ago
  28. d761977 Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  29. 88cfdf2 bpfmt. by Elliott Hughes · 7 years ago
  30. d5c10fe Fix darwin build by Christopher Tate · 7 years ago
  31. 04364c8 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  32. 2249d50 Load dex files from ART-specific data structure. by Christopher Ferris · 7 years ago
  33. ed0786a Move dex pc frame creation into libunwindstack. by Christopher Ferris · 7 years ago
  34. ea00a8a Use new unwinder for offline in libbacktrace. by Christopher Ferris · 7 years ago
  35. 0181082 Fix frame numbering regression. by Christopher Ferris · 7 years ago
  36. e917738 Emit the frame for DEX PC before the frame for native PC. by David Srbecky · 7 years ago
  37. bfa1dd4 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 7 years ago
  38. 0da2cf1 Fix null ptr dereference if jit debug not enabled. by Christopher Ferris · 7 years ago
  39. 8500542 Merge "Change all uintptr_t to uint64_t in API." by Christopher Ferris · 7 years ago
  40. 5277613 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  41. 7024997 Add support for getting a dex pc. by Christopher Ferris · 7 years ago
  42. 14c2f78 Add ability to read jit gdb data. by Christopher Ferris · 7 years ago
  43. 72214cd libBacktraceOffline: improve unwinding callchains. by Yabin Cui · 7 years ago
  44. 4bff790 libbacktrace: export offline unwinding failures. by Yabin Cui · 7 years ago
  45. 0ab19ca libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm. by Yabin Cui · 7 years ago
  46. 2dae330 Make sure at least XX maps are created. by Christopher Ferris · 7 years ago
  47. 6a4622a Merge "Add method to detect remote read function to use." by Christopher Ferris · 7 years ago
  48. 8cfb70c Add method to detect remote read function to use. by Christopher Ferris · 7 years ago
  49. a0236c5 Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  50. 6a1a51a Add OWNERS. by Elliott Hughes · 7 years ago
  51. 8d99a1d Merge "Split arch data into separate files." by Christopher Ferris · 7 years ago
  52. 9fa51ae Merge "libBacktraceOffline: fix using debug frame with load bias." by Yabin Cui · 7 years ago
  53. acd4343 Split arch data into separate files. by Christopher Ferris · 7 years ago
  54. 356decb libBacktraceOffline: fix using debug frame with load bias. by Yabin Cui · 7 years ago
  55. 025451e Demand read load bias for a map. by Christopher Ferris · 7 years ago
  56. bcd5c6f Allow multiple threads sharing a map to unwind. by Christopher Ferris · 7 years ago
  57. d5f712b Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  58. c42d2ba Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  59. acfecd9 libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  60. 4958f19 libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  61. b5910f2 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  62. 0660cda libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  63. aa50f1b Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  64. 43ef2bd Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  65. ef5b2cf Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  66. f57f35e Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  67. 2bf789d libbacktrace: expose BacktraceMap's unwindstack::Memory. by Josh Gao · 8 years ago
  68. 0c8916f libunwindstack: expose UnwindStackMap::GetFunctionName. by Josh Gao · 8 years ago
  69. 632aede libbacktrace: expose libunwindstack Unwind routine. by Josh Gao · 8 years ago
  70. 37a3456 Fix demangle of function names. by Christopher Ferris · 7 years ago
  71. 67048f1 Merge "libbacktrace is not directly available to vendors" by Treehugger Robot · 7 years ago
  72. f95b541 Use target.linux for all linux kernel based targets by Dan Willemsen · 8 years ago
  73. 781d3f3 libbacktrace is not directly available to vendors by Jiyong Park · 8 years ago
  74. b8908c6 Merge "Update the Unwinder object and add tests." by Christopher Ferris · 8 years ago
  75. eb68171 Update the Unwinder object and add tests. by Christopher Ferris · 8 years ago
  76. c57eba7 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 8 years ago
  77. 26c9967 Remove default libraries by Dan Willemsen · 8 years ago
  78. 9fb98ca Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 8 years ago
  79. d9c3c37 Show the number of VMAs in the tombstone. by Elliott Hughes · 8 years ago
  80. fdc8b61 Add a new unwind method on error. by Christopher Ferris · 8 years ago
  81. 63ae32b libbacktrace: make Backtrace::FormatFrameData static. by Josh Gao · 8 years ago
  82. ac88acc Add a method to share the process memory object. by Christopher Ferris · 8 years ago
  83. b223e7d Update the tests. by Christopher Ferris · 8 years ago
  84. b057550 Merge "libunwindstack: make machine type a property of Regs." by Treehugger Robot · 8 years ago
  85. 6affbfc libunwindstack: make machine type a property of Regs. by Josh Gao · 8 years ago
  86. 1d6951a Merge "Speed up map creation." by Christopher Ferris · 8 years ago
  87. 82ac205 Speed up map creation. by Christopher Ferris · 8 years ago
  88. ca35091 Mark the modules as VNDK-SP in Android.bp by Justin Yun · 8 years ago
  89. d6e2acc Add demangling of function name. by Christopher Ferris · 8 years ago
  90. 1239004 Small clean ups by Christopher Ferris · 8 years ago
  91. 0e6be85 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  92. 6b6ac6f Merge "Revert "Add support for the new unwind method."" by Christopher Ferris · 8 years ago
  93. 158c964 Revert "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  94. 35e5f32 Merge "Add support for the new unwind method." by Christopher Ferris · 8 years ago
  95. 6ce7206 Fix misc-macro-parentheses warnings in system/core. by Chih-Hung Hsieh · 8 years ago
  96. 9c35d76 Add support for the new unwind method. by Christopher Ferris · 8 years ago
  97. ddec556 Cleanup the libbacktrace interface a bit. by Christopher Ferris · 8 years ago
  98. 93c6103 Backtrace: Add libziparchive dependency by Andreas Gampe · 8 years ago
  99. e5fad96 Use demangle for function names. by Christopher Ferris · 8 years ago
  100. 1996a7d Use async safe logging in signal handlers. by Christopher Ferris · 8 years ago