1. 6cad139 Mark some tests as requiring root. by Josh Gao · 6 years ago
  2. 8ad965a tombstoned: start immediately after /data is mounted. by Josh Gao · 6 years ago
  3. 44e3438 Merge "Add wchan data to ANR dump" by Treehugger Robot · 6 years ago
  4. 1489e27 Add wchan data to ANR dump by Kalesh Singh · 6 years ago
  5. 481e837 Add cause message when stack overflow is detected. by Christopher Ferris · 6 years ago
  6. afc0ff7 Increase timeout to avoid flaky tests. by Christopher Ferris · 6 years ago
  7. 5df504c crash_dump: populate uid field. by Josh Gao · 6 years ago
  8. 39c5b8c Add UID printing to tombstone headers by Misha Wagner · 7 years ago
  9. 4ae266c Add indicator that an elf is memory backed. by Christopher Ferris · 7 years ago
  10. 371180b Merge "debuggerd: call setsid in our children." by Treehugger Robot · 7 years ago
  11. 18cb681 debuggerd: call setsid in our children. by Josh Gao · 7 years ago
  12. e1d4648 Merge "crasher: add execute-only memory ("xom")." by Treehugger Robot · 7 years ago
  13. dd04c65 crasher: add execute-only memory ("xom"). by Elliott Hughes · 7 years ago
  14. 3336c7b Remove include of backtrace/Backtrace.h. by Christopher Ferris · 7 years ago
  15. b9cc4fb Revert "Check for data races when reading JIT/DEX entries." by David Srbecky · 7 years ago
  16. 85b5fec Check for data races when reading JIT/DEX entries. by David Srbecky · 8 years ago
  17. 7813345 Add BuildId to frame information. by Christopher Ferris · 7 years ago
  18. 5e8d68c debuggerd_handler: demote abort on exec failure to log. by Josh Gao · 7 years ago
  19. 3d67d34 Fix copy / move behaviour of Maps object. by Florian Mayer · 7 years ago
  20. 852b64e Fix libdexfile dependencies to avoid direct dependency on libdexfile_external. by Martin Stjernholm · 7 years ago
  21. 8954d0b Merge changes from topic "base_cmsg" by Josh Gao · 7 years ago
  22. 5f87bbd debuggerd: switch to base::{Send,Receive}FileDescriptors. by Josh Gao · 7 years ago
  23. e31cfb6 Use new static target for libdexfile_support. by Martin Stjernholm · 7 years ago
  24. 60eb197 Replace libbacktrace with libunwindstack directly. by Christopher Ferris · 7 years ago
  25. 3fa9a59 debuggerd: Fix return type in error case by Greg Kaiser · 7 years ago
  26. 4175cee debuggerd_client: resolve tid to tgid when dumping Java stacks. by Josh Gao · 7 years ago
  27. bb4f2b4 Revert^2 "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  28. cacf5bf Revert "Use libdexfile external API in libunwindstack." by Martin Stjernholm · 7 years ago
  29. ac64da1 Merge "libdebuggerd: add timestamp to tombstones." by Josh Gao · 7 years ago
  30. 6f4644d libdebuggerd: add timestamp to tombstones. by Josh Gao · 7 years ago
  31. 444e23d Use libdexfile external API in libunwindstack. by Martin Stjernholm · 7 years ago
  32. 3c59cb8 C++17 is the default now. by Elliott Hughes · 7 years ago
  33. 894da4e Merge "tombstoned: fixed tombstones failed issue" by Elliott Hughes · 7 years ago
  34. 8ac2f27 tombstoned: fixed tombstones failed issue by Jinguang Dong · 7 years ago
  35. df3cec9 Tombstone support for XOM-related SIGSEGVs. by Ivan Lozano · 7 years ago
  36. 9f1cf25 switch to using android-base/file.h instead of android-base/test_utils.h by Mark Salyzyn · 7 years ago
  37. e26b8b0 Merge "debuggerd_fallback: fix fd leak." by Treehugger Robot · 7 years ago
  38. 08163cb debuggerd_fallback: fix fd leak. by Josh Gao · 7 years ago
  39. 461baeb Update for v4.19 kernel headers. by Christopher Ferris · 7 years ago
  40. 8395de6 Fix two clang-tidy issues in crasher.cpp. by Stephen Hines · 7 years ago
  41. 2d4b48d Merge "crash_dump: annotate intended fallthrough." by Treehugger Robot · 7 years ago
  42. 8d44b14 crash_dump: annotate intended fallthrough. by Josh Gao · 7 years ago
  43. 2b22ae1 tombstoned: don't generate tombstones for native backtraces. by Josh Gao · 7 years ago
  44. 6f9eeec Fix multithreaded backtraces for seccomp processes. by Josh Gao · 7 years ago
  45. be0c1af debuggerd_client: improve error logging. by Josh Gao · 7 years ago
  46. 8808f6c libdebuggerd: decode fdsan owner tags. by Josh Gao · 7 years ago
  47. bf06a40 debuggerd_test: add test for fdsan abort message. by Josh Gao · 7 years ago
  48. 4843c18 debuggerd_handler: receive abort messages via sigqueue(DEBUGGER_SIGNAL). by Josh Gao · 7 years ago
  49. 3e27bd5 debuggerd: delete accidentally merged log spam. by Josh Gao · 7 years ago
  50. ce841d9 libdebuggerd: extract and print the fdsan table. by Josh Gao · 7 years ago
  51. 9da1f51 crash_dump: pass the address of the fdsan table. by Josh Gao · 7 years ago
  52. 3fa9637 crasher: add close(fileno(FILE*)) and close(dirfd(DIR*)). by Josh Gao · 7 years ago
  53. c954ec0 debuggerd_handler: use syscall(__NR_close) instead of close. by Josh Gao · 7 years ago
  54. c637ada Clean up logging code. by Christopher Ferris · 7 years ago
  55. 432791e Add support for new defines in v4.17.3 headers. by Christopher Ferris · 7 years ago
  56. 60e9dad Merge "debuggerd: add support for Java traces." by Treehugger Robot · 7 years ago
  57. 24113ae debuggerd: add support for Java traces. by Josh Gao · 7 years ago
  58. 011ee12 Shared libs are supported in recovery mode by Jiyong Park · 7 years ago
  59. 2baf443 Improve SIGILL support. by Elliott Hughes · 7 years ago
  60. a0e7504 Build adbd for recovery by Jiyong Park · 7 years ago
  61. 74bf814 Merge "debuggerd: fix CrasherTest.seccomp_crash_oom." by Treehugger Robot · 7 years ago
  62. d2b15dd debuggerd: fix CrasherTest.seccomp_crash_oom. by Josh Gao · 7 years ago
  63. 3249b3a Expect optional (offset ...) in frame dump. by Chih-Hung Hsieh · 7 years ago
  64. 00c81fe Merge "Remove unnecessary references to libunwind." by Christopher Ferris · 7 years ago
  65. 25e2bbf Remove unnecessary references to libunwind. by Christopher Ferris · 7 years ago
  66. f5974ae tombstoned: make missing O_TMPFILE workaround actually work around. by Josh Gao · 7 years ago
  67. 28f8cf0 tombstoned: don't bail out if we fail to unlink a file that isn't there. by Josh Gao · 7 years ago
  68. 294d41c Merge "tombstoned: don't create tombstones for failed dumps." by android-build-prod (mdb) · 7 years ago
  69. 8972270 Fix a debuggerd test expectation. by Elliott Hughes · 7 years ago
  70. 4e6f3d9 Merge "Add test_suites lines." by Elliott Hughes · 7 years ago
  71. c314d4d Merge "crash_dump: defuse our signal handlers earlier." by android-build-prod (mdb) · 7 years ago
  72. 40fdf3f Add test_suites lines. by Elliott Hughes · 7 years ago
  73. 38ac45d crash_dump: defuse our signal handlers earlier. by Josh Gao · 7 years ago
  74. 70d8f28 Show signal sender for SI_FROMUSER signals. by Elliott Hughes · 7 years ago
  75. 83b8ac2 libdebuggerd: fix out of bounds write. by Josh Gao · 8 years ago
  76. 5d1c14f libdebuggerd: clone registers before we Unwind with them. by Josh Gao · 8 years ago
  77. 48383c8 tombstoned: don't create tombstones for failed dumps. by Josh Gao · 8 years ago
  78. 1cc7bd8 debuggerd: remove maximum abort message length. by Josh Gao · 8 years ago
  79. e2b6cd2 Mark crash_dump.policy as not supported on mips by Dan Willemsen · 8 years ago
  80. 70adac6 debuggerd_fallback: don't recursively abort. by Josh Gao · 8 years ago
  81. 0609e8d Merge "bpfmt." by Treehugger Robot · 8 years ago
  82. edd28f6 debuggerd seccomp: explain why we define PROT_READ/WRITE. by Josh Gao · 8 years ago
  83. 40ecb9a Define PROT_READ and PROT_WRITE when generating the policy files by Justin Yun · 8 years ago
  84. dc699a2 bpfmt. by Elliott Hughes · 8 years ago
  85. e1415a5 Include the map name when dumping memory around a register. by Elliott Hughes · 8 years ago
  86. c531ed6 debuggerd_fallback: fix race. by Josh Gao · 8 years ago
  87. 08cd23e debuggerd: update policy for recent sigaction changes. by Josh Gao · 8 years ago
  88. 0b06a59 Add extra frame when dex_pc is non-zero. by Christopher Ferris · 8 years ago
  89. e36afb0 Fix regression caused by libbacktrace API change. by Christopher Ferris · 8 years ago
  90. fd0e0db Merge "debuggerd: add seccomp policies and tests." by Josh Gao · 8 years ago
  91. 7937a36 Change all uintptr_t to uint64_t in API. by Christopher Ferris · 8 years ago
  92. e04ca27 debuggerd: add seccomp policies and tests. by Josh Gao · 8 years ago
  93. be10cae Merge "debuggerd_handler: set PR_SET_PTRACER before running crash_dump." by Treehugger Robot · 8 years ago
  94. 1406d99 Merge "Change seccomp to the system filter" by Treehugger Robot · 8 years ago
  95. 4841e74 debuggerd_handler: set PR_SET_PTRACER before running crash_dump. by Luis Hector Chavez · 8 years ago
  96. 9a0e12d Change seccomp to the system filter by Victor Hsieh · 8 years ago
  97. 34c2556 debuggerd: restore the location of abort message. by Josh Gao · 8 years ago
  98. 7302097 debuggerd: wait for dump completion on crashes. by Josh Gao · 8 years ago
  99. df9fbc7 Merge "base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test." by Treehugger Robot · 8 years ago
  100. 30171a8 base: extract {ASSERT,EXPECT}_MATCH helpers from debuggerd_test. by Josh Gao · 8 years ago