1. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 4 years, 1 month ago
  2. 4f7a0f8 Cleanup for #inclusivefixit. by Christopher Ferris · 4 years, 3 months ago
  3. 7428c52 Make libbacktrace buildable for native_bridge by Victor Khimenko · 4 years, 4 months ago
  4. ed96fe1 Fix visibility rules now that Make supports visibility checks by Dan Willemsen · 4 years, 5 months ago
  5. bc62a19 backtrace: Set min_sdk_version by Jooyung Han · 4 years, 6 months ago
  6. a2cc893 Remove use of static libdexfile to avoid linking in ART internal code. by Martin Stjernholm · 5 years ago
  7. cc26bbd Whole static link libasync_safe to libbacktrace.a by Jiyong Park · 4 years, 8 months ago
  8. 8bf9b16 Set apex_available property by Jiyong Park · 4 years, 8 months ago
  9. e9bd8df libbacktrace: Fix clang-tidy warning by Luca Stefani · 5 years ago
  10. 4ec93a7 Move to the libc++ demangler. by Christopher Ferris · 5 years ago
  11. 6b95a0e Internalize subclasses of Memory by Casey Dahlin · 6 years ago
  12. 49ab87b Enable native_bridge_support for libbacktrace_headers by dimitry · 5 years ago
  13. d11ed86 Fix pc/function name for signal handler frame. by Christopher Ferris · 6 years ago
  14. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 6 years ago
  15. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  16. 13f2d18 [libbacktrace] Modernize code to use override keyword by Yi Kong · 6 years ago
  17. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  18. f31c709 procinfo: Read inode number from /proc/<pid>/maps by Sandeep Patil · 6 years ago
  19. a09c4a6 Fix offsets when shared lib split across maps. by Christopher Ferris · 6 years ago
  20. c91e6f9 [libbacktrace] Fix sign-compare warning by Yi Kong · 6 years ago
  21. 4568f4b Verify that the elf matches the expected arch. by Christopher Ferris · 6 years ago
  22. e8c4ecf Always init gnu_debugdata interface if it exists. by Christopher Ferris · 6 years ago
  23. 9d5712c Implement support for linker rosegment option. by Christopher Ferris · 6 years ago
  24. 50d81ac Load libbacktrace_test.so explicitly. by Christopher Ferris · 6 years ago
  25. 02699e3 Remove unused ART build dependencies by Orion Hodson · 6 years ago
  26. 95c34a7 bionic supplies PR_SET_VMA now. by Elliott Hughes · 6 years ago
  27. 2a019ec Revert^2 "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 6 years ago
  28. b9d0753 Revert "Prepare to fail in RefBase destructor if count is untouched" by Hans Boehm · 6 years ago
  29. 9d3146a Prepare to fail in RefBase destructor if count is untouched by Hans Boehm · 6 years ago
  30. e1731a4 [libutils] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  31. 3848890 Move libbacktrace off cutils. by Elliott Hughes · 6 years ago
  32. 6c9bb05 Merge "Build adbd for recovery" by Treehugger Robot · 6 years ago
  33. 3acf577 Change tests to use a temporary dir for files. by Christopher Ferris · 6 years ago
  34. a0e7504 Build adbd for recovery by Jiyong Park · 6 years ago
  35. 9f6f8bf Merge "Mark as recovery_available: true" by Treehugger Robot · 6 years ago
  36. 612210c Mark as recovery_available: true by Jiyong Park · 6 years ago
  37. 3841acc libprocinfo: add functions reading process map file. by Yabin Cui · 6 years ago
  38. c5943fd Merge "Remove unnecessary references to libunwind." by Christopher Ferris · 6 years ago
  39. 8548d55 Remove unnecessary references to libunwind. by Christopher Ferris · 6 years ago
  40. 03d183a Tell the build system about APCT's requirements. by Elliott Hughes · 6 years ago
  41. 40fdf3f Add test_suites lines. by Elliott Hughes · 6 years ago
  42. 6633b0c Add a MemoryOfflineBuffer object. by Christopher Ferris · 7 years ago
  43. 458f4e7 Method to avoid skipping frames for local unwinds. by Christopher Ferris · 7 years ago
  44. d5b22c5 Support a map that represents gdb jit elf data. by Yabin Cui · 7 years ago
  45. 432981b Modify the offline handling interface. by Christopher Ferris · 7 years ago
  46. e4b3a6a Add ability to skip function name resolution. by Christopher Ferris · 7 years ago
  47. dc699a2 bpfmt. by Elliott Hughes · 7 years ago
  48. 6983112 Fix darwin build by Christopher Tate · 7 years ago
  49. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 7 years ago
  50. 7747b60 Load dex files from ART-specific data structure. by Christopher Ferris · 7 years ago
  51. d70ea5e Move dex pc frame creation into libunwindstack. by Christopher Ferris · 7 years ago
  52. c8bec5a Use new unwinder for offline in libbacktrace. by Christopher Ferris · 7 years ago
  53. 8fe5836 Fix frame numbering regression. by Christopher Ferris · 7 years ago
  54. 645f8bb Emit the frame for DEX PC before the frame for native PC. by David Srbecky · 7 years ago
  55. 0b06a59 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 7 years ago
  56. 2486d5a Fix null ptr dereference if jit debug not enabled. by Christopher Ferris · 7 years ago
  57. e20b4a4 Merge "Change all uintptr_t to uint64_t in API." by Christopher Ferris · 7 years ago
  58. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 7 years ago
  59. 98984b4 Add support for getting a dex pc. by Christopher Ferris · 7 years ago
  60. 150db12 Add ability to read jit gdb data. by Christopher Ferris · 7 years ago
  61. 9879137 libBacktraceOffline: improve unwinding callchains. by Yabin Cui · 7 years ago
  62. f880828 libbacktrace: export offline unwinding failures. by Yabin Cui · 7 years ago
  63. 0ca49b0 libBacktraceOffline: try both .debug_frame and .ARM.exidx on arm. by Yabin Cui · 7 years ago
  64. 88b48f7 Make sure at least XX maps are created. by Christopher Ferris · 7 years ago
  65. 70f7d47 Merge "Add method to detect remote read function to use." by Christopher Ferris · 7 years ago
  66. e328673 Add method to detect remote read function to use. by Christopher Ferris · 7 years ago
  67. 3289b9c Merge "Add OWNERS." by Elliott Hughes · 7 years ago
  68. 693d63f Add OWNERS. by Elliott Hughes · 7 years ago
  69. a7e2a12 Merge "Split arch data into separate files." by Christopher Ferris · 7 years ago
  70. d7edcc9 Merge "libBacktraceOffline: fix using debug frame with load bias." by Yabin Cui · 7 years ago
  71. d06001d Split arch data into separate files. by Christopher Ferris · 7 years ago
  72. 4a26eaf libBacktraceOffline: fix using debug frame with load bias. by Yabin Cui · 7 years ago
  73. b7de5f5 Demand read load bias for a map. by Christopher Ferris · 7 years ago
  74. be788d8 Allow multiple threads sharing a map to unwind. by Christopher Ferris · 7 years ago
  75. c56a499 Only skip frames for local unwinds. by Christopher Ferris · 7 years ago
  76. 086baf9 Switch libbacktrace new unwinder. by Christopher Ferris · 7 years ago
  77. e22701e libbacktrace: remove exit time destructors. by Josh Gao · 7 years ago
  78. b9670bb libbacktrace: add benchmarks for Backtrace::Create, CreateNew. by Josh Gao · 7 years ago
  79. 3b094c1 libbacktrace: let the benchmark library decide iteration count. by Josh Gao · 7 years ago
  80. cd546c1 libbacktrace: correctly number frames when skipping. by Josh Gao · 7 years ago
  81. 3adedf9 Merge "Add an interface for stopping in certain maps." by Christopher Ferris · 7 years ago
  82. 1cb84ce Add an interface for stopping in certain maps. by Christopher Ferris · 7 years ago
  83. 5169c16 Remove PauseTiming/ResumeTiming calls. by Christopher Ferris · 7 years ago
  84. 1c65e77 Merge changes I8f33830f,Icd2b891b,I8736ff5c,Iae6e342a by Treehugger Robot · 7 years ago
  85. ebea0ef libbacktrace: expose BacktraceMap's unwindstack::Memory. by Josh Gao · 7 years ago
  86. 358de18 libunwindstack: expose UnwindStackMap::GetFunctionName. by Josh Gao · 7 years ago
  87. 45c4a56 libbacktrace: expose libunwindstack Unwind routine. by Josh Gao · 7 years ago
  88. 9a6b3e3 Fix demangle of function names. by Christopher Ferris · 7 years ago
  89. 22d2136 Merge "libbacktrace is not directly available to vendors" by Treehugger Robot · 7 years ago
  90. bdddcab Use target.linux for all linux kernel based targets by Dan Willemsen · 7 years ago
  91. b7d92c4 libbacktrace is not directly available to vendors by Jiyong Park · 7 years ago
  92. 9e6c11d Merge "Update the Unwinder object and add tests." by Christopher Ferris · 7 years ago
  93. f6f691b Update the Unwinder object and add tests. by Christopher Ferris · 7 years ago
  94. 4852933 Rename target.linux[_x86[_64]] to target.linux_glibc[_x86[_64]] by Dan Willemsen · 7 years ago
  95. 1e45d53 Remove default libraries by Dan Willemsen · 7 years ago
  96. 92c355c Merge "Show the number of VMAs in the tombstone." by Treehugger Robot · 7 years ago
  97. 868d39a Show the number of VMAs in the tombstone. by Elliott Hughes · 7 years ago
  98. b9de87f Add a new unwind method on error. by Christopher Ferris · 7 years ago
  99. b63a60f libbacktrace: make Backtrace::FormatFrameData static. by Josh Gao · 7 years ago
  100. 5f11851 Add a method to share the process memory object. by Christopher Ferris · 7 years ago