1. 81c94cd Start tombstoned early in post-fs-data. by Josh Gao · 4 years ago
  2. d0642a3 Merge "Improve error message in debuggerd fallback handler." by Treehugger Robot · 4 years ago
  3. 6808300 Improve error message in debuggerd fallback handler. by Josh Gao · 4 years ago
  4. b05c472 Add arch member into Unwinder object. by Christopher Ferris · 4 years ago
  5. 864f15d Dump the per-thread TAGGED_ADDR_CTRL value if available. by Peter Collingbourne · 4 years, 1 month ago
  6. 713ec25 libdebuggerd: do a to-do. by Elliott Hughes · 4 years, 2 months ago
  7. 7b21637 Update language to comply with Android's inclusive language guidance by Jeff Sharkey · 4 years, 2 months ago
  8. ba1bd64 Merge "debuggerd: use One True timestamp function." by Elliott Hughes · 4 years, 2 months ago
  9. a660cb3 debuggerd: use One True timestamp function. by Elliott Hughes · 4 years, 2 months ago
  10. fe8997a Include memory tags in memory dump output. by Peter Collingbourne · 4 years, 2 months ago
  11. b1fcedb Adjust conditions for dumping the memory around a register. by Peter Collingbourne · 4 years, 2 months ago
  12. d00a577 Statically link libminijail to debuggerd_test. by Peter Collingbourne · 4 years, 2 months ago
  13. 10e428d Fix dumping of heap memory. by Peter Collingbourne · 4 years, 3 months ago
  14. bbe6905 Add stack trace coverage to MTE tests. by Peter Collingbourne · 4 years, 5 months ago
  15. f862252 Add support for MTE error reports in tombstones. by Peter Collingbourne · 4 years, 6 months ago
  16. c5c6d7d Don't include log/log_read.h in log/log.h by Tom Cherry · 4 years, 6 months ago
  17. c40a751 debuggerd: don't leave a zombie child if crash_dump is killed. by Josh Gao · 4 years, 6 months ago
  18. cd63cae Merge "Read fault address on arm64 using proposed kernel API." by Peter Collingbourne · 4 years, 6 months ago
  19. 5677803 Merge "Create a debugger_process_info data structure with the process info pointers." by Peter Collingbourne · 4 years, 6 months ago
  20. e2b76c5 Merge "Move crash_dump into the runtime APEX." by Peter Collingbourne · 4 years, 6 months ago
  21. f03af88 Read fault address on arm64 using proposed kernel API. by Peter Collingbourne · 4 years, 7 months ago
  22. b9c072c Move PC-only unwind frame generation to libunwindstack. by Mitch Phillips · 4 years, 6 months ago
  23. f3d542f Create a debugger_process_info data structure with the process info pointers. by Peter Collingbourne · 4 years, 7 months ago
  24. 7581e86 Merge "Remove ANDROID_LOG_RDONLY, etc" by Tom Cherry · 4 years, 6 months ago
  25. 907b2d0 Remove ANDROID_LOG_RDONLY, etc by Tom Cherry · 4 years, 6 months ago
  26. 6d4e47a Merge "Remove use of static libdexfile to avoid linking in ART internal code." by Martin Stjernholm · 4 years, 6 months ago
  27. 5ac3927 Make GetPcAdjustment a free function. by Peter Collingbourne · 4 years, 7 months ago
  28. a2cc893 Remove use of static libdexfile to avoid linking in ART internal code. by Martin Stjernholm · 5 years ago
  29. b72e748 Move crash_dump into the runtime APEX. by Peter Collingbourne · 4 years, 7 months ago
  30. 151e748 Merge "debuggerd: add an opt-out for OEMs that would rather collect core dumps." by Elliott Hughes · 4 years, 7 months ago
  31. 843f7e6 Create a ProcessInfo structure with the process-wide information from the crasher. by Peter Collingbourne · 4 years, 7 months ago
  32. 530ab81 debuggerd: add an opt-out for OEMs that would rather collect core dumps. by Elliott Hughes · 4 years, 7 months ago
  33. f77f6f0 Remove various bits of dead code and unused workarounds. by Elliott Hughes · 4 years, 7 months ago
  34. e0b4bb1 [GWP-ASan] Add GWP-ASan information to tombstones. by Mitch Phillips · 4 years, 8 months ago
  35. bd3ba78 build crash_dump.policy files using Android.bp by Ray Essick · 4 years, 9 months ago
  36. f8c0350 Merge "debuggerd: remove the raw stack dump." by Elliott Hughes · 4 years, 8 months ago
  37. 627928e debuggerd: remove the raw stack dump. by Elliott Hughes · 4 years, 8 months ago
  38. 55c7ed4 debuggerd_handler: increase thread stack size. by Josh Gao · 4 years, 9 months ago
  39. e40e427 remove deprecated bp 'subdirs' by Steven Moreland · 4 years, 9 months ago
  40. a48b41b debuggerd: switch to using platform headers for DEBUGGER_SIGNAL. by Josh Gao · 4 years, 10 months ago
  41. 82a31b8 Merge "Add variadic logging to libdebuggerd internal." by Treehugger Robot · 4 years, 11 months ago
  42. aadebd8 Add variadic logging to libdebuggerd internal. by Mitch Phillips · 4 years, 11 months ago
  43. ba53516 Merge "Include PSTATE in tombstones on arm64." by Treehugger Robot · 4 years, 11 months ago
  44. bb2f941 Include PSTATE in tombstones on arm64. by Peter Collingbourne · 4 years, 11 months ago
  45. 441054a Remove old logger_entry_v* formats by Tom Cherry · 5 years ago
  46. ecc9b1b Merge "debuggerd_client_test: massively increase timeouts." by Treehugger Robot · 5 years ago
  47. f10d4a1 debuggerd_client_test: massively increase timeouts. by Josh Gao · 5 years ago
  48. 67d52aa [debuggerd] fix -Wreorder-init-list by Nick Desaulniers · 5 years ago
  49. ec220cd debuggerd: increase the default limit on tombstones to 32. by Elliott Hughes · 5 years ago
  50. 11555f0 Increase timeouts. by Christopher Ferris · 5 years ago
  51. 172b0a0 Add TEMP_FAILURE_RETRY where appropriate. by Christopher Ferris · 5 years ago
  52. ab60668 Allow getrlimit/ugetrlimit syscalls in tests. by Christopher Ferris · 5 years ago
  53. 6cad139 Mark some tests as requiring root. by Josh Gao · 5 years ago
  54. 8ad965a tombstoned: start immediately after /data is mounted. by Josh Gao · 5 years ago
  55. 44e3438 Merge "Add wchan data to ANR dump" by Treehugger Robot · 5 years ago
  56. 1489e27 Add wchan data to ANR dump by Kalesh Singh · 5 years ago
  57. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 5 years ago
  58. afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 5 years ago
  59. 5df504c crash_dump: populate uid field. by Josh Gao · 5 years ago
  60. 39c5b8c Add UID printing to tombstone headers by Misha Wagner · 5 years ago
  61. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 6 years ago
  62. 371180b Merge "debuggerd: call setsid in our children." by Treehugger Robot · 5 years ago
  63. 18cb681 debuggerd: call setsid in our children. by Josh Gao · 5 years ago
  64. e1d4648 Merge "crasher: add execute-only memory ("xom")." by Treehugger Robot · 5 years ago
  65. dd04c65 crasher: add execute-only memory ("xom"). by Elliott Hughes · 5 years ago
  66. 3336c7b Remove include of backtrace/Backtrace.h. by Christopher Ferris · 5 years ago
  67. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 5 years ago
  68. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 7 years ago
  69. 7813345 Add BuildId to frame information. by Christopher Ferris · 6 years ago
  70. 5e8d68c debuggerd_handler: demote abort on exec failure to log. by Josh Gao · 6 years ago
  71. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 6 years ago
  72. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 6 years ago
  73. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 6 years ago
  74. 5f87bbd debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 6 years ago
  75. e31cfb6 Use new static target for libdexfile_support. by Martin Stjernholm · 6 years ago
  76. 60eb197 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 6 years ago
  77. 3fa9a59 debuggerd: Fix return type in error case by Greg Kaiser · 6 years ago
  78. 4175cee debuggerd_client: resolve tid to tgid when dumping Java stacks. by Josh Gao · 6 years ago
  79. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  80. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 6 years ago
  81. ac64da1 Merge "libdebuggerd: add timestamp to tombstones." by Josh Gao · 6 years ago
  82. 6f4644d libdebuggerd: add timestamp to tombstones. by Josh Gao · 6 years ago
  83. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 6 years ago
  84. 3c59cb8 C++17 is the default now. by Elliott Hughes · 6 years ago
  85. 894da4e Merge "tombstoned: fixed tombstones failed issue" by Elliott Hughes · 6 years ago
  86. 8ac2f27 tombstoned: fixed tombstones failed issue by Jinguang Dong · 6 years ago
  87. df3cec9 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 6 years ago
  88. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 6 years ago
  89. e26b8b0 Merge "debuggerd_fallback: fix fd leak." by Treehugger Robot · 6 years ago
  90. 08163cb debuggerd_fallback: fix fd leak. by Josh Gao · 6 years ago
  91. 461baeb Update for v4.19 kernel headers. by Christopher Ferris · 6 years ago
  92. 8395de6 Fix two clang-tidy issues in crasher.cpp. by Stephen Hines · 6 years ago
  93. 2d4b48d Merge "crash_dump: annotate intended fallthrough." by Treehugger Robot · 6 years ago
  94. 8d44b14 crash_dump: annotate intended fallthrough. by Josh Gao · 6 years ago
  95. 2b22ae1 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 6 years ago
  96. 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 6 years ago
  97. be0c1af debuggerd_client: improve error logging. by Josh Gao · 6 years ago
  98. 8808f6c libdebuggerd: decode fdsan owner tags. by Josh Gao · 6 years ago
  99. bf06a40 debuggerd_test: add test for fdsan abort message. by Josh Gao · 6 years ago
  100. 4843c18 debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL). by Josh Gao · 6 years ago